- 17 Sep, 2021 1 commit
-
-
Fahim Salam Chowdhury authored
-
- 02 Sep, 2021 1 commit
-
-
- 30 Aug, 2021 4 commits
-
-
-
narinder Rana authored
-
narinder Rana authored
-
narinder Rana authored
-
- 26 Aug, 2021 3 commits
-
-
narinder Rana authored
-
narinder Rana authored
-
Aayush Gupta authored
-
- 25 Aug, 2021 1 commit
-
-
narinder Rana authored
-
- 24 Aug, 2021 3 commits
-
-
narinder Rana authored
-
narinder Rana authored
-
narinder Rana authored
-
- 23 Aug, 2021 1 commit
-
-
narinder Rana authored
-
- 11 Aug, 2021 1 commit
-
-
narinder Rana authored
-
- 04 Aug, 2021 1 commit
-
-
- 21 Jul, 2021 1 commit
-
-
The new logic uses: - Fdroid API to verify if an application exists on it and verifies it using the signature - Introduces a new json file to store default system applications and verifies it using their signature - Verifies non-fdroid and non-system applications using sha1sum Signed-off-by:
Aayush Gupta <theimpulson@e.email>
-
- 18 Jun, 2021 1 commit
-
-
Fahim Salam Chowdhury authored
-
- 11 May, 2021 1 commit
-
-
Aayush Gupta authored
-
- 26 Apr, 2021 8 commits
-
-
Aayush Gupta authored
- Kotlin Android Extensions is deprecated - It has important advantages over using findViewById Ref: - [1]: https://developer.android.com/topic/libraries/view-binding/migration - [2]: https://developer.android.com/topic/libraries/view-binding#findviewbyid Signed-off-by:
Aayush Gupta <theimpulson@e.email>
-
Aayush Gupta authored
- Kotlin Android Extensions is deprecated - It has important advantages over using findViewById Ref: - [1]: https://developer.android.com/topic/libraries/view-binding/migration - [2]: https://developer.android.com/topic/libraries/view-binding#findviewbyid Signed-off-by:
Aayush Gupta <theimpulson@e.email>
-
Aayush Gupta authored
- Kotlin Android Extensions is deprecated - It has important advantages over using findViewById Ref: - [1]: https://developer.android.com/topic/libraries/view-binding/migration - [2]: https://developer.android.com/topic/libraries/view-binding#findviewbyid Signed-off-by:
Aayush Gupta <theimpulson@e.email>
-
Aayush Gupta authored
- Kotlin Android Extensions is deprecated - It has important advantages over using findViewById Ref: - [1]: https://developer.android.com/topic/libraries/view-binding/migration - [2]: https://developer.android.com/topic/libraries/view-binding#findviewbyid Signed-off-by:
Aayush Gupta <theimpulson@e.email>
-
Aayush Gupta authored
- Kotlin Android Extensions is deprecated - It has important advantages over using findViewById Ref: - [1]: https://developer.android.com/topic/libraries/view-binding/migration - [2]: https://developer.android.com/topic/libraries/view-binding#findviewbyid Signed-off-by:
Aayush Gupta <theimpulson@e.email>
-
Aayush Gupta authored
- Kotlin Android Extensions is deprecated - It has important advantages over using findViewById Ref: - [1]: https://developer.android.com/topic/libraries/view-binding/migration - [2]: https://developer.android.com/topic/libraries/view-binding#findviewbyid Signed-off-by:
Aayush Gupta <theimpulson@e.email>
-
Aayush Gupta authored
Signed-off-by:
Aayush Gupta <theimpulson@e.email>
-
-
- 09 Apr, 2021 1 commit
-
-
Aayush Gupta authored
Signed-off-by:
Aayush Gupta <theimpulson@e.email>
-
- 08 Apr, 2021 2 commits
-
-
Aayush Gupta authored
Current method has been deprecated References: - [1]: https://developer.android.com/reference/android/os/Environment#getExternalStorageDirectory() Signed-off-by:
Aayush Gupta <theimpulson@e.email>
-
Aayush Gupta authored
Signed-off-by:
Aayush Gupta <theimpulson@e.email>
-
- 07 Apr, 2021 10 commits
-
-
Aayush Gupta authored
Observed several warnings in compilation otherwise Signed-off-by:
Aayush Gupta <theimpulson@e.email>
-
Aayush Gupta authored
- Warnings observed during compilation w: /builds/e/apps/apps/app/src/main/java/foundation/e/apps/application/model/Application.kt: (98, 29): Variable 'error' initializer is redundant Signed-off-by:
Aayush Gupta <theimpulson@e.email>
-
Aayush Gupta authored
- Warnings observed in Android Studio w: /builds/e/apps/apps/app/src/main/java/foundation/e/apps/application/model/StateManager.kt: (46, 86): Elvis operator (?:) always returns the left operand of non-nullable type String w: /builds/e/apps/apps/app/src/main/java/foundation/e/apps/application/model/StateManager.kt: (79, 82): Elvis operator (?:) always returns the left operand of non-nullable type String Signed-off-by:
Aayush Gupta <theimpulson@e.email>
-
Aayush Gupta authored
- Current method has been deprecated w: /builds/e/apps/apps/app/src/main/java/foundation/e/apps/utils/Common.kt: (47, 53): 'getter for activeNetworkInfo: NetworkInfo!' is deprecated. Deprecated in Java w: /builds/e/apps/apps/app/src/main/java/foundation/e/apps/utils/Common.kt: (48, 63): 'getter for isConnected: Boolean' is deprecated. Deprecated in Java Signed-off-by:
Aayush Gupta <theimpulson@e.email>
-
Aayush Gupta authored
- Resolves multiple compile-time warnings Signed-off-by:
Aayush Gupta <theimpulson@e.email>
-
Aayush Gupta authored
Current method has been deprecated References: - [1]: https://developer.android.com/reference/android/graphics/drawable/Drawable#setColorFilter(int,%20android.graphics.PorterDuff.Mode)0 Signed-off-by:
Aayush Gupta <theimpulson@e.email>
-
Aayush Gupta authored
w: /builds/e/apps/apps/app/src/main/java/foundation/e/apps/XAPK/InstallSplitApksActivity.kt: (83, 20): Unnecessary non-null assertion (!!) on a non-null receiver of type PackageInstaller.Session Signed-off-by:
Aayush Gupta <theimpulson@e.email>
-
Aayush Gupta authored
We have migrated to require API making these checks useless Signed-off-by:
Aayush Gupta <theimpulson@e.email>
-
Aayush Gupta authored
Above if-else conditional already handles all cases making this boolean is unreachable w: /builds/e/apps/apps/app/src/main/java/foundation/e/apps/application/model/Application.kt: (202, 9): Unreachable code Signed-off-by:
Aayush Gupta <theimpulson@e.email>
-
Aayush Gupta authored
- Current method has been deprecated and alternative is limited to API 28 References: - [1]: https://developer.android.com/reference/android/content/pm/PackageInfo#versionCode - [2]: https://developer.android.com/reference/androidx/core/content/pm/PackageInfoCompat#getLongVersionCode(android.content.pm.PackageInfo) Signed-off-by:
Aayush Gupta <theimpulson@e.email>
-