Loading app/src/main/AndroidManifest.xml +0 −18 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2019 e Foundation This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>. --> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="foundation.e.apps" android:installLocation="internalOnly"> Loading app/src/main/java/foundation/e/apps/MainActivity.kt +0 −18 Original line number Diff line number Diff line /* Copyright (C) 2019 e Foundation This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>. */ package foundation.e.apps import android.annotation.SuppressLint Loading @@ -35,7 +18,6 @@ import foundation.e.apps.home.HomeFragment import foundation.e.apps.search.SearchFragment import foundation.e.apps.settings.SettingsFragment import foundation.e.apps.updates.UpdatesFragment import foundation.e.apps.updates.UpdatesManager import foundation.e.apps.utils.Constants import foundation.e.apps.utils.Constants.CURRENTLY_SELECTED_FRAGMENT_KEY import kotlinx.android.synthetic.main.activity_main.* Loading app/src/main/java/foundation/e/apps/updates/UpdatesManager.kt→app/src/main/java/foundation/e/apps/UpdatesManager.kt +1 −19 Original line number Diff line number Diff line /* Copyright (C) 2019 e Foundation This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>. */ package foundation.e.apps.updates package foundation.e.apps import android.content.Context import android.preference.PreferenceManager import android.util.Log import androidx.work.* import foundation.e.apps.R import foundation.e.apps.updates.model.UpdatesWorker import foundation.e.apps.utils.Constants import java.util.concurrent.TimeUnit Loading app/src/main/java/foundation/e/apps/api/AppDetailRequest.kt +0 −17 Original line number Diff line number Diff line /* Copyright (C) 2019 e Foundation This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>. */ package foundation.e.apps.api import com.fasterxml.jackson.annotation.JsonCreator Loading app/src/main/java/foundation/e/apps/api/HomeRequest.kt +0 −17 Original line number Diff line number Diff line /* Copyright (C) 2019 e Foundation This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>. */ package foundation.e.apps.api import android.content.Context Loading Loading
app/src/main/AndroidManifest.xml +0 −18 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2019 e Foundation This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>. --> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="foundation.e.apps" android:installLocation="internalOnly"> Loading
app/src/main/java/foundation/e/apps/MainActivity.kt +0 −18 Original line number Diff line number Diff line /* Copyright (C) 2019 e Foundation This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>. */ package foundation.e.apps import android.annotation.SuppressLint Loading @@ -35,7 +18,6 @@ import foundation.e.apps.home.HomeFragment import foundation.e.apps.search.SearchFragment import foundation.e.apps.settings.SettingsFragment import foundation.e.apps.updates.UpdatesFragment import foundation.e.apps.updates.UpdatesManager import foundation.e.apps.utils.Constants import foundation.e.apps.utils.Constants.CURRENTLY_SELECTED_FRAGMENT_KEY import kotlinx.android.synthetic.main.activity_main.* Loading
app/src/main/java/foundation/e/apps/updates/UpdatesManager.kt→app/src/main/java/foundation/e/apps/UpdatesManager.kt +1 −19 Original line number Diff line number Diff line /* Copyright (C) 2019 e Foundation This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>. */ package foundation.e.apps.updates package foundation.e.apps import android.content.Context import android.preference.PreferenceManager import android.util.Log import androidx.work.* import foundation.e.apps.R import foundation.e.apps.updates.model.UpdatesWorker import foundation.e.apps.utils.Constants import java.util.concurrent.TimeUnit Loading
app/src/main/java/foundation/e/apps/api/AppDetailRequest.kt +0 −17 Original line number Diff line number Diff line /* Copyright (C) 2019 e Foundation This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>. */ package foundation.e.apps.api import com.fasterxml.jackson.annotation.JsonCreator Loading
app/src/main/java/foundation/e/apps/api/HomeRequest.kt +0 −17 Original line number Diff line number Diff line /* Copyright (C) 2019 e Foundation This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>. */ package foundation.e.apps.api import android.content.Context Loading