forked from medic/cht-android
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Adds Busia apks for v3.13 | Wrapper 0.11.1 #11
Open
Kymoraa
wants to merge
20
commits into
master
Choose a base branch
from
apks-v3.13
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
Add missed translations for some buttons and messages, and fixed others. Co-authored-by: Marc Abbyad <[email protected]>
* Added MUSO CDI flavour Co-authored-by: “gilbertagbodamakou” <“[email protected]”>
* correct RCI icons Co-authored-by: “gilbertagbodamakou” <“[email protected]”>
Co-authored-by: Mariano Ruiz <[email protected]>
Ticket: medic#169 In this commit: - Removes the support for Android 4.4. - Refactor the WebView's url handler and adds support for sdk 21 & 22 (Android 5) - Removes android.support (deprecated) and use the new one: androidx.
Ticket: medic#189 This commit handles the case when the user clicks "Deny" when asked to grant location permission.
Ticket: medic#230 This commit removes Simprints integration.
Ticket: medic#242 This commit will: - Replace `com.noveogroup.android:check` with the latest version of the libraries it was wrapping: Checkstyles, PMD and Spotbugs. - Removed jcenter() which will stop working in the future.
This commit adds the configuration to generate test coverage reports for unbrandedDebug flavor
Ticket: medic#159 This commit: - Removes the old image picker library and implementation because it's deprecated. - Removes support for the deprecated library android.support.* (android.enableJetifier=true) and fixes style of buttons that were depending on Widget.AppCompat. - Adds new support for Webview's file picker. - Adds support for recording if selected instead of picking from the phone's file system
Ticket: medic#94 In this commit: - Removes DISABLE_APP_URL_VALIDATION and therefore the App URL verification (AppUrlVerification class) isn't skipped anymore. - Stops appending /medic/_design/medic/_rewrite/ to the App URL. - Adds some unit test coverage
Ticket: medic#148 This commit: - Adds a prominent disclosure for when requesting storage permission - Updates location prominent disclosure to use intent's callback contracts. - Handle "never ask again" or when permission is denied for second time or when the permission is denied from the App's Settings page, at this point we can't request the grant automatically so the user is redirected to the app's settings to manually grant the permission.
Ticket: medic#261 This commit: - Removes the unbranded_test flavor. If we need to test a flavor without any of the permissions, then we can do that locally without adding a new flavor in the source code.
Ticket: medic#253 This commit: - Removes the menu. - Removes the lock pin view and activity. - Adds secret door to open the settings view, that used to be available in the menu. Tap 5 times with 1 finger on the screen, then swipe right with 2 fingers. Tap counting will restart if next tap happened more than 500 milliseconds since last tap. - Adds test coverage.
Ticket: medic#258 In this commit: - Adds border and training app message. This will be useful for new deployments that want to differentiate their Training app, and would NOT affect any existing flavors.
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.
Adds Busia apks for v3.13 as created in April based of Android wrapper 0.11.1
PR had conflicts, this is mainly to just add the resources and maintain them upstream