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

Upstream tag 0.10.0 (revision 9e583ea) #2

Closed
wants to merge 75 commits into from

Commits on Feb 6, 2024

  1. build(deps): bump up dependencies, compile sdk, and gradle version (A…

    …shinch#502)
    
    * build(deps): bump up dependencies, compile sdk, and gradle version
    
    * build(deps): remove redundant safe-args plugin
    
    * build(deps): update Compose BOM to `2024.01.00` & compiler to `1.5.8`
    JunkFood02 authored and Ashinch committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    349603b View commit details
    Browse the repository at this point in the history
  2. fix(i18n): configuration loss when switching locale (Ashinch#541)

    * fix(i18n): configuration loss when switching locale
    
    * feat(locale): enable auto-localeconfig
    JunkFood02 authored and Ashinch committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    77fd5b9 View commit details
    Browse the repository at this point in the history
  3. feat(i18n): add languages to in-app language picker (Ashinch#571)

    * feat(i18n): add languages to in-app language picker
    
    * fix(i18n): locale system settings not working for Android 13
    
    * feat(i18n): show selected language at settings page
    
    * fix(ci): ignore ExtraTranslation for linter
    
    * feat(i18n): add fallback in in-app language picker for A13+
    
    * chore: clean up
    JunkFood02 authored and Ashinch committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    2ead25a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2f8496 View commit details
    Browse the repository at this point in the history
  5. fix(ui): NavigationBarItem color

    JunkFood02 authored and Ashinch committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    1dc906b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    92f994f View commit details
    Browse the repository at this point in the history
  7. fix(ui): NavigationBar text color

    JunkFood02 authored and Ashinch committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    57c1d3a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    802b149 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3165aac View commit details
    Browse the repository at this point in the history
  10. style(settings): add subhead in interaction (Ashinch#581)

    # Conflicts:
    #	app/src/main/res/values/strings.xml
    Ashinch committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    e62c0f6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    80f335a View commit details
    Browse the repository at this point in the history
  12. feat(ui): swipe up and down to switch between articles (Ashinch#589)

    * build(deps): bump up dependencies, compile sdk, and gradle version (Ashinch#502)
    
    * build(deps): bump up dependencies, compile sdk, and gradle version
    
    * build(deps): remove redundant safe-args plugin
    
    * build(deps): update Compose BOM to `2024.01.00` & compiler to `1.5.8`
    
    * fix(i18n): configuration loss when switching locale (Ashinch#541)
    
    * fix(i18n): configuration loss when switching locale
    
    * feat(locale): enable auto-localeconfig
    
    * feat(i18n): add languages to in-app language picker (Ashinch#571)
    
    * feat(i18n): add languages to in-app language picker
    
    * fix(i18n): locale system settings not working for Android 13
    
    * feat(i18n): show selected language at settings page
    
    * fix(ci): ignore ExtraTranslation for linter
    
    * feat(i18n): add fallback in in-app language picker for A13+
    
    * chore: clean up
    
    * fix(ui): ProgressIndicator crashes in m3 1.1.2
    
    * fix(ui): NavigationBarItem color
    
    * feat(ui): grey out read articles even if starred (Ashinch#547)
    
    * refactor(ui): improve add account dialog
    
    * fix(ui): accessing listState on io thread causes app to crash
    
    * fix(ui): NavigationBar text color
    
    * feat(ui): show full screen image viewer when clicking on images (Ashinch#578)
    
    * feat(ui): add crash report activity to handle uncaught exceptions (Ashinch#576)
    
    * feat(ui): swipe up and down to switch between articles (WIP)
    
    * feat(ui): update animation
    
    * docs(ui): add comments on pull to load implementation
    
    * feat(ui): move the indicator to another file
    
    * build: revert changes
    
    * feat(ui): make the transition directions match the content changes
    
    ---------
    
    Co-authored-by: MauroGuida <57829432+MauroGuida@users.noreply.github.com>
    Co-authored-by: Ash <Glaxyinfinite@outlook.com>
    Co-authored-by: Ash <Ashinch@outlook.it>
    4 people authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    1b758df View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    38ab828 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    0545723 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5846d2 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    c21e22d View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. feat(ui): swipe to star/unstar, swipe to unread (Ashinch#594)

    * feat(ui): swipe to star & unstar
    
    * feat(ui): swipe to unread
    
    * feat(ui): add haptic feedback to swipe gesture
    
    * fix(ui): disable swipe gestures when scroll in progress
    
    * feat(ui): configure swipe gestures
    
    * fix(ui): workaround for swipe animation & remove text label
    
    * fix(ui): app initialize with toggle starred
    JunkFood02 authored Feb 11, 2024
    Configuration menu
    Copy the full SHA
    8c11757 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    5b51e0b View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    44752b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ed42a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f4d241 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    4c7bea9 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Configuration menu
    Copy the full SHA
    733c8d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b4b215 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    4b594ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b89644 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2438b27 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    2d9e3de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a187d38 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Translated using Weblate (Belarusian) (Ashinch#598)

    Currently translated at 19.7% (59 of 298 strings)
    
    Added translation using Weblate (Belarusian)
    
    Translated using Weblate (Ukrainian)
    
    Currently translated at 100.0% (298 of 298 strings)
    
    Translated using Weblate (Slovak)
    
    Currently translated at 100.0% (298 of 298 strings)
    
    Translated using Weblate (Serbian)
    
    Currently translated at 100.0% (298 of 298 strings)
    
    Translated using Weblate (Kannada)
    
    Currently translated at 100.0% (298 of 298 strings)
    
    Translated using Weblate (Catalan)
    
    Currently translated at 100.0% (298 of 298 strings)
    
    Translated using Weblate (Arabic)
    
    Currently translated at 100.0% (298 of 298 strings)
    
    Translated using Weblate (Portuguese (Brazil))
    
    Currently translated at 100.0% (298 of 298 strings)
    
    Translated using Weblate (Chinese (Traditional))
    
    Currently translated at 99.6% (297 of 298 strings)
    
    Translated using Weblate (Hindi)
    
    Currently translated at 100.0% (298 of 298 strings)
    
    Translated using Weblate (Galician)
    
    Currently translated at 100.0% (298 of 298 strings)
    
    Translated using Weblate (Turkish)
    
    Currently translated at 100.0% (298 of 298 strings)
    
    Translated using Weblate (Chinese (Simplified))
    
    Currently translated at 100.0% (298 of 298 strings)
    
    Translated using Weblate (Spanish)
    
    Currently translated at 100.0% (298 of 298 strings)
    
    Translated using Weblate (Czech)
    
    Currently translated at 100.0% (298 of 298 strings)
    
    Translated using Weblate (Galician)
    
    Currently translated at 100.0% (293 of 293 strings)
    
    Translated using Weblate (Malayalam)
    
    Currently translated at 34.4% (101 of 293 strings)
    
    Translated using Weblate (Spanish)
    
    Currently translated at 100.0% (293 of 293 strings)
    
    Added translation using Weblate (Galician)
    
    Translated using Weblate (Arabic)
    
    Currently translated at 100.0% (293 of 293 strings)
    
    Translated using Weblate (Slovak)
    
    Currently translated at 100.0% (293 of 293 strings)
    
    Translated using Weblate (Dutch)
    
    Currently translated at 99.6% (292 of 293 strings)
    
    Translated using Weblate (Portuguese (Brazil))
    
    Currently translated at 100.0% (293 of 293 strings)
    
    Translated using Weblate (Turkish)
    
    Currently translated at 100.0% (293 of 293 strings)
    
    Translated using Weblate (Chinese (Traditional))
    
    Currently translated at 99.6% (292 of 293 strings)
    
    Translated using Weblate (Chinese (Simplified))
    
    Currently translated at 100.0% (293 of 293 strings)
    
    Translated using Weblate (Spanish)
    
    Currently translated at 100.0% (293 of 293 strings)
    
    Translated using Weblate (German)
    
    Currently translated at 100.0% (293 of 293 strings)
    
    Translated using Weblate (Czech)
    
    Currently translated at 100.0% (293 of 293 strings)
    
    Translated using Weblate (Slovak)
    
    Currently translated at 51.3% (150 of 292 strings)
    
    Translated using Weblate (Portuguese (Brazil))
    
    Currently translated at 100.0% (292 of 292 strings)
    
    Translated using Weblate (Turkish)
    
    Currently translated at 100.0% (292 of 292 strings)
    
    Translated using Weblate (Czech)
    
    Currently translated at 100.0% (292 of 292 strings)
    
    Translated using Weblate (Slovak)
    
    Currently translated at 50.0% (146 of 292 strings)
    
    Translated using Weblate (Basque)
    
    Currently translated at 91.6% (265 of 289 strings)
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/ar/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/be/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/ca/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/cs/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/de/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/es/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/eu/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/gl/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/hi/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/kn/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/ml/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/nl/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/pt_BR/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/sk/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/sr/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/tr/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/uk/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/zh_Hans/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/zh_Hant/
    Translation: ReadYou/Android strings
    
    Co-authored-by: Aswin <aswinsnair028@gmail.com>
    Co-authored-by: BabyBenefactor <ismwvbuh@4wrd.cc>
    Co-authored-by: Chethan <76928501+ch3thanhs@users.noreply.github.com>
    Co-authored-by: Dan <jonweblin2205@protonmail.com>
    Co-authored-by: Fjuro <ifjuro@proton.me>
    Co-authored-by: Lzmxya <lzmxya@gmail.com>
    Co-authored-by: Milan <mobrcian@hotmail.com>
    Co-authored-by: NEXI <nexiphotographer@gmail.com>
    Co-authored-by: Nitin Khalia <weblate.scrambled777@simplelogin.com>
    Co-authored-by: Oğuz Ersen <oguz@ersen.moe>
    Co-authored-by: Rex_sa <rex.sa@pm.me>
    Co-authored-by: Samuel Rodríguez Gago <samuelinho@gmail.com>
    Co-authored-by: World Test <helloworldtest123@protonmail.com>
    Co-authored-by: beriain <beriain@bitmessage.ch>
    Co-authored-by: delvani <inavleb@users.noreply.hosted.weblate.org>
    Co-authored-by: gallegonovato <fran-carro@hotmail.es>
    Co-authored-by: kopatych <maxklezovich@gmail.com>
    Co-authored-by: t3rr0rz0n3 <zagur@voidnull.es>
    Co-authored-by: 大王叫我来巡山 <hamburger2048@users.noreply.hosted.weblate.org>
    Co-authored-by: Ash <Ashinch@outlook.it>
    21 people authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    1d4c286 View commit details
    Browse the repository at this point in the history
  2. Translated using Weblate (Kannada) (Ashinch#596)

    Currently translated at 100.0% (21 of 21 strings)
    
    Translated using Weblate (Spanish)
    
    Currently translated at 100.0% (21 of 21 strings)
    
    Translated using Weblate (Ukrainian)
    
    Currently translated at 100.0% (21 of 21 strings)
    
    Translated using Weblate (Hindi)
    
    Currently translated at 80.9% (17 of 21 strings)
    
    Translated using Weblate (Galician)
    
    Currently translated at 9.5% (2 of 21 strings)
    
    Translated using Weblate (Malayalam)
    
    Currently translated at 19.0% (4 of 21 strings)
    
    Translated using Weblate (Arabic)
    
    Currently translated at 100.0% (21 of 21 strings)
    
    Translated using Weblate (Slovak)
    
    Currently translated at 100.0% (21 of 21 strings)
    
    Translated using Weblate (Czech)
    
    Currently translated at 100.0% (21 of 21 strings)
    
    Translated using Weblate (Dutch)
    
    Currently translated at 47.6% (10 of 21 strings)
    
    Translated using Weblate (Turkish)
    
    Currently translated at 100.0% (21 of 21 strings)
    
    Translated using Weblate (German)
    
    Currently translated at 100.0% (21 of 21 strings)
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    Translate-URL: https://hosted.weblate.org/projects/readyou/f-droid-and-play-store-metadata/ar/
    Translate-URL: https://hosted.weblate.org/projects/readyou/f-droid-and-play-store-metadata/cs/
    Translate-URL: https://hosted.weblate.org/projects/readyou/f-droid-and-play-store-metadata/de/
    Translate-URL: https://hosted.weblate.org/projects/readyou/f-droid-and-play-store-metadata/es/
    Translate-URL: https://hosted.weblate.org/projects/readyou/f-droid-and-play-store-metadata/gl/
    Translate-URL: https://hosted.weblate.org/projects/readyou/f-droid-and-play-store-metadata/hi/
    Translate-URL: https://hosted.weblate.org/projects/readyou/f-droid-and-play-store-metadata/kn/
    Translate-URL: https://hosted.weblate.org/projects/readyou/f-droid-and-play-store-metadata/ml/
    Translate-URL: https://hosted.weblate.org/projects/readyou/f-droid-and-play-store-metadata/nl/
    Translate-URL: https://hosted.weblate.org/projects/readyou/f-droid-and-play-store-metadata/sk/
    Translate-URL: https://hosted.weblate.org/projects/readyou/f-droid-and-play-store-metadata/tr/
    Translate-URL: https://hosted.weblate.org/projects/readyou/f-droid-and-play-store-metadata/uk/
    Translation: ReadYou/F-Droid and Play Store metadata
    
    Co-authored-by: Aswin <aswinsnair028@gmail.com>
    Co-authored-by: BabyBenefactor <ismwvbuh@4wrd.cc>
    Co-authored-by: Chethan <76928501+ch3thanhs@users.noreply.github.com>
    Co-authored-by: Dan <jonweblin2205@protonmail.com>
    Co-authored-by: Fjuro <ifjuro@proton.me>
    Co-authored-by: Milan <mobrcian@hotmail.com>
    Co-authored-by: Nitin Khalia <weblate.scrambled777@simplelogin.com>
    Co-authored-by: Oğuz Ersen <oguz@ersen.moe>
    Co-authored-by: Rex_sa <rex.sa@pm.me>
    Co-authored-by: Samuel Rodríguez Gago <samuelinho@gmail.com>
    Co-authored-by: World Test <helloworldtest123@protonmail.com>
    Co-authored-by: gallegonovato <fran-carro@hotmail.es>
    13 people authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    713b47d View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. Configuration menu
    Copy the full SHA
    0426b0b View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    acef782 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cad1143 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    37835a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f06d8ce View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    d40743d View commit details
    Browse the repository at this point in the history
  2. style: reformat code

    JunkFood02 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    6b29a81 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a90aa3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df23902 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. Configuration menu
    Copy the full SHA
    db65c3d View commit details
    Browse the repository at this point in the history
  2. feat(ui): long press on an item to show context menu (Ashinch#613)

    * feat(ui): long press on an item to show context menu
    
    * feat(ui): add handy enter-exit transition to drop down menu
    
    * feat(ui): implement share action
    
    * feat(ui): polish the enter/exit transition
    
    * fix(ui): RTL walkaround
    
    * feat(ui): dropdown menu style tweaks
    
    * feat(ui): mark above as read & mark below as read
    
    * feat(fever): update read status by id set
    
    * fix: use `batchMarkAsRead`
    
    * fix: disable `onMarkAboveAsRead` for the first item
    JunkFood02 authored Mar 10, 2024
    Configuration menu
    Copy the full SHA
    53523e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    098ec08 View commit details
    Browse the repository at this point in the history
  4. Revert "fix(ui): load new items from paging data"

    This reverts commit f06d8ce.
    JunkFood02 committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    fab99b2 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    4413686 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    69d7124 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9085994 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    dfcba9c View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Translated using Weblate (Hindi) (Ashinch#632)

    Currently translated at 100.0% (21 of 21 strings)
    
    
    Translate-URL: https://hosted.weblate.org/projects/readyou/f-droid-and-play-store-metadata/hi/
    Translation: ReadYou/F-Droid and Play Store metadata
    
    Co-authored-by: Scrambled777 <weblate.scrambled777@simplelogin.com>
    weblate and Scrambled777 authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    7ea1893 View commit details
    Browse the repository at this point in the history
  2. Translated using Weblate (German) (Ashinch#631)

    Currently translated at 100.0% (306 of 306 strings)
    
    Translated using Weblate (Chinese (Traditional))
    
    Currently translated at 100.0% (306 of 306 strings)
    
    Translated using Weblate (Interlingua)
    
    Currently translated at 54.9% (168 of 306 strings)
    
    Translated using Weblate (Ukrainian)
    
    Currently translated at 100.0% (306 of 306 strings)
    
    Translated using Weblate (Serbian)
    
    Currently translated at 100.0% (306 of 306 strings)
    
    Translated using Weblate (Chinese (Traditional))
    
    Currently translated at 100.0% (306 of 306 strings)
    
    Translated using Weblate (Galician)
    
    Currently translated at 100.0% (306 of 306 strings)
    
    Translated using Weblate (Slovak)
    
    Currently translated at 100.0% (306 of 306 strings)
    
    Translated using Weblate (Chinese (Simplified))
    
    Currently translated at 100.0% (306 of 306 strings)
    
    Translated using Weblate (Indonesian)
    
    Currently translated at 100.0% (306 of 306 strings)
    
    Translated using Weblate (Slovak)
    
    Currently translated at 100.0% (306 of 306 strings)
    
    Translated using Weblate (Arabic)
    
    Currently translated at 100.0% (306 of 306 strings)
    
    Translated using Weblate (Portuguese (Brazil))
    
    Currently translated at 100.0% (306 of 306 strings)
    
    Translated using Weblate (Turkish)
    
    Currently translated at 100.0% (306 of 306 strings)
    
    Translated using Weblate (Russian)
    
    Currently translated at 92.1% (282 of 306 strings)
    
    Translated using Weblate (Spanish)
    
    Currently translated at 100.0% (306 of 306 strings)
    
    Translated using Weblate (Czech)
    
    Currently translated at 100.0% (306 of 306 strings)
    
    Translated using Weblate (Hindi)
    
    Currently translated at 100.0% (306 of 306 strings)
    
    Translated using Weblate (Serbian)
    
    Currently translated at 100.0% (303 of 303 strings)
    
    Translated using Weblate (Interlingua)
    
    Currently translated at 53.7% (163 of 303 strings)
    
    Translated using Weblate (Ukrainian)
    
    Currently translated at 100.0% (303 of 303 strings)
    
    Translated using Weblate (Spanish)
    
    Currently translated at 100.0% (303 of 303 strings)
    
    Translated using Weblate (Slovak)
    
    Currently translated at 100.0% (303 of 303 strings)
    
    Translated using Weblate (Arabic)
    
    Currently translated at 100.0% (303 of 303 strings)
    
    Translated using Weblate (Portuguese (Brazil))
    
    Currently translated at 100.0% (303 of 303 strings)
    
    Translated using Weblate (Turkish)
    
    Currently translated at 100.0% (303 of 303 strings)
    
    Translated using Weblate (Czech)
    
    Currently translated at 100.0% (303 of 303 strings)
    
    Translated using Weblate (Chinese (Simplified))
    
    Currently translated at 100.0% (303 of 303 strings)
    
    Translated using Weblate (Indonesian)
    
    Currently translated at 100.0% (303 of 303 strings)
    
    Translated using Weblate (Hindi)
    
    Currently translated at 100.0% (303 of 303 strings)
    
    Translated using Weblate (German)
    
    Currently translated at 100.0% (300 of 300 strings)
    
    Translated using Weblate (Chinese (Simplified))
    
    Currently translated at 100.0% (300 of 300 strings)
    
    Translated using Weblate (French)
    
    Currently translated at 100.0% (300 of 300 strings)
    
    Translated using Weblate (Spanish)
    
    Currently translated at 100.0% (300 of 300 strings)
    
    Translated using Weblate (Serbian)
    
    Currently translated at 100.0% (300 of 300 strings)
    
    Translated using Weblate (Arabic)
    
    Currently translated at 100.0% (300 of 300 strings)
    
    Translated using Weblate (Indonesian)
    
    Currently translated at 100.0% (300 of 300 strings)
    
    Translated using Weblate (Galician)
    
    Currently translated at 100.0% (300 of 300 strings)
    
    Translated using Weblate (Slovak)
    
    Currently translated at 100.0% (300 of 300 strings)
    
    Translated using Weblate (Portuguese (Brazil))
    
    Currently translated at 100.0% (300 of 300 strings)
    
    Translated using Weblate (Turkish)
    
    Currently translated at 100.0% (300 of 300 strings)
    
    Translated using Weblate (Hindi)
    
    Currently translated at 100.0% (300 of 300 strings)
    
    Translated using Weblate (Czech)
    
    Currently translated at 100.0% (300 of 300 strings)
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/ar/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/cs/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/de/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/es/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/fr/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/gl/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/hi/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/ia/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/id/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/pt_BR/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/ru/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/sk/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/sr/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/tr/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/uk/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/zh_Hans/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/zh_Hant/
    Translation: ReadYou/Android strings
    
    Co-authored-by: Cyanic76 <Cyanic76@users.noreply.hosted.weblate.org>
    Co-authored-by: Dan <jonweblin2205@protonmail.com>
    Co-authored-by: Dimlbur <dimlbur@protonmail.com>
    Co-authored-by: Fjuro <fjuro@alius.cz>
    Co-authored-by: Jose Delvani <delvani.eletricista@gmail.com>
    Co-authored-by: Linerly <linerly@proton.me>
    Co-authored-by: Lzmxya <lzmxya@gmail.com>
    Co-authored-by: Milan <mobrcian@hotmail.com>
    Co-authored-by: Milan Šalka <salka.milan@googlemail.com>
    Co-authored-by: NEXI <nexiphotographer@gmail.com>
    Co-authored-by: Oğuz Ersen <oguz@ersen.moe>
    Co-authored-by: Rex_sa <rex.sa@pm.me>
    Co-authored-by: Samuel Rodríguez Gago <samuelinho@gmail.com>
    Co-authored-by: Scrambled777 <weblate.scrambled777@simplelogin.com>
    Co-authored-by: Software In Interlingua <softinterlingua@gmail.com>
    Co-authored-by: Tobias 'dontobi' Schug <github@myhome.zone>
    Co-authored-by: World Test <helloworldtest123@protonmail.com>
    Co-authored-by: delvani <inavleb@users.noreply.hosted.weblate.org>
    Co-authored-by: gallegonovato <fran-carro@hotmail.es>
    Co-authored-by: 何意挽秋風 <9120518@gmail.com>
    Co-authored-by: 大王叫我来巡山 <hamburger2048@users.noreply.hosted.weblate.org>
    22 people authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    d88a542 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2771989 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed6a5c9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d705726 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cbc0e06 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    d749107 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    826819a View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    53aced9 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    b81f3e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7b7283 View commit details
    Browse the repository at this point in the history
  3. test: add RssHelperTest.kt

    Ashinch committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    71b470a View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. feat(ui): switch to androidx edge to edge implementation (Ashinch#690)

    * switch to androidx edge to edge implementation
    
    * switch to androidx edge to edge implementation for CrashReportActivity
    
    * Remove systemuicontroller
    enableEdgeToEdge() has replaced systemuicontroller
    
    * Remove systemuicontroller dependency
    
    * clean code
    Moderpach authored Apr 27, 2024
    Configuration menu
    Copy the full SHA
    1199c68 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Configuration menu
    Copy the full SHA
    1bf597d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    571840a View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Translated using Weblate (Polish) (Ashinch#673)

    Currently translated at 86.8% (277 of 319 strings)
    
    Translated using Weblate (Galician)
    
    Currently translated at 99.6% (318 of 319 strings)
    
    Translated using Weblate (French)
    
    Currently translated at 100.0% (319 of 319 strings)
    
    Translated using Weblate (French)
    
    Currently translated at 99.6% (318 of 319 strings)
    
    Translated using Weblate (Russian)
    
    Currently translated at 96.2% (307 of 319 strings)
    
    Translated using Weblate (Italian)
    
    Currently translated at 100.0% (319 of 319 strings)
    
    Translated using Weblate (Slovenian)
    
    Currently translated at 72.7% (232 of 319 strings)
    
    Translated using Weblate (Italian)
    
    Currently translated at 87.4% (279 of 319 strings)
    
    Translated using Weblate (German)
    
    Currently translated at 100.0% (319 of 319 strings)
    
    Translated using Weblate (Danish)
    
    Currently translated at 100.0% (319 of 319 strings)
    
    Translated using Weblate (Latvian)
    
    Currently translated at 11.5% (37 of 319 strings)
    
    Translated using Weblate (Malayalam)
    
    Currently translated at 36.0% (115 of 319 strings)
    
    Translated using Weblate (Vietnamese)
    
    Currently translated at 100.0% (319 of 319 strings)
    
    Translated using Weblate (Chinese (Traditional))
    
    Currently translated at 100.0% (319 of 319 strings)
    
    Translated using Weblate (Ukrainian)
    
    Currently translated at 100.0% (319 of 319 strings)
    
    Translated using Weblate (Serbian)
    
    Currently translated at 100.0% (319 of 319 strings)
    
    Translated using Weblate (Portuguese)
    
    Currently translated at 100.0% (319 of 319 strings)
    
    Translated using Weblate (Slovak)
    
    Currently translated at 100.0% (319 of 319 strings)
    
    Translated using Weblate (Arabic)
    
    Currently translated at 100.0% (319 of 319 strings)
    
    Translated using Weblate (Portuguese (Brazil))
    
    Currently translated at 100.0% (319 of 319 strings)
    
    Translated using Weblate (Turkish)
    
    Currently translated at 100.0% (319 of 319 strings)
    
    Translated using Weblate (Chinese (Traditional))
    
    Currently translated at 100.0% (319 of 319 strings)
    
    Translated using Weblate (Chinese (Simplified))
    
    Currently translated at 99.6% (318 of 319 strings)
    
    Translated using Weblate (Hindi)
    
    Currently translated at 100.0% (319 of 319 strings)
    
    Translated using Weblate (Spanish)
    
    Currently translated at 100.0% (319 of 319 strings)
    
    Translated using Weblate (Czech)
    
    Currently translated at 100.0% (319 of 319 strings)
    
    Translated using Weblate (Chinese (Simplified))
    
    Currently translated at 99.6% (318 of 319 strings)
    
    Translated using Weblate (Slovak)
    
    Currently translated at 100.0% (311 of 311 strings)
    
    Translated using Weblate (Indonesian)
    
    Currently translated at 100.0% (311 of 311 strings)
    
    Translated using Weblate (Galician)
    
    Currently translated at 100.0% (311 of 311 strings)
    
    Translated using Weblate (Arabic)
    
    Currently translated at 100.0% (311 of 311 strings)
    
    Translated using Weblate (Ukrainian)
    
    Currently translated at 100.0% (311 of 311 strings)
    
    Translated using Weblate (Turkish)
    
    Currently translated at 100.0% (311 of 311 strings)
    
    Translated using Weblate (Persian)
    
    Currently translated at 84.8% (264 of 311 strings)
    
    Translated using Weblate (Russian)
    
    Currently translated at 97.7% (304 of 311 strings)
    
    Translated using Weblate (Italian)
    
    Currently translated at 88.7% (276 of 311 strings)
    
    Translated using Weblate (Spanish)
    
    Currently translated at 100.0% (311 of 311 strings)
    
    Translated using Weblate (Czech)
    
    Currently translated at 100.0% (311 of 311 strings)
    
    Translated using Weblate (Portuguese (Brazil))
    
    Currently translated at 100.0% (310 of 310 strings)
    
    Translated using Weblate (Chinese (Simplified))
    
    Currently translated at 100.0% (310 of 310 strings)
    
    Translated using Weblate (Hindi)
    
    Currently translated at 100.0% (310 of 310 strings)
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/ar/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/cs/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/da/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/de/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/es/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/fa/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/fr/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/gl/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/hi/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/id/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/it/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/lv/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/ml/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/pl/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/pt/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/pt_BR/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/ru/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/sk/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/sl/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/sr/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/tr/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/uk/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/vi/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/zh_Hans/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/zh_Hant/
    Translation: ReadYou/Android strings
    
    Co-authored-by: Akhil Raj <akhilakae07@gmail.com>
    Co-authored-by: Ashinch <Glaxyinfinite@outlook.com>
    Co-authored-by: Dan <jonweblin2205@protonmail.com>
    Co-authored-by: Dimlbur <dimlbur@protonmail.com>
    Co-authored-by: Eduards Lasmanis <edzuks18@gmail.com>
    Co-authored-by: Eryk Michalak <gnu.ewm@protonmail.com>
    Co-authored-by: Fjuro <fjuro@alius.cz>
    Co-authored-by: George Bogdanoff <georg.b2012@gmail.com>
    Co-authored-by: Jose Delvani <delvani.eletricista@gmail.com>
    Co-authored-by: Kristijan Tkalec <kristijan.tkalec@posteo.si>
    Co-authored-by: Linerly <linerly@proton.me>
    Co-authored-by: Lzmxya <lzmxya@gmail.com>
    Co-authored-by: Mael <devredmail@proton.me>
    Co-authored-by: Marcelo Cerqueira <mcerqueiram@gmail.com>
    Co-authored-by: Michael Moroni <michaelmoroni@disroot.org>
    Co-authored-by: Milan <mobrcian@hotmail.com>
    Co-authored-by: NEXI <nexiphotographer@gmail.com>
    Co-authored-by: Oğuz Ersen <oguz@ersen.moe>
    Co-authored-by: Rasmus <rasmus@rosendahl-kaa.name>
    Co-authored-by: Rex_sa <rex.sa@pm.me>
    Co-authored-by: Rohama <m.khoshdel81@gmail.com>
    Co-authored-by: Samuel Rodríguez Gago <samuelinho@gmail.com>
    Co-authored-by: Scrambled777 <weblate.scrambled777@simplelogin.com>
    Co-authored-by: Thanh <pancakes21f@gmail.com>
    Co-authored-by: World Test <helloworldtest123@protonmail.com>
    Co-authored-by: atilluF <110931720+atilluF@users.noreply.github.com>
    Co-authored-by: gallegonovato <fran-carro@hotmail.es>
    Co-authored-by: glemco <glemco@posteo.net>
    Co-authored-by: 何意挽秋風 <94283631+RejectVanity@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    29b2e10 View commit details
    Browse the repository at this point in the history
  2. Translated using Weblate (French) (Ashinch#671)

    Currently translated at 100.0% (21 of 21 strings)
    
    Translated using Weblate (French)
    
    Currently translated at 90.4% (19 of 21 strings)
    
    Translated using Weblate (Portuguese (Brazil))
    
    Currently translated at 57.1% (12 of 21 strings)
    
    Translated using Weblate (Danish)
    
    Currently translated at 14.2% (3 of 21 strings)
    
    Translated using Weblate (Russian)
    
    Currently translated at 80.9% (17 of 21 strings)
    
    
    
    
    
    
    Translate-URL: https://hosted.weblate.org/projects/readyou/f-droid-and-play-store-metadata/da/
    Translate-URL: https://hosted.weblate.org/projects/readyou/f-droid-and-play-store-metadata/fr/
    Translate-URL: https://hosted.weblate.org/projects/readyou/f-droid-and-play-store-metadata/pt_BR/
    Translate-URL: https://hosted.weblate.org/projects/readyou/f-droid-and-play-store-metadata/ru/
    Translation: ReadYou/F-Droid and Play Store metadata
    
    Co-authored-by: Eduardo <edu200399lim@gmail.com>
    Co-authored-by: George Bogdanoff <georg.b2012@gmail.com>
    Co-authored-by: Mael <devredmail@proton.me>
    Co-authored-by: Rasmus <rasmus@rosendahl-kaa.name>
    5 people authored May 30, 2024
    Configuration menu
    Copy the full SHA
    0f41e92 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bddc876 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de9986c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    66e38c4 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    a1e4383 View commit details
    Browse the repository at this point in the history
  2. feat(greader): sort categories alphabetically during sync (Ashinch#700)

    Signed-off-by: Mark Bestavros <markbest@bu.edu>
    mbestavros authored May 31, 2024
    Configuration menu
    Copy the full SHA
    4b42d2e View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. Translated using Weblate (Serbian) (Ashinch#711)

    Currently translated at 100.0% (322 of 322 strings)
    
    Translated using Weblate (Arabic)
    
    Currently translated at 100.0% (322 of 322 strings)
    
    Translated using Weblate (Ukrainian)
    
    Currently translated at 100.0% (322 of 322 strings)
    
    Translated using Weblate (Hindi)
    
    Currently translated at 100.0% (322 of 322 strings)
    
    Translated using Weblate (Slovak)
    
    Currently translated at 100.0% (322 of 322 strings)
    
    Translated using Weblate (Portuguese (Brazil))
    
    Currently translated at 100.0% (322 of 322 strings)
    
    Translated using Weblate (Turkish)
    
    Currently translated at 100.0% (322 of 322 strings)
    
    Translated using Weblate (Chinese (Simplified))
    
    Currently translated at 100.0% (322 of 322 strings)
    
    Translated using Weblate (Spanish)
    
    Currently translated at 100.0% (322 of 322 strings)
    
    Translated using Weblate (Czech)
    
    Currently translated at 100.0% (322 of 322 strings)
    
    
    
    
    
    
    
    
    
    
    
    
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/ar/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/cs/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/es/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/hi/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/pt_BR/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/sk/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/sr/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/tr/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/uk/
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/zh_Hans/
    Translation: ReadYou/Android strings
    
    Co-authored-by: Dan <jonweblin2205@protonmail.com>
    Co-authored-by: Fjuro <fjuro@alius.cz>
    Co-authored-by: Jose Delvani <delvani.eletricista@gmail.com>
    Co-authored-by: Milan <mobrcian@hotmail.com>
    Co-authored-by: NEXI <nexiphotographer@gmail.com>
    Co-authored-by: Oğuz Ersen <oguz@ersen.moe>
    Co-authored-by: Rex_sa <rex.sa@pm.me>
    Co-authored-by: Scrambled777 <weblate.scrambled777@simplelogin.com>
    Co-authored-by: gallegonovato <fran-carro@hotmail.es>
    Co-authored-by: 大王叫我来巡山 <hamburger2048@users.noreply.hosted.weblate.org>
    11 people authored Jun 2, 2024
    Configuration menu
    Copy the full SHA
    28b2016 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30ca34e View commit details
    Browse the repository at this point in the history
  3. fix(ui): fix performance & data loading issues with sticky headers di…

    …sabled (Ashinch#642)
    
    * fix(ui): fix performance & data loading issues with sticky headers disabled; Disable sticky headers by default
    
    * revert: "Disbale sticky headers by default"
    JunkFood02 authored Jun 2, 2024
    Configuration menu
    Copy the full SHA
    a3ff77e View commit details
    Browse the repository at this point in the history
  4. Translated using Weblate (Chinese (Traditional)) (Ashinch#713)

    Currently translated at 100.0% (322 of 322 strings)
    
    
    Translate-URL: https://hosted.weblate.org/projects/readyou/android-strings/zh_Hant/
    Translation: ReadYou/Android strings
    
    Co-authored-by: hugoalh <hugoalh@users.noreply.hosted.weblate.org>
    weblate and hugoalh authored Jun 2, 2024
    Configuration menu
    Copy the full SHA
    a0cab0e View commit details
    Browse the repository at this point in the history
  5. Update version 0.10.0

    Ashinch committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    b8d793e View commit details
    Browse the repository at this point in the history