-
Notifications
You must be signed in to change notification settings - Fork 275
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
Add Localization Support #545
Merged
Merged
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
Reference Issue for adding new languages: #548 |
chirag-jn
added a commit
to chirag-jn/android
that referenced
this pull request
Aug 1, 2020
commit a721c61 Author: Akash-Ramjyothi <[email protected]> Date: Wed Jul 29 21:22:02 2020 +0530 Add Icons to Settings Activity (amahi#585) * Added Material Icons * Update Settings logos * reformat code Co-authored-by: Chirag Jain <[email protected]> commit 7eab1ea Author: Chirag Jain <[email protected]> Date: Wed Jul 29 17:07:51 2020 +0530 Update minSDK version (amahi#583) commit 2bd3f3b Author: Chirag Jain <[email protected]> Date: Wed Jul 29 16:40:47 2020 +0530 gitignore (amahi#581) commit bbcf8cf Author: Chirag Jain <[email protected]> Date: Wed Jul 29 16:40:15 2020 +0530 update travis (amahi#578) commit f252553 Author: Chirag Jain <[email protected]> Date: Wed Jul 29 16:39:27 2020 +0530 Add Custom Tabs to WebView (amahi#573) * Add Custom Tabs to WebView * Add License and theme to CustomTabs commit 6d1e357 Author: Chirag Jain <[email protected]> Date: Wed Jul 29 16:25:15 2020 +0530 Add Repeat and Shuffle Feature to Music Player (amahi#576) * feat: music player shuffle and repeat features * clean code * enable multidex * Reset Exoplayer to 2.7 * Update Multidex * remove multidex Co-authored-by: Balaji R <[email protected]> Co-authored-by: Carlos Puchol <[email protected]> commit f3035ff Author: Akash-Ramjyothi <[email protected]> Date: Wed Jul 29 16:09:34 2020 +0530 Added Updates to libraries (amahi#580) * update libvlc version * Added Updates to libraries * Update build.gradle Co-authored-by: Chirag Jain <[email protected]> commit f6f297b Author: Akash-Ramjyothi <[email protected]> Date: Wed Jul 29 16:08:02 2020 +0530 Added Last Display of Files Feature (amahi#574) commit 761a34e Author: Chirag Jain <[email protected]> Date: Mon Jul 20 16:48:31 2020 +0530 Application Crash Reports (amahi#565) * Add ACRA for Crash Reporting during development commit f0bf41f Author: Chirag Jain <[email protected]> Date: Mon Jul 20 16:47:34 2020 +0530 Update README with better badges (amahi#568) * Update README with badges commit e7888e9 Author: Chirag Jain <[email protected]> Date: Sat Jul 18 01:27:41 2020 +0530 Add release to gitignore (amahi#562) commit 303f0df Author: Chirag Jain <[email protected]> Date: Mon Jul 13 16:45:27 2020 +0530 Fix App Not Loading (amahi#561) commit adad44d Author: Chirag Jain <[email protected]> Date: Tue Jul 7 15:59:50 2020 +0530 App Introduction Improvements (amahi#555) * Move to AppIntro2 * Optimize imports commit 99e75d9 Author: Chirag Jain <[email protected]> Date: Mon Jul 6 17:07:31 2020 +0530 Fix: Inform user if there's no internet connection while trying to access media files (amahi#553) * Fix: Inform user if there's no internet connection while trying to access files, also checks for local server connection * update strings * Toast -> Snackbar * update AppIntro Co-authored-by: Balaji R <[email protected]> commit ac2d5eb Author: Chirag Jain <[email protected]> Date: Mon Jul 6 16:55:47 2020 +0530 Add Localization Support (amahi#545) * Add Locale Helper * Add language change preference * change language * Attach Base Context in Activities * remove extra dependency * Complete French translation * Add Steps to add language commit 601914d Author: samarth gugnani <[email protected]> Date: Mon Jul 6 16:48:11 2020 +0530 FEAT: Music Player UI Enhanced (amahi#504) * Crash Solved Happening Due to lack Of Permissions and added dilogue box * Connection Error solved * fixed the connection error in apps navigation * Connection Error solved Final * UI Enhanced * reset new issue template * clean code * remove animatoo Co-authored-by: Chirag Jain <[email protected]> commit 57e2008 Author: samarth gugnani <[email protected]> Date: Mon Jul 6 16:45:08 2020 +0530 Crash Solved Due to Storage and camera Permissions and Added Dialogue box (amahi#501) * Crash Solved Happing Due to lack Of Permissions * Crash Solved Happing Due to lack Of Permissions and added dilogue box * Crash Solved Happening Due to lack Of Permissions and added dilogue box * Reset new-issue.md * remove extra lines * rearrange code in ServerFilesActivity * reset setupuploadfab * clean code * change strings * Permissions issue handled * refactor serverfilesactivity * remove extra logs Co-authored-by: Chirag Jain <[email protected]> commit 52667ef Author: Balaji Ramavathu <[email protected]> Date: Mon Jul 6 16:39:36 2020 +0530 fix: App crash after Sign out and Sign in again (amahi#440)
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.
Fixes #537