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

feat!: ReVanced Manager Compose #1409

Draft
wants to merge 296 commits into
base: dev
Choose a base branch
from
Draft

feat!: ReVanced Manager Compose #1409

wants to merge 296 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jun 15, 2023

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

Commits on Jun 17, 2023

  1. Configuration menu
    Copy the full SHA
    5681c91 View commit details
    Browse the repository at this point in the history
  2. build: bump patcher

    Axelen123 committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    9a55e51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d9f9ad View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

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

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    9dd74f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1eac42d View commit details
    Browse the repository at this point in the history
  3. fix: pass worker inputs without serialization (#44)

    Because androidx.work.Data sucks and causes our app to crash.
    Axelen123 authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    4302ea8 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. feat: contributors screen (#42)

    * Contributors page
    - https://github.com/revanced/revanced-manager-compose/issues/34
    
    * feat: adding ContributorScreen as clickable icons like the website
    
    * feat: adding ContributorScreen
    - Made changes that were asked for in prev PR
    - Currently just waiting on a git merge to get ArrowButton in
    
    * feat: adding ContributorScreen
    - Made changes that were asked for in prev PR
    - ArrowButton is also in use
    
    * feat: adding ContributorScreen
    - Made changes that were asked for in prev PR
    - ArrowButton is also in use
    - Fixed other PR comment changes
    
    * Apply suggestions from code review
    
    * Remove unused string resources
    
    ---------
    
    Co-authored-by: Ax333l <[email protected]>
    Tyffhabwe and Axelen123 authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    0dccb8c View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    149c8cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18cbe51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81f485d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4868c45 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7e4ee00 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6b7143d View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

  1. Configuration menu
    Copy the full SHA
    4d4f1a2 View commit details
    Browse the repository at this point in the history
  2. build: bump patcher

    Axelen123 committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    a960672 View commit details
    Browse the repository at this point in the history
  3. fix: use correct directory

    Axelen123 committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    3b65cd0 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Configuration menu
    Copy the full SHA
    7ac3bb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01fd4c8 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

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

Commits on Jul 6, 2023

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

Commits on Jul 7, 2023

  1. feat: updater changelogs (#48)

    ---------
    
    Co-authored-by: Aunali321 <[email protected]>
    Axelen123 and Aunali321 authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    fe5e191 View commit details
    Browse the repository at this point in the history
  2. fix(installer): sign and install on threads

    This is needed to avoid ANRs because it takes a while if the Apk is 100+
    MB.
    Axelen123 committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    4ae9904 View commit details
    Browse the repository at this point in the history
  3. build: update dependencies

    There are 9 dependencies update, changelog of this commit are available
    below here.
    
    Android Gradle Plugin: 8.0.1 -> 8.0.2
    Kotlin: 1.8.21 -> 1.8.22
    Android Compose BOM: 2023.05.01 -> 2023.06.01
    Room: 2.5.1 -> 2.5.2
    ReVanced Patcher: 11.0.1 -> 11.0.4
    APKsig: 8.2.0-alpha05 -> 8.2.0-alpha10
    Koin (Android, workmanager): 3.4.0 -> 3.4.2
    Koin (Androidx Compose): 3.4.4 -> 3.4.5
    Ktor: 2.3.0 -> 2.3.1
    validcube committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    400163b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    453f4da View commit details
    Browse the repository at this point in the history
  5. revert: downgrade Kotlin to 1.8.21

    "A what? 1.8.22 isn't compatible, but the version bump indicate that it's supposed to be bug fixes????"
    validcube committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    37e177b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aa02e9f View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

  1. docs(readme): minor changes to how badges works

    * Better description for the repository license badge
    
    * Clicking on badges open you the relevant url
    validcube authored Jul 8, 2023
    Configuration menu
    Copy the full SHA
    7030d43 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

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

Commits on Jul 14, 2023

  1. Configuration menu
    Copy the full SHA
    94a4dba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6299ff5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2dcd42 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    955e7a4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5d3b963 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

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

Commits on Jul 17, 2023

  1. feat: improve accessibility (#64)

    * Label Back button
    * Mark group section headings as headings
    
    Signed-off-by: Patryk Miś <[email protected]>
    PatrykMis authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    cd2587b View commit details
    Browse the repository at this point in the history
  2. build: updates (#63)

    * Update Java base to 17
    * update Kotlin to 1.8.22
    * update Bouncycastle
    * update all dependencies
    * follow the manifest on jni libs packaging
    * enhance app optimization by specifying resource configurations, excluding dependencies info and unnessesary files
    * Remove obsolete SDK check as we are already using minSdk 26
    
    Signed-off-by: Patryk Miś <[email protected]>
    PatrykMis authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    3238fcd View commit details
    Browse the repository at this point in the history
  3. fix: buildfile syntax (#66)

    Signed-off-by: Patryk Miś <[email protected]>
    PatrykMis authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    b472a36 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1331479 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

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

Commits on Jul 24, 2023

  1. docs(readme): minor fix to displaying url

    When you hover on Commit & Activity badges, `revanced` will appear in url display, but on License badge, `ReVanced` will display
    
    This commit fix that by changing the organisation to what we're supposed to be using which is {org_name}/{repo_name} (ReVanced/...)
    validcube authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    83b9573 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. Configuration menu
    Copy the full SHA
    aec8cec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61de0b6 View commit details
    Browse the repository at this point in the history
  3. ci: init

    CnC-Robert authored Jul 30, 2023
    Configuration menu
    Copy the full SHA
    6beb34b View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    272d911 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55f2256 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    5cf5e87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    299aaa2 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

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

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    1707a96 View commit details
    Browse the repository at this point in the history
  2. chore: bump patcher

    Axelen123 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    7e3c31c View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

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

Commits on Aug 12, 2023

  1. Configuration menu
    Copy the full SHA
    7aea947 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6563b2 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

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

Commits on Aug 17, 2023

  1. ci(release): no longer store keystore alias in secrets

    fixes an issue where GitHub Actions logs would be censored
    PalmDevs authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    0f9a6f4 View commit details
    Browse the repository at this point in the history
  2. ci(release): use correct vars context object

    why am i so stupid
    PalmDevs authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    ac4c7e0 View commit details
    Browse the repository at this point in the history
  3. feat: store patched apps (#79)

    * feat: store patched apps
    
    * fix: missing string
    
    * feat: save patch selection
    
    * feat: things
    
    * fix: fix broken query
    
    * fix: remove redundant `withContext`
    
    * fix: fix
    CnC-Robert authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    a0b9255 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. ci(release): migrate from node12 to node16

    This bump `actions/upload-artifact`@v2 to `actions/upload-artifact`@v3
    validcube authored Aug 19, 2023
    Configuration menu
    Copy the full SHA
    f01adf5 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

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

Commits on Aug 26, 2023

  1. Configuration menu
    Copy the full SHA
    2bb51c1 View commit details
    Browse the repository at this point in the history
  2. build: updates (#85)

    PatrykMis authored Aug 26, 2023
    Configuration menu
    Copy the full SHA
    c0badbe View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

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

Commits on Sep 2, 2023

  1. docs: update badge's repository

    The repository was moved from `revanced-manager-compose` to the main one, which is `revanced-manager`.
    
    The organisation's name has also switched to `ReVanced` (used to be `revanced`).
    validcube authored Sep 2, 2023
    Configuration menu
    Copy the full SHA
    5369a25 View commit details
    Browse the repository at this point in the history
  2. ci(release): don't build when not necessary

    Add paths-ignore to all markdown files, and .idea folder
    validcube authored Sep 2, 2023
    Configuration menu
    Copy the full SHA
    8bd73c3 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2023

  1. Configuration menu
    Copy the full SHA
    e6eb8ac View commit details
    Browse the repository at this point in the history
  2. ci(config): appreciation for first-time contributors

    Show appreciation message for new contributors
    validcube authored Sep 3, 2023
    Configuration menu
    Copy the full SHA
    212db84 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

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

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    0b0ba21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4dfcf1 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

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

Commits on Sep 15, 2023

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

Commits on Sep 18, 2023

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

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    36de61a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4cb4ce2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0f8d06 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a86923a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ee96c37 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cf71ea2 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

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

Commits on Sep 24, 2023

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

Commits on Sep 25, 2023

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

Commits on Sep 26, 2023

  1. docs: init (#1224)

    BenjaminHalko authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    0964f15 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

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

Commits on Oct 1, 2023

  1. Configuration menu
    Copy the full SHA
    b8b2e74 View commit details
    Browse the repository at this point in the history
  2. feat: remove dead help icons

    These never did anything and were removed from the figma a while ago.
    Axelen123 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    ca3c9af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f78b56e View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    e232044 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6437f7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39caad1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d8392ad View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. fix: use correct classes to determine option type

    I can't believe this happened
    Axelen123 committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    abf4d91 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. Configuration menu
    Copy the full SHA
    723f9cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    608bac6 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    5762859 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56a4a70 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

  1. Configuration menu
    Copy the full SHA
    8f6d720 View commit details
    Browse the repository at this point in the history
  2. feat: armv7 warning

    Axelen123 committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    8f54495 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5b3b29 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c1ad86 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2023

  1. chore: bump compose

    Axelen123 committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    cee2240 View commit details
    Browse the repository at this point in the history
  2. chore: bump patcher

    Axelen123 committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    bf54d38 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    212e55f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5aefb3b View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

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

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    c3af6ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9df98ed View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    4b12ae1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18cfb56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5290713 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    32e8a37 View commit details
    Browse the repository at this point in the history
  5. fix: more android 34 fixes

    Axelen123 committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    64ec73d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e70c10a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    65f8d38 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. docs: clarify license

    Axelen123 committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    50e8d1f View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    757840b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc89784 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6abaac2 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. fix: use correct checksum

    Axelen123 committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    7d887c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    172604f View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

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

Commits on Oct 31, 2023

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

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    25bd91d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7741394 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8df7f29 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. fix: option state crash (#1456)

    Co-authored-by: Ax333l <[email protected]>
    BenjaminHalko and Axelen123 authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    5fff0a2 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    3c57762 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a83315 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

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

Commits on Nov 6, 2023

  1. chore: bump patcher

    Axelen123 committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    59dacee View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

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

Commits on Nov 15, 2023

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

Commits on Nov 19, 2023

  1. feat(Contributors Screen): implement design from Figma (#1465)

    Co-authored-by: Robert <[email protected]>
    Co-authored-by: Ax333l <[email protected]>
    3 people authored Nov 19, 2023
    Configuration menu
    Copy the full SHA
    62a5fce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd9778a View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Configuration menu
    Copy the full SHA
    9cab919 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12b00e5 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

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

Commits on Dec 2, 2023

  1. ci: caching with gradle-build-action

    Allow for automatic capture of buildscan in job summary, and smarter
    caching than the one provided by `setup-java`.
    validcube committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    a17a059 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cd617e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9eb1c4 View commit details
    Browse the repository at this point in the history
  4. build: bump Gradle to v8.5

    build: update Gradle wrapper
    validcube committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    55c7800 View commit details
    Browse the repository at this point in the history
  5. docs: update revanced url

    validcube committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    a8b9d93 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

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

Commits on Dec 25, 2023

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

Commits on Dec 26, 2023

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

Commits on Dec 28, 2023

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

Commits on Jan 4, 2024

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

Commits on Jan 5, 2024

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

Commits on Jan 6, 2024

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

Commits on Jan 7, 2024

  1. Configuration menu
    Copy the full SHA
    f38b31a View commit details
    Browse the repository at this point in the history
  2. feat: Scrollbars (#1479)

    Ushie authored Jan 7, 2024
    Configuration menu
    Copy the full SHA
    36c8f59 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

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

Commits on Jan 20, 2024

  1. docs(security): init (#1612)

    Co-authored-by: Ax333l <[email protected]>
    validcube and Axelen123 authored Jan 20, 2024
    Configuration menu
    Copy the full SHA
    e186dfd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4acef77 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. Configuration menu
    Copy the full SHA
    0b9889e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    607d8b6 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

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

Commits on Feb 17, 2024

  1. refactor: Disable update for dev build (#1673)

    Co-authored-by: Pun Butrach <[email protected]>
    BenjaminHalko and validcube authored Feb 17, 2024
    Configuration menu
    Copy the full SHA
    16cdc7a View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    ef04186 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    088de60 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. chore: Upgrade dependencies (#1761)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    BenjaminHalko and dependabot[bot] authored Mar 10, 2024
    Configuration menu
    Copy the full SHA
    6709505 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. feat: add social links (#1294)

    Co-authored-by: Pun Butrach <[email protected]>
    Co-authored-by: oSumAtrIX <[email protected]>
    Co-authored-by: Ax333l <[email protected]>
    4 people authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    8d5d86f View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

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

Commits on Mar 29, 2024

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

Commits on Apr 3, 2024

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

Commits on Apr 4, 2024

  1. build(deps): bump plugin.serialization from 1.9.22 to 1.9.23 (#1811)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    ac47a7e View commit details
    Browse the repository at this point in the history
  2. build(deps): bump libsu from 5.2.1 to 5.2.2 (#1810)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    91ca5be View commit details
    Browse the repository at this point in the history
  3. build(deps): bump androidx.compose:compose-bom from 2024.02.02 to 202…

    …4.03.00 (#1812)
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    60ca901 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump androidx.compose.ui:ui-tooling from 1.6.3 to 1.6.4 (#…

    …1814)
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    ab0682c View commit details
    Browse the repository at this point in the history
  5. build(deps): bump aboutLibrariesGradlePlugin from 11.1.0 to 11.1.1 (#…

    …1813)
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    afd6c5d View commit details
    Browse the repository at this point in the history
  6. fix: crash caused by compose inlining bug

    This is a bug in jetpack compose. Inlining this function wasn't very
    important anyways so it's best to just stop inlining it to avoid the
    crash.
    Axelen123 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    634d793 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    0df39a1 View commit details
    Browse the repository at this point in the history
  2. build(deps): update ksp

    Axelen123 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    2a1445d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac0a036 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

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

Commits on May 27, 2024

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

Commits on May 29, 2024

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

Commits on Jun 23, 2024

  1. Configuration menu
    Copy the full SHA
    c7d183e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16fea59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    269fa79 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    75fcdb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5455cf2 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    a12c5c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ce56af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47bdc69 View commit details
    Browse the repository at this point in the history
  4. chore: Remove unused ARMv7 AAPT binary

    Closes #1954
    Ushie committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    603a827 View commit details
    Browse the repository at this point in the history
  5. feat: Improve initial update popup wording

    Closes #1956
    Ushie committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    71b5f53 View commit details
    Browse the repository at this point in the history
  6. feat: Highlight links in Markdown

    Closes #1962
    Ushie committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    fa13d4a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f197760 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    39fbb87 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d631331 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9883dcd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d987ac6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e3bd8a8 View commit details
    Browse the repository at this point in the history
  13. fix: Use the correct icon in API URL dialog

    Closes #1972
    Ushie committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    495100d View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    1bf004d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0f1873 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    397a1f8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d8248cc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8d3d500 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    48fe3a7 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    a22158d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec0a077 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f99cdfe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b26fe30 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    7c7fb7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6e043f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f9a984 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    032ca39 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3f4a234 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. Configuration menu
    Copy the full SHA
    1ee1330 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a995f43 View commit details
    Browse the repository at this point in the history
  3. chore: update dependencies

    Axelen123 committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    36f864e View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. Configuration menu
    Copy the full SHA
    f655a6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40492b6 View commit details
    Browse the repository at this point in the history
  3. fix: Inconsistent padding for battery optimisation warning

    The problem came after moving the card to DashboardScreen, this is because the card specified padding modifier but others does not. This commit remove the modifier completely.
    validcube committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    37e9630 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. refactor: Use lastIndex

    Co-authored-by: Ax333l <[email protected]>
    Ushie and Axelen123 authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    b8a85c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d39804f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    881b137 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. fix: Remove unnecessary screen padding

    Closes #2062
    Ushie committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    563f2f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42ef2ca View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. feat: Improve custom API URL dialog (#2033)

    Signed-off-by: validcube <[email protected]>
    validcube authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    45f3204 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

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

Commits on Jul 22, 2024

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

Commits on Jul 24, 2024

  1. feat: Improve update setting tile titles

    Closes #1968
    Ushie committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    52a89b1 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. Configuration menu
    Copy the full SHA
    cdc69ea View commit details
    Browse the repository at this point in the history
  2. feat: Show manager update dialog (#2069)

    Closes #1963, closes #1958
    Ushie authored Jul 28, 2024
    Configuration menu
    Copy the full SHA
    afc72ff View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    4cbd480 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f126fe9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c18901c View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    4257c32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32f2710 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    edc11b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    936a9ef View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

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

Commits on Aug 15, 2024

  1. feat: Improve Settings order (#2060)

    Co-authored-by: oSumAtrIX <[email protected]>
    Co-authored-by: Ax333l <[email protected]>
    3 people authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    747017a View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

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

Commits on Aug 18, 2024

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

Commits on Aug 24, 2024

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

Commits on Aug 29, 2024

  1. feat: Add installer status dialog (#1473)

    Co-authored-by: Benjamin Halko <[email protected]>
    Co-authored-by: Benjamin <[email protected]>
    Co-authored-by: Ushie <[email protected]>
    Co-authored-by: Ax333l <[email protected]>
    5 people authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    d201bdc View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

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

Commits on Sep 30, 2024

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

Commits on Nov 6, 2024

  1. feat: Add haptic feedback (#1457)

    Co-authored-by: Ushie <[email protected]>
    BenjaminHalko and Ushie authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    b4c37e6 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

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

Commits on Nov 13, 2024

  1. chore: update dependencies

    🦀 integrations are gone! 🦀
    Axelen123 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    20c13ee View commit details
    Browse the repository at this point in the history