- 13 Jun, 2021 1 commit
-
-
Edoardo Regni authored
Currently translated at 94.1% (96 of 102 strings) Translation: /e//Apps Translate-URL: https://i18n.e.foundation/projects/e/apps/nl/
-
- 22 May, 2021 1 commit
-
-
David Rebolo authored
Currently translated at 100.0% (102 of 102 strings) Translation: /e//Apps Translate-URL: https://i18n.e.foundation/projects/e/apps/gl/
-
- 20 May, 2021 1 commit
-
-
Brittny Mendoza authored
-
- 13 May, 2021 1 commit
-
-
Anonymous authored
Currently translated at 100.0% (102 of 102 strings) Translation: /e//Apps Translate-URL: https://i18n.e.foundation/projects/e/apps/de/
-
- 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>
-
-
- 22 Apr, 2021 3 commits
-
-
Anonymous authored
Currently translated at 98.0% (103 of 105 strings) Translation: /e//Apps Translate-URL: https://i18n.e.foundation/projects/e/apps/de/
-
Snoopymat authored
Currently translated at 98.0% (103 of 105 strings) Translation: /e//Apps Translate-URL: https://i18n.e.foundation/projects/e/apps/de/
-
F Wildermuth authored
Currently translated at 98.0% (103 of 105 strings) Translation: /e//Apps Translate-URL: https://i18n.e.foundation/projects/e/apps/de/
-
- 20 Apr, 2021 1 commit
-
-
F Wildermuth authored
Currently translated at 97.1% (102 of 105 strings) Translation: /e//Apps Translate-URL: https://i18n.e.foundation/projects/e/apps/de/
-
- 18 Apr, 2021 1 commit
-
-
Nikolay Sinyov authored
Currently translated at 100.0% (105 of 105 strings) Translation: /e//Apps Translate-URL: https://i18n.e.foundation/projects/e/apps/ru/
-
- 12 Apr, 2021 1 commit
-
-
Porrumentzio authored
Currently translated at 99.1% (123 of 124 strings) Translation: /e//Apps Translate-URL: https://i18n.e.foundation/projects/e/apps/eu/
-
- 09 Apr, 2021 5 commits
-
-
Aayush Gupta authored
res/drawable/ directory should only contains xml based drawables This change resolves multiple lint warnings Signed-off-by:
Aayush Gupta <theimpulson@e.email>
-
Aayush Gupta authored
Current launcher icon is actually a .jpg file renamed as .png. This is evident because Android Studio fails the builds with an error and lint warns regarding same as well. Use an online converter to convert the image and drop the gradle flag which is no longer required Signed-off-by:
Aayush Gupta <theimpulson@e.email>
-
Aayush Gupta authored
Resolves lint warning Signed-off-by:
Aayush Gupta <theimpulson@e.email>
-
Aayush Gupta authored
Resolves multiple lint warnings Signed-off-by:
Aayush Gupta <theimpulson@e.email>
-
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 12 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>
-
Aayush Gupta authored
- Compile-time warnings observed w: /builds/e/apps/apps/app/src/main/java/foundation/e/apps/XAPK/XApkInstallUtils.kt: (144, 22): Unsafe use of a nullable receiver of type File? w: /builds/e/apps/apps/app/src/main/java/foundation/e/apps/XAPK/XApkInstallUtils.kt: (145, 21): Unsafe use of a nullable receiver of type File? Signed-off-by:
Aayush Gupta <theimpulson@e.email>
-
Aayush Gupta authored
Currently used method has been deprecated References: - [1]: https://developer.android.com/reference/android/net/NetworkInfo Signed-off-by:
Aayush Gupta <theimpulson@e.email>
-
- 06 Apr, 2021 2 commits
-
-
Aayush Gupta authored
Current method has been deprecated References: - [1]: https://developer.android.com/reference/android/content/res/Resources#getDrawable(int) Signed-off-by:
Aayush Gupta <theimpulson@e.email>
-
Aayush Gupta authored
The current one has been deprecated References: - [1]: https://developer.android.com/reference/android/content/res/Resources#getColor(int) Signed-off-by:
Aayush Gupta <theimpulson@e.email>
-