1. 19 Jan, 2023 1 commit
  2. 18 Jan, 2023 5 commits
  3. 12 Jan, 2023 2 commits
  4. 11 Jan, 2023 3 commits
  5. 09 Jan, 2023 2 commits
  6. 08 Jan, 2023 2 commits
    • topjohnwu's avatar
      Update libsu · e38f35ea
      topjohnwu authored
      Fix #6488
      e38f35ea
    • 石松洲's avatar
      Fix NotificationService implementation · cb395147
      石松洲 authored
      - Fix #6385. (Maybe the reason is, the call to stopForeground() with STOP_FOREGROUND_DETACH ensures the notification is shown so it reposts the notification?)
      - Use FOREGROUND_SERVICE_IMMEDIATE on Android 12+ to make sure the downloading notification always shows immediately
      cb395147
  7. 30 Dec, 2022 1 commit
  8. 27 Dec, 2022 6 commits
  9. 26 Dec, 2022 7 commits
  10. 24 Dec, 2022 6 commits
  11. 13 Dec, 2022 5 commits
    • vvb2060's avatar
      CI uses java 17 · 2a2a452b
      vvb2060 authored
      2a2a452b
    • vvb2060's avatar
      simplify denylist rm · 13c2695e
      vvb2060 authored
      13c2695e
    • fadlyas07's avatar
      app: l10n: Update Indonesian translations · 3ff60ed4
      fadlyas07 authored
       * Added new strings based on the recent source.
      
      Change-Id: I40d6e0374a0356d93c61acace7ab48c3649e85e8
      3ff60ed4
    • VD $ VD171 @ Priv8's avatar
      Fix typo PT translation · bbb1786e
      VD $ VD171 @ Priv8 authored
      Fix typo PT translation
      bbb1786e
    • Davy Defaud's avatar
      Fix gender of ”install” as an adjective in French · 4bfd2dac
      Davy Defaud authored
      In French, install as an adjective depends on the gender of its related noun. For instance, “Magisk installed” is translated “Magisk installé” (masculine form), whereas “Application installed” is translated “Application installée” (feminine form).
      By using “Version installée”, “installed” is related to “version” which is feminine. For consistency of the GUI, I’m also changing "home_latest_version" string to ”Dernière version” instead of “Dernière”.
      4bfd2dac