[DRIVER-Android] Updated the develop branch#75
Open
AsefBJIT wants to merge 4 commits intoWorldBank-Transport:developfrom
Open
[DRIVER-Android] Updated the develop branch#75AsefBJIT wants to merge 4 commits intoWorldBank-Transport:developfrom
AsefBJIT wants to merge 4 commits intoWorldBank-Transport:developfrom
Conversation
Implementation Details:
- Brought in new models.jar based on requirement schema
- DriverImageController.java
- Added methods to compress images
- Added methods to temporarily store images, so that it can be uploaded
- Compression was implemented to improve performance for data processing in WebInstance
- DriverConstantFields.java was changed to meet with the specific weather and light requirements
- PostRecordsTask.java a cleanup call was added to remove the temporarily stored compressed data on the condition that all records were successfully uploaded
- strings.xml were changed to meet the current ConstantFeild requirements
- Added Bangla translation
… and models.jar Implementation details: - models.jar has been updated with the latest code - Storage request permission moved to RecordListActivity.java to be able to load images earlier - Default image placeholder code added - Weather and light enums updated - Image deletion logic updated - Image storage code has been added to support Android OS 11+ devices - strings.xml updated -
Removed the temporary stored models.jar
This file contains hidden or 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
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.
Implementation Details: