Loading app/src/main/java/org/indin/blisslaunchero/BlissLauncher.java +0 −15 Original line number Diff line number Diff line /* * Copyright 2018 /e/. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.indin.blisslaunchero; import org.indin.blisslaunchero.features.launcher.AppProvider; Loading app/src/main/java/org/indin/blisslaunchero/features/launcher/AllAppsList.java +2 −17 Original line number Diff line number Diff line /* * Copyright 2018 /e/. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.indin.blisslaunchero.features.launcher; import org.indin.blisslaunchero.framework.database.model.AppItem; import java.util.LinkedHashMap; import java.util.List; import org.indin.blisslaunchero.framework.database.model.AppItem; public class AllAppsList { public LinkedHashMap<String, AppItem> launchableApps; Loading app/src/main/java/org/indin/blisslaunchero/features/launcher/AppProvider.java +3 −18 Original line number Diff line number Diff line /* * Copyright 2018 /e/. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.indin.blisslaunchero.features.launcher; import org.indin.blisslaunchero.framework.broadcast.PackageAddedRemovedHandler; import org.indin.blisslaunchero.framework.utils.UserHandle; import android.app.Service; import android.content.Context; import android.content.Intent; Loading @@ -27,9 +15,6 @@ import android.os.UserManager; import android.support.annotation.Nullable; import android.util.Log; import org.indin.blisslaunchero.framework.broadcast.PackageAddedRemovedHandler; import org.indin.blisslaunchero.framework.utils.UserHandle; public class AppProvider extends Service implements Provider { private AllAppsList mAllAppsList; Loading app/src/main/java/org/indin/blisslaunchero/features/launcher/AppsRepository.java +2 −17 Original line number Diff line number Diff line /* * Copyright 2018 /e/. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.indin.blisslaunchero.features.launcher; import android.util.Log; import com.jakewharton.rxrelay2.BehaviorRelay; import android.util.Log; public class AppsRepository { private static final String TAG = "AppsRepository"; Loading app/src/main/java/org/indin/blisslaunchero/features/launcher/DockGridLayout.java +3 −18 Original line number Diff line number Diff line /* * Copyright 2018 /e/. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.indin.blisslaunchero.features.launcher; import org.indin.blisslaunchero.BlissLauncher; import org.indin.blisslaunchero.framework.DeviceProfile; import android.content.Context; import android.util.AttributeSet; import android.widget.GridLayout; import org.indin.blisslaunchero.BlissLauncher; import org.indin.blisslaunchero.framework.DeviceProfile; public class DockGridLayout extends GridLayout { private Context mContext; Loading Loading
app/src/main/java/org/indin/blisslaunchero/BlissLauncher.java +0 −15 Original line number Diff line number Diff line /* * Copyright 2018 /e/. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.indin.blisslaunchero; import org.indin.blisslaunchero.features.launcher.AppProvider; Loading
app/src/main/java/org/indin/blisslaunchero/features/launcher/AllAppsList.java +2 −17 Original line number Diff line number Diff line /* * Copyright 2018 /e/. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.indin.blisslaunchero.features.launcher; import org.indin.blisslaunchero.framework.database.model.AppItem; import java.util.LinkedHashMap; import java.util.List; import org.indin.blisslaunchero.framework.database.model.AppItem; public class AllAppsList { public LinkedHashMap<String, AppItem> launchableApps; Loading
app/src/main/java/org/indin/blisslaunchero/features/launcher/AppProvider.java +3 −18 Original line number Diff line number Diff line /* * Copyright 2018 /e/. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.indin.blisslaunchero.features.launcher; import org.indin.blisslaunchero.framework.broadcast.PackageAddedRemovedHandler; import org.indin.blisslaunchero.framework.utils.UserHandle; import android.app.Service; import android.content.Context; import android.content.Intent; Loading @@ -27,9 +15,6 @@ import android.os.UserManager; import android.support.annotation.Nullable; import android.util.Log; import org.indin.blisslaunchero.framework.broadcast.PackageAddedRemovedHandler; import org.indin.blisslaunchero.framework.utils.UserHandle; public class AppProvider extends Service implements Provider { private AllAppsList mAllAppsList; Loading
app/src/main/java/org/indin/blisslaunchero/features/launcher/AppsRepository.java +2 −17 Original line number Diff line number Diff line /* * Copyright 2018 /e/. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.indin.blisslaunchero.features.launcher; import android.util.Log; import com.jakewharton.rxrelay2.BehaviorRelay; import android.util.Log; public class AppsRepository { private static final String TAG = "AppsRepository"; Loading
app/src/main/java/org/indin/blisslaunchero/features/launcher/DockGridLayout.java +3 −18 Original line number Diff line number Diff line /* * Copyright 2018 /e/. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.indin.blisslaunchero.features.launcher; import org.indin.blisslaunchero.BlissLauncher; import org.indin.blisslaunchero.framework.DeviceProfile; import android.content.Context; import android.util.AttributeSet; import android.widget.GridLayout; import org.indin.blisslaunchero.BlissLauncher; import org.indin.blisslaunchero.framework.DeviceProfile; public class DockGridLayout extends GridLayout { private Context mContext; Loading