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

Starting update process #576

Merged
merged 199 commits into from
Aug 24, 2022
Merged

Starting update process #576

merged 199 commits into from
Aug 24, 2022

Commits on Jul 11, 2022

  1. Version update

    Jacob Rein committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    e9493c2 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. Todo

    jakepurple13 committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    4d8e8d4 View commit details
    Browse the repository at this point in the history
  2. Todo

    jakepurple13 committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    aa343a2 View commit details
    Browse the repository at this point in the history
  3. Changing the content scale to be fit from filledWidth, hopefully it w…

    …orks better
    Jacob Rein committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    a1908ad View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Changing DetailsFragment.kt to use one from a medium article. This fe…

    …els better, though is not enter always, but it does allow for better setup
    Jacob Rein committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    dd09aa9 View commit details
    Browse the repository at this point in the history
  2. Fixing pager view being a little wonky

    Jacob Rein committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    fc641bf View commit details
    Browse the repository at this point in the history
  3. If pager, fit, if list, fillwidth

    Jacob Rein committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    a6c05d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cbf228e View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. MASSIVE cleanup and organization

    Downloads work again for MangaWorld
    Jacob Rein committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    4501913 View commit details
    Browse the repository at this point in the history
  2. Cleanup and organization for AnimeWorld

    Jacob Rein committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    4682ec5 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Starting to convert AnimeWorld VideoPlayerActivity.kt into compose. T…

    …here will be a lot of differences most probably, but it will also make use of media 3 instead of exoplayer.
    Jacob Rein committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    8aaa231 View commit details
    Browse the repository at this point in the history
  2. Removing exoplayer from AnimeWorld in place of Media3

    Jacob Rein committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    a8be34e View commit details
    Browse the repository at this point in the history
  3. Compose video player is pretty close to matching the xml video player…

    …. Just gotta make sure streaming works with it and figure out what's going on with the MiniController when going into landscape
    Jacob Rein committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    685f5f8 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. Streaming works with new video player

    Jacob Rein committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    d98eff9 View commit details
    Browse the repository at this point in the history
  2. Got saving and loading timestamp working

    Jacob Rein committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    faf84e1 View commit details
    Browse the repository at this point in the history
  3. Got autohide working for compose player

    Jacob Rein committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    4fa66e3 View commit details
    Browse the repository at this point in the history
  4. Updating AnimeWorldTV to use media 3

    Jacob Rein committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    79ba31f View commit details
    Browse the repository at this point in the history
  5. Fixing build crash

    Jacob Rein committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    1892c69 View commit details
    Browse the repository at this point in the history
  6. Error handling

    Jacob Rein committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    ae5d108 View commit details
    Browse the repository at this point in the history
  7. Fixing issues further...hopefully

    Jacob Rein committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    abb04ad View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. Updating media 3

    Jacob Rein committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    ad6e6c2 View commit details
    Browse the repository at this point in the history
  2. Added AllAnime.kt to the source list!

    Jacob Rein committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    fd507ba View commit details
    Browse the repository at this point in the history
  3. Forgot to add notification handling

    Jacob Rein committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    5ace337 View commit details
    Browse the repository at this point in the history
  4. Added AllAnime.kt to the search list!

    Jacob Rein committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    946d59e View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Updating compose!

    Jacob Rein committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    e39a943 View commit details
    Browse the repository at this point in the history
  2. Updating compose!

    Jacob Rein committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    d5975e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. Bump activity-compose from 1.5.0 to 1.5.1

    Bumps activity-compose from 1.5.0 to 1.5.1.
    
    ---
    updated-dependencies:
    - dependency-name: androidx.activity:activity-compose
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    3fb8bcf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #519 from jakepurple13/dependabot/gradle/develop/a…

    …ndroidx.activity-activity-compose-1.5.1
    
    Bump activity-compose from 1.5.0 to 1.5.1
    jakepurple13 authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    9d395c5 View commit details
    Browse the repository at this point in the history
  3. Updating libs and starting to use insets

    Jacob Rein committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    368961f View commit details
    Browse the repository at this point in the history
  4. Updating libs

    Jacob Rein committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    a196f30 View commit details
    Browse the repository at this point in the history
  5. Updating libs

    Jacob Rein committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    a9f6d3c View commit details
    Browse the repository at this point in the history
  6. Updating libs

    Jacob Rein committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    3279ece View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3db8db0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a2237ae View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5e64e14 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a7a16c1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ebf06ee View commit details
    Browse the repository at this point in the history
  12. Made the compose video player a little better

    Jacob Rein committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    f033a9b View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Fixed animeworldtv

    Jacob Rein committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    bdcc65c View commit details
    Browse the repository at this point in the history
  2. Testing some new build options

    Jacob Rein committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    d612b0f View commit details
    Browse the repository at this point in the history
  3. Testing some new build options

    Jacob Rein committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    fc7630b View commit details
    Browse the repository at this point in the history
  4. Testing some new build options

    Jacob Rein committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    b5e9e07 View commit details
    Browse the repository at this point in the history
  5. Using new build options!

    Jacob Rein committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    e7b74a9 View commit details
    Browse the repository at this point in the history
  6. Using new build options!

    Jacob Rein committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    cba5a05 View commit details
    Browse the repository at this point in the history
  7. Updating libs

    Jacob Rein committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    1f73f8b View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Updating libs

    Jacob Rein committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    254f424 View commit details
    Browse the repository at this point in the history
  2. Updating NovelWorld ReadingActivity.kt

    Jacob Rein committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    bf29c4e View commit details
    Browse the repository at this point in the history
  3. Added new source! BestLightNovel.kt

    Jacob Rein committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    1347851 View commit details
    Browse the repository at this point in the history
  4. Added new source! BestLightNovel.kt

    Jacob Rein committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    914db65 View commit details
    Browse the repository at this point in the history
  5. Added new source! BestLightNovel.kt

    Jacob Rein committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    a0b4c0c View commit details
    Browse the repository at this point in the history
  6. Changing the UpdateChecker.kt to use flow

    Jacob Rein committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    11d38ce View commit details
    Browse the repository at this point in the history
  7. Changing the UpdateChecker.kt to use flow

    Jacob Rein committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    f163f64 View commit details
    Browse the repository at this point in the history
  8. Removing more rxjava

    Got deep linkings working again
    Jacob Rein committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    1248c22 View commit details
    Browse the repository at this point in the history
  9. Clean up

    Jacob Rein committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    1321084 View commit details
    Browse the repository at this point in the history
  10. Clean up

    Jacob Rein committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    5cfd905 View commit details
    Browse the repository at this point in the history
  11. Clean up

    Jacob Rein committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    2a19681 View commit details
    Browse the repository at this point in the history
  12. Clean up

    Jacob Rein committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    f26ae67 View commit details
    Browse the repository at this point in the history
  13. Clean up

    Jacob Rein committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    b755063 View commit details
    Browse the repository at this point in the history
  14. Clean up

    Jacob Rein committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    d87c235 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. MASSIVE cleanup of removing rxjava

    Jacob Rein committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    e84988b View commit details
    Browse the repository at this point in the history
  2. More rx removing

    Jacob Rein committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    06f146d View commit details
    Browse the repository at this point in the history
  3. More rx removing

    Jacob Rein committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    55106f4 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. Nearly removing all rxjava. Only thing that stays is ReactiveNetwork …

    …since it is just really well done
    Jacob Rein committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    d8bb809 View commit details
    Browse the repository at this point in the history
  2. Nearly removing all rxjava. Only thing that stays is ReactiveNetwork …

    …since it is just really well done
    Jacob Rein committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    dd44e00 View commit details
    Browse the repository at this point in the history
  3. Fixing inset color not blending in

    Jacob Rein committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    82c6084 View commit details
    Browse the repository at this point in the history
  4. Adding a new FadingQuickAction.kt

    Jacob Rein committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    6f2c417 View commit details
    Browse the repository at this point in the history
  5. Fully removed rxjava

    Jacob Rein committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    5dd88ec View commit details
    Browse the repository at this point in the history
  6. Fully removed rxjava

    Jacob Rein committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    04c7770 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Updating libs

    Jacob Rein committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    08f2971 View commit details
    Browse the repository at this point in the history
  2. Starting to want to use ktor client for more of the sources. Will sta…

    …rt to use it for new sources as long as it works
    Jacob Rein committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    f237058 View commit details
    Browse the repository at this point in the history
  3. Starting to want to use ktor client for more of the sources. Will sta…

    …rt to use it for new sources as long as it works
    Jacob Rein committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    c5a310f View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. Trying the new zipline

    Jacob Rein committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    1337eeb View commit details
    Browse the repository at this point in the history
  2. Starting to add some sources from Kotatsu

    Jacob Rein committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    1d22742 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Hopefully fixing the auto build check

    Jacob Rein committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    ecee007 View commit details
    Browse the repository at this point in the history
  2. Add renovate.json

    renovate[bot] authored and jakepurple13 committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    cc021fd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #525 from jakepurple13/renovate/configure

    Configure Renovate
    jakepurple13 authored Aug 10, 2022
    Configuration menu
    Copy the full SHA
    7f72c67 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b3036be View commit details
    Browse the repository at this point in the history
  5. Merge pull request #526 from jakepurple13/renovate/androidx.window-wi…

    …ndow-1.x
    
    Update dependency androidx.window:window
    jakepurple13 authored Aug 10, 2022
    Configuration menu
    Copy the full SHA
    afb86e4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    62512f4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e4d003a View commit details
    Browse the repository at this point in the history
  8. Merge pull request #529 from jakepurple13/renovate/com.github.hedzr-a…

    …ndroid-file-chooser-1.x
    
    Update dependency com.github.hedzr:android-file-chooser to v1.2.0
    jakepurple13 authored Aug 10, 2022
    Configuration menu
    Copy the full SHA
    f77a1ec View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7368a5c View commit details
    Browse the repository at this point in the history
  10. Merge pull request #530 from jakepurple13/renovate/com.github.noowenz…

    …-showmoreless-1.x
    
    Update dependency com.github.noowenz:ShowMoreLess to v1.0.3
    jakepurple13 authored Aug 10, 2022
    Configuration menu
    Copy the full SHA
    8330670 View commit details
    Browse the repository at this point in the history
  11. Converted all manga items to kts

    Jacob Rein committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    5a9f5ed View commit details
    Browse the repository at this point in the history
  12. Converted all manga items to kts

    Jacob Rein committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    a000aa2 View commit details
    Browse the repository at this point in the history
  13. Slowly converting to use kts

    Jacob Rein committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    5923764 View commit details
    Browse the repository at this point in the history
  14. Slowly converting to use kts

    Jacob Rein committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    53493d7 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    78be589 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #532 from jakepurple13/renovate/com.google.firebas…

    …e-firebase-database-ktx-20.x
    
    Update dependency com.google.firebase:firebase-database-ktx to v20.0.5
    jakepurple13 authored Aug 10, 2022
    Configuration menu
    Copy the full SHA
    9c94367 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    434e004 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #531 from jakepurple13/renovate/com.google.firebas…

    …e-firebase-auth-21.x
    
    Update dependency com.google.firebase:firebase-auth to v21.0.7
    jakepurple13 authored Aug 10, 2022
    Configuration menu
    Copy the full SHA
    6210601 View commit details
    Browse the repository at this point in the history
  19. Slowly converting to use kts

    Jacob Rein committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    4efeaa2 View commit details
    Browse the repository at this point in the history
  20. Slowly converting to use kts

    Jacob Rein committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    dd67bf6 View commit details
    Browse the repository at this point in the history
  21. Slowly converting to use kts

    Jacob Rein committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    169e3b1 View commit details
    Browse the repository at this point in the history
  22. Slowly converting to use kts

    Jacob Rein committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    bebbde3 View commit details
    Browse the repository at this point in the history
  23. Slowly converting to use kts

    Jacob Rein committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    70e9a07 View commit details
    Browse the repository at this point in the history
  24. Adding lifecycle compose runtime

    Jacob Rein committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    c499a3a View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    885be9d View commit details
    Browse the repository at this point in the history
  26. Merge pull request #534 from jakepurple13/renovate/androidx.paging-pa…

    …ging-compose-1.x
    
    Update dependency androidx.paging:paging-compose to v1.0.0-alpha16
    jakepurple13 authored Aug 10, 2022
    Configuration menu
    Copy the full SHA
    e86af59 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    27ca44b View commit details
    Browse the repository at this point in the history
  28. Merge pull request #533 from jakepurple13/renovate/androidx.fragment-…

    …fragment-ktx-1.x
    
    Update dependency androidx.fragment:fragment-ktx to v1.5.2
    jakepurple13 authored Aug 10, 2022
    Configuration menu
    Copy the full SHA
    10b2abf View commit details
    Browse the repository at this point in the history
  29. Updating compose

    Jacob Rein committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    874c89e View commit details
    Browse the repository at this point in the history
  30. Updating compose

    Jacob Rein committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    07c6c74 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    a951348 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. Merge pull request #536 from jakepurple13/renovate/com.mikepenz-iconi…

    …cs-core-5.x
    
    Update dependency com.mikepenz:iconics-core to v5.3.4
    jakepurple13 authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    2b67977 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7575bbe View commit details
    Browse the repository at this point in the history
  3. Merge pull request #535 from jakepurple13/renovate/com.mikepenz-googl…

    …e-material-typeface-4.x
    
    Update dependency com.mikepenz:google-material-typeface to v4.0.0.2-kotlin
    jakepurple13 authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    909e293 View commit details
    Browse the repository at this point in the history
  4. Updating libs

    Jacob Rein committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    721abad View commit details
    Browse the repository at this point in the history
  5. Updating libs

    Jacob Rein committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    89b0500 View commit details
    Browse the repository at this point in the history
  6. Updating libs

    Jacob Rein committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    b3ed313 View commit details
    Browse the repository at this point in the history
  7. Using NovelWorld's chapter holder so we can keep track of MANY more c…

    …hapters
    Jacob Rein committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    ba13773 View commit details
    Browse the repository at this point in the history
  8. Adding compose animation

    Jacob Rein committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    8aa1159 View commit details
    Browse the repository at this point in the history
  9. Going back to a modal drawer

    Jacob Rein committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    24a6fb4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a4ea2a5 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #547 from jakepurple13/renovate/gradle-7.x

    Update dependency gradle to v7.5.1
    jakepurple13 authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    c5e1de4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f2c5049 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #548 from jakepurple13/renovate/eskatos-gradle-com…

    …mand-action-1.x
    
    Update eskatos/gradle-command-action action to v1.5.1
    jakepurple13 authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    6c5b660 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c163e4d View commit details
    Browse the repository at this point in the history
  15. Merge pull request #550 from jakepurple13/renovate/actions-checkout-3.x

    Update actions/checkout action to v3
    jakepurple13 authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    81761f6 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5ae5306 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #549 from jakepurple13/renovate/mockito-monorepo

    Update mockito monorepo to v4.6.1
    jakepurple13 authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    9e53cc1 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    65d1c49 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #551 from jakepurple13/renovate/actions-download-a…

    …rtifact-3.x
    
    Update actions/download-artifact action to v3
    jakepurple13 authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    71ec870 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c750b35 View commit details
    Browse the repository at this point in the history
  21. Merge pull request #555 from jakepurple13/renovate/eskatos-gradle-com…

    …mand-action-2.x
    
    Update eskatos/gradle-command-action action to v2
    jakepurple13 authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    61e4883 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    19ea285 View commit details
    Browse the repository at this point in the history
  23. Merge pull request #552 from jakepurple13/renovate/actions-setup-java…

    …-3.x
    
    Update actions/setup-java action to v3
    jakepurple13 authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    ab44f34 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    51257fc View commit details
    Browse the repository at this point in the history
  25. Merge pull request #553 from jakepurple13/renovate/actions-upload-art…

    …ifact-3.x
    
    Update actions/upload-artifact action to v3
    jakepurple13 authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    ac67c85 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    94654b3 View commit details
    Browse the repository at this point in the history
  27. Merge pull request #554 from jakepurple13/renovate/com.github.torrent…

    …stream-torrentstream-android-3.x
    
    Update dependency com.github.TorrentStream:TorrentStream-Android to v3
    jakepurple13 authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    d34c1b5 View commit details
    Browse the repository at this point in the history
  28. Organization

    Jacob Rein committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    5d2e579 View commit details
    Browse the repository at this point in the history
  29. Organization

    Jacob Rein committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    c631695 View commit details
    Browse the repository at this point in the history
  30. Organization

    Jacob Rein committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    c05363b View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Adding color to the top of the mark as sheet

    Jacob Rein committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    2c9e8fa View commit details
    Browse the repository at this point in the history
  2. Organizing

    Jacob Rein committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    13498f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c832ff2 View commit details
    Browse the repository at this point in the history
  4. Trying to fix build issues

    Jacob Rein committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    5415050 View commit details
    Browse the repository at this point in the history
  5. Making sure the classpaths will match versions

    Jacob Rein committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    85cd852 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ad0649a View commit details
    Browse the repository at this point in the history
  7. Merge pull request #557 from jakepurple13/renovate/com.google.android…

    ….material
    
    Update com.google.android.material
    jakepurple13 authored Aug 12, 2022
    Configuration menu
    Copy the full SHA
    d7e0880 View commit details
    Browse the repository at this point in the history
  8. Fixing animeworldtv

    Jacob Rein committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    ee776ee View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. Updating libs

    Jacob Rein committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    895c428 View commit details
    Browse the repository at this point in the history
  2. Updating libs

    Jacob Rein committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    333c4ea View commit details
    Browse the repository at this point in the history
  3. Adding Ksp!

    Jacob Rein committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    6980bfa View commit details
    Browse the repository at this point in the history
  4. Testing

    Jacob Rein committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    7aebffe View commit details
    Browse the repository at this point in the history
  5. Testing

    Jacob Rein committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    f465287 View commit details
    Browse the repository at this point in the history
  6. Testing

    Jacob Rein committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    1ee4904 View commit details
    Browse the repository at this point in the history
  7. Testing

    Jacob Rein committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    f4f633f View commit details
    Browse the repository at this point in the history
  8. Testing

    Jacob Rein committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    a41deee View commit details
    Browse the repository at this point in the history
  9. Testing

    Jacob Rein committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    d334e2f View commit details
    Browse the repository at this point in the history
  10. Testing

    Jacob Rein committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    387cfe5 View commit details
    Browse the repository at this point in the history
  11. Testing

    Jacob Rein committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    b095d9b View commit details
    Browse the repository at this point in the history
  12. Testing

    Jacob Rein committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    057c2f8 View commit details
    Browse the repository at this point in the history
  13. Testing

    Jacob Rein committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    b2d729a View commit details
    Browse the repository at this point in the history
  14. Testing

    Jacob Rein committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    6655728 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Adding connection state method

    Jacob Rein committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    fc2cd59 View commit details
    Browse the repository at this point in the history
  2. Some cleanup

    Jacob Rein committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    a2b1a98 View commit details
    Browse the repository at this point in the history
  3. Some cleanup

    Jacob Rein committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    b4e6b7e View commit details
    Browse the repository at this point in the history
  4. Some cleanup

    Jacob Rein committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    eecb872 View commit details
    Browse the repository at this point in the history
  5. Some cleanup

    Jacob Rein committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    98f643f View commit details
    Browse the repository at this point in the history
  6. Some cleanup

    Jacob Rein committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    493e29f View commit details
    Browse the repository at this point in the history
  7. Some cleanup

    Jacob Rein committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    cc98fbd View commit details
    Browse the repository at this point in the history
  8. Some cleanup

    Jacob Rein committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    a9b8fed View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a89ca92 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #565 from jakepurple13/renovate/com.google.mlkit

    Update dependency com.google.mlkit:translate to v17.0.1
    jakepurple13 authored Aug 16, 2022
    Configuration menu
    Copy the full SHA
    0022fff View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Update coil to v2.2.0

    renovate[bot] authored Aug 17, 2022
    Configuration menu
    Copy the full SHA
    a13ce79 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #567 from jakepurple13/renovate/coil

    Update coil to v2.2.0
    jakepurple13 authored Aug 17, 2022
    Configuration menu
    Copy the full SHA
    7eb8669 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f860955 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #566 from jakepurple13/renovate/eskatos-gradle-com…

    …mand-action-2.x
    
    Update eskatos/gradle-command-action action to v2.2.3
    jakepurple13 authored Aug 17, 2022
    Configuration menu
    Copy the full SHA
    9cfd4c6 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. clean up

    Jacob Rein committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    3c537d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae2b10c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #568 from jakepurple13/renovate/org.jetbrains.kotlinx

    Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.4.0
    jakepurple13 authored Aug 18, 2022
    Configuration menu
    Copy the full SHA
    981ed5d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5867f6f View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. Merge pull request #569 from jakepurple13/renovate/eskatos-gradle-com…

    …mand-action-2.x
    
    Update eskatos/gradle-command-action action to v2.2.4
    jakepurple13 authored Aug 19, 2022
    Configuration menu
    Copy the full SHA
    55aaf60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82a17a7 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. Merge pull request #571 from jakepurple13/renovate/eskatos-gradle-com…

    …mand-action-2.x
    
    Update eskatos/gradle-command-action action to v2.2.5
    jakepurple13 authored Aug 22, 2022
    Configuration menu
    Copy the full SHA
    002adb8 View commit details
    Browse the repository at this point in the history
  2. Fixing MangaPark.kt

    Jacob Rein committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    263d654 View commit details
    Browse the repository at this point in the history
  3. Improving bottom bar animation

    Jacob Rein committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    1df81ab View commit details
    Browse the repository at this point in the history
  4. Cleaning up

    Jacob Rein committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    a0ca545 View commit details
    Browse the repository at this point in the history
  5. Cleaning up

    Jacob Rein committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    9da96c5 View commit details
    Browse the repository at this point in the history
  6. Cleaning up

    Jacob Rein committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    fe39e5a View commit details
    Browse the repository at this point in the history
  7. Moving Current Source up to About so it can be changed easier

    Created a Translation Screen that's a bottom sheet
    Jacob Rein committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    5a18fb7 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Changed the Favorite choices to be it's own screen/bottom sheet

    Also removing Mangamutiny
    Jacob Rein committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    3dfbe75 View commit details
    Browse the repository at this point in the history
  2. Removing ListBottomSheet dialog fragment in place for compose bottom …

    …sheet
    Jacob Rein committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    3a98278 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    212c335 View commit details
    Browse the repository at this point in the history
  4. Including status bar padding for source chooser

    Jacob Rein committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    2b17597 View commit details
    Browse the repository at this point in the history
  5. Create CONTRIBUTING.md

    jakepurple13 authored Aug 23, 2022
    Configuration menu
    Copy the full SHA
    880f271 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    jakepurple13 authored Aug 23, 2022
    Configuration menu
    Copy the full SHA
    7a225db View commit details
    Browse the repository at this point in the history
  7. Changing chips to material 3 chips!

    Jacob Rein committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    6e1f31b View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. Configuration menu
    Copy the full SHA
    04f3184 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #574 from jakepurple13/renovate/org.jsoup

    Update dependency org.jsoup:jsoup to v1.15.3
    jakepurple13 authored Aug 24, 2022
    Configuration menu
    Copy the full SHA
    cef3c61 View commit details
    Browse the repository at this point in the history
  3. Adding better insets

    Jacob Rein committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    332b156 View commit details
    Browse the repository at this point in the history
  4. Little bit better details status bar

    Jacob Rein committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    ba53b16 View commit details
    Browse the repository at this point in the history
  5. Fixing transparency

    Jacob Rein committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    3ac7db8 View commit details
    Browse the repository at this point in the history
  6. Adding a suffix to noFirebase versions

    Jacob Rein committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    31f2b41 View commit details
    Browse the repository at this point in the history
  7. Making minor modifications to allow noFirebase versions to be updated…

    … too
    Jacob Rein committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    df58d4a View commit details
    Browse the repository at this point in the history
  8. Merge branch 'master' of https://github.com/jakepurple13/OtakuWorld i…

    …nto develop
    Jacob Rein committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    0153469 View commit details
    Browse the repository at this point in the history
  9. Adding a ribbon to noFirebase versions of the app

    Jacob Rein committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    8bfb1b9 View commit details
    Browse the repository at this point in the history