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 226 commits into
base: dev
Choose a base branch
from
Draft

feat!: ReVanced Manager Compose #1409

wants to merge 226 commits into from

Commits on Jan 27, 2023

  1. feat: implement DI

    Canny1913 committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    57e2632 View commit details
    Browse the repository at this point in the history
  2. feat: implement navigation

    Canny1913 committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    9536cdc View commit details
    Browse the repository at this point in the history
  3. feat: splash screen

    Canny1913 committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    49f9dfc View commit details
    Browse the repository at this point in the history
  4. feat: initialize project

    Canny1913 committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    b372f7e View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Create README.md

    alexandreteles committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    52bdb1c View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. feat: backend

    CnC-Robert committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    e5d898f View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2023

  1. build: dependency and syntax updates (#17)

    * build: Update Gradle to v8.1.1
    
    * build: Bump dependencies
    
    * build: move repo configurations to settings
    
    ---------
    
    Co-authored-by: Patryk Mis <24607131+PatrickMis@users.noreply.github.com>
    PatrykMis and PatrykMis committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    ec0f7e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb0150a View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2023

  1. feat: Dashboard Screen (#18)

    * feat: add Dashboard Screen and Sources Screen
    
    * fix: fix tab onClick not working
    
    * refactor: remove AppBar
    
    ---------
    
    Co-authored-by: CnC-Robert <CnC.Rob3rt@gmail.com>
    Aunali321 and CnC-Robert committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    9065c0d View commit details
    Browse the repository at this point in the history

Commits on May 6, 2023

  1. feat: app selector screen

    CnC-Robert committed May 6, 2023
    Configuration menu
    Copy the full SHA
    54f0a69 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2023

  1. build: updates (#21)

    * perf: obsolete sdk check
    
    Signed-off-by: Patryk Mis <foss@patrykmis.com>
    
    * chore: bump dependencies
    
    Signed-off-by: Patryk Mis <foss@patrykmis.com>
    
    ---------
    
    Signed-off-by: Patryk Mis <foss@patrykmis.com>
    PatrykMis committed May 13, 2023
    Configuration menu
    Copy the full SHA
    bca8df8 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. feat: settings screen

    CnC-Robert committed May 18, 2023
    Configuration menu
    Copy the full SHA
    4088ed7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c3dbbd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1656c6 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

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

    PatrykMis committed May 19, 2023
    Configuration menu
    Copy the full SHA
    a48faad View commit details
    Browse the repository at this point in the history
  3. style: run formatter

    Axelen123 committed May 19, 2023
    Configuration menu
    Copy the full SHA
    3283965 View commit details
    Browse the repository at this point in the history
  4. refactor(net apis): remove unnecessary interfaces

    Having interfaces like that is only really useful if you have unit
    tests, which we don't.
    
    Other similar compose projects don't make interfaces either.
    Not having them is more readable.
    Axelen123 committed May 19, 2023
    Configuration menu
    Copy the full SHA
    ad14818 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ca20996 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2023

  1. Configuration menu
    Copy the full SHA
    762bfa8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52ab793 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93f3e27 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2023

  1. Configuration menu
    Copy the full SHA
    c695fa5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b585c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fec8c0c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea4247c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c332760 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. feat: in-app updater (#25)

    Aunali321 committed May 23, 2023
    Configuration menu
    Copy the full SHA
    a4842c0 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Configuration menu
    Copy the full SHA
    c22371e View commit details
    Browse the repository at this point in the history
  2. feat: better installer ui (#29)

    based cossale
    
    Co-authored-by: Aunali321 <aunvakil.aa@gmail.com>
    Axelen123 and Aunali321 committed May 26, 2023
    Configuration menu
    Copy the full SHA
    399fc98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5cb31db View commit details
    Browse the repository at this point in the history
  4. refactor(di): use constructor DSL for VMs

    Instead of doing it manually with viewModel { }
    Axelen123 committed May 26, 2023
    Configuration menu
    Copy the full SHA
    36c4e2d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9f46f74 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

  1. refactor: PackageManager (#31)

    * refactor: refactor `PM`
    
    * feat: use plurals for patch count
    
    * fix: support apk's from storage
    
    * feat: use ViewModel for loading apps and bundles
    
    * fix: fix file selector that has no reason to be broken
    
    * refactor: rename parameter
    
    * refactor: `MainViewModel`
    
    * feat: make all apps use `path`
    
    * build: target java 11
    CnC-Robert committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    7a5596a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffa8d9c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e088d05 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2023

  1. Configuration menu
    Copy the full SHA
    1be9c9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcb75dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27426b1 View commit details
    Browse the repository at this point in the history
  4. feat: ProGuard

    CnC-Robert committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    9591f4e View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

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

Commits on Jun 9, 2023

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

Commits on Jun 11, 2023

  1. Configuration menu
    Copy the full SHA
    919b6b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8a51d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    535efa3 View commit details
    Browse the repository at this point in the history

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 committed 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 <main@axelen.xyz>
    Tyffhabwe and Axelen123 committed 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. feat: licenses screen (#47)

    Axelen123 committed Jun 29, 2023
    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. feat: patch options (#45)

    Axelen123 committed Jul 3, 2023
    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 <aunvakil.aa@gmail.com>
    Axelen123 and Aunali321 committed 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 committed 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. feat: app downloader (#43)

    CnC-Robert committed Jul 14, 2023
    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ś <foss@patrykmis.com>
    PatrykMis committed 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ś <foss@patrykmis.com>
    PatrykMis committed 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ś <foss@patrykmis.com>
    PatrykMis committed 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 committed 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 committed 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 committed 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 committed 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 committed 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 committed 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 committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    c0badbe View commit details
    Browse the repository at this point in the history
  3. Migrate to compose branch

    This commit was made to allow cherry-picking the first commit of the followup commits according to https://github.com/ReVanced/revanced-manager-compose/issues/65#issue-1806335545
    oSumAtrIX committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    70e8253 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 committed 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 committed 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 committed 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 committed 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 <main@axelen.xyz>
    BenjaminHalko and Axelen123 committed 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 <72943079+CnC-Robert@users.noreply.github.com>
    Co-authored-by: Ax333l <main@axelen.xyz>
    3 people committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    62a5fce View commit details
    Browse the repository at this point in the history
  2. feat(Update Screen): changelogs & handle states (#1464)

    Co-authored-by: Ax333l <main@axelen.xyz>
    Ushie and Axelen123 committed Nov 19, 2023
    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. fix: specify multithreadingDexFileWriter in PatcherOptions (#1402)

    Co-authored-by: Ax333l <main@axelen.xyz>
    BenjaminHalko and Axelen123 committed Nov 29, 2023
    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 committed 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 <main@axelen.xyz>
    validcube and Axelen123 committed 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 <pun.butrach@gmail.com>
    BenjaminHalko and validcube committed 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] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    BenjaminHalko and dependabot[bot] committed 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 <pun.butrach@gmail.com>
    Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
    Co-authored-by: Ax333l <main@axelen.xyz>
    4 people committed 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] committed 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] committed 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] committed 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] committed 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] committed 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