Skip to content
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

move async utils to rboardcomponents #142

Merged
merged 12 commits into from
Nov 2, 2022
Merged

move async utils to rboardcomponents #142

merged 12 commits into from
Nov 2, 2022

Conversation

DerBot7214
Copy link
Collaborator

@DerBot7214 DerBot7214 commented Sep 16, 2022

📝 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

  • 677d35e - Rom - 2022-11-02 16:00:08
    | Update French translation (Update French translation #149)
    | * Update French translation
    |
    | * Update strings.xml
    |
    | * Update strings.xml
  • 1cf1553 - DerBot7214 - 2022-11-02 15:19:24
    | lib updates
    |
  • b8fa91c - DerBot7214 - 2022-11-02 15:18:32
    | Merge branch 'staging' of github.com:DerTyp7214/RboardThemeManagerV3
    |
  • 9a1e02b - DerBot7214 - 2022-10-29 19:27:56
    | force font to 'google-sans-text'
    |
  • 3e8b965 - DerBot7214 - 2022-10-29 19:18:56
    | force font to google-sans-text
    |
  • 51b505b - DerBot7214 - 2022-10-28 18:18:38
    | dependencies
    |
  • 2a31104 - DerBot7214 - 2022-10-28 18:18:08
    | dependencies
    |
  • 928945c - DerBot7214 - 2022-09-19 16:24:51
    | splash animation duration
    |
  • cb8f8fb - DerBot7214 - 2022-09-18 15:30:21
    | interpolator
    |
  • caa0f04 - DerBot7214 - 2022-09-18 07:45:12
    | animation speed
    |
  • d3c4101 - DerBot7214 - 2022-09-18 07:27:38
    | animated splashscreen icon, im never going to change this lol
    |
  • 1d0d0a9 - DerBot7214 - 2022-09-16 03:28:38
    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(-)

@DerBot7214 DerBot7214 added automatic Automatic generated Pull Request update Will trigger update workflow when merged labels Sep 16, 2022
@DerTyp7214 DerTyp7214 merged commit f228fd5 into staging Nov 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automatic Automatic generated Pull Request update Will trigger update workflow when merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants