move async utils to rboardcomponents #142
Merged
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.
📝 Brief description
move async utils to rboardcomponents
animated splashscreen icon, im never going to change this lol
animation speed
interpolator
splash animation duration
dependencies
dependencies
force font to
google-sans-text
force font to 'google-sans-text'
Merge branch 'staging' of github.com:DerTyp7214/RboardThemeManagerV3
lib updates
Update French translation (#149)
💻 Commits
| Update French translation (Update French translation #149)
| * Update French translation
|
| * Update strings.xml
|
| * Update strings.xml
| lib updates
|
| Merge branch 'staging' of github.com:DerTyp7214/RboardThemeManagerV3
|
| force font to 'google-sans-text'
|
| force font to
google-sans-text
|
| dependencies
|
| dependencies
|
| splash animation duration
|
| interpolator
|
| animation speed
|
| animated splashscreen icon, im never going to change this lol
|
move async utils to rboardcomponents
📁 Modified files
.idea/kotlinc.xml (new) | 6 +
app/build.gradle.kts | 48 ++---
app/proguard-rules.pro | 5 +-
.../dertyp7214/rboardthememanager/Application.kt | 2 +-
.../rboardthememanager/adapter/NewsFeedAdapter.kt | 2 +-
.../rboardthememanager/adapter/ThemeAdapter.kt | 2 +-
.../rboardthememanager/adapter/ThemePackAdapter.kt | 2 +-
.../rboardthememanager/components/NewsCards.kt | 2 +-
.../rboardthememanager/components/XMLFile.kt | 3 +
.../fragments/DownloadListFragment.kt | 2 +
.../rboardthememanager/fragments/SoundsFragment.kt | 4 +-
.../fragments/ThemeListFragment.kt | 2 +-
.../rboardthememanager/preferences/Repos.kt | 2 +-
.../screens/InstallPackActivity.kt | 2 +-
.../rboardthememanager/screens/MainActivity.kt | 1 +
.../rboardthememanager/screens/ManageRepo.kt | 2 +-
.../screens/PreferencesActivity.kt | 2 +-
.../rboardthememanager/screens/ReadMoreReadFast.kt | 2 +-
.../rboardthememanager/utils/AppStartUp.kt | 2 +
.../rboardthememanager/utils/AsyncUtils.kt (gone) | 37 ----
.../SwitchKeyboardWidgetConfigureActivity.kt | 2 +-
.../res/drawable/ic_launcher_animation.xml (new) | 149 ++++++++++++++
.../main/res/drawable/ic_launcher_data.xml (new) | 228 +++++++++++++++++++++
.../main/res/font/google_sans_text_400.ttf (new) | Bin 0 -> 116988 bytes
.../main/res/font/google_sans_text_500.ttf (new) | Bin 0 -> 117232 bytes
app/src/main/res/layout/activity_preferences.xml | 3 +-
app/src/main/res/values-fr/strings.xml | 127 +++++++++---
app/src/main/res/values/integers.xml (new) | 4 +
app/src/main/res/values/themes.xml | 15 ++
build.gradle.kts | 8 +-
colorutilsc | 2 +-
mathc | 2 +-
rboardcomponents | 2 +-
33 files changed, 564 insertions(+), 108 deletions(-)