-
-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kotlin rewrite #197
Merged
Merged
Kotlin rewrite #197
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
We will still support more than 90% devices and this reduces extra work needed for backwards compability Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com> Conflicts: app/src/main/AndroidManifest.xml app/src/main/java/org/eu/exodus_privacy/exodusprivacy/CheckAppActivity.java app/src/main/java/org/eu/exodus_privacy/exodusprivacy/MainActivity.java app/src/main/java/org/eu/exodus_privacy/exodusprivacy/Utils.java app/src/main/java/org/eu/exodus_privacy/exodusprivacy/fragments/AboutFragment.java app/src/main/java/org/eu/exodus_privacy/exodusprivacy/fragments/HomeFragment.java app/src/main/java/org/eu/exodus_privacy/exodusprivacy/fragments/MyTrackersFragment.java app/src/main/java/org/eu/exodus_privacy/exodusprivacy/fragments/ReportFragment.java app/src/main/java/org/eu/exodus_privacy/exodusprivacy/fragments/TrackerFragment.java app/src/main/java/org/eu/exodus_privacy/exodusprivacy/manager/NetworkManager.java
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
- Handle various conditions during setup - Show a tmp inderterminite progress bar - Compare and use proper app version Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
We now show: - All package which are not system apps - All packages which are system apps but got updated afterwards by user - All packages which can launched by user Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
Signed-off-by: Aayush Gupta <theimpulson@e.email>
Signed-off-by: Aayush Gupta <theimpulson@e.email>
Signed-off-by: Aayush Gupta <theimpulson@e.email>
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
Removed function removeUnderlineFromLinks() to show underline under links in TrackerDetailFragment
Added new link to What's next? page
remove value UNKNOWN add value SYSTEM (show when getInstallerPackageName return null replace UNKNOWN by USER on else
* Relecture des versions anglaise et française
Bump appcompat to 1.5.0 Bump dagger hilt to 2.43.2 Bump fragment ktx to 1.5.2
* app: Fix permissions with label null * fix: Refactoring 'getPermissionList' method * feature: Add test to show permissions in current app Co-authored-by: J-Jamet <jeremy.jamet@kunzisoft.com>
app: Improved project syntax Fixed indentation, spaces, order in xml
androidTest PASS✅ |
pnu-s
reviewed
Aug 24, 2022
@pnu-s can you approve PR ? |
pnu-s
approved these changes
Aug 28, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains all commits about Kotlin rewrite: