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

chore: Merge dev to main #1611

Merged
merged 100 commits into from
Mar 5, 2024
Merged

chore: Merge dev to main #1611

merged 100 commits into from
Mar 5, 2024

Commits on Dec 23, 2023

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

Commits on Dec 28, 2023

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

Commits on Dec 30, 2023

  1. feat: use native TextField

    Signed-off-by: validcube <[email protected]>
    validcube committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    9ed43ef View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

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

Commits on Jan 8, 2024

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

Commits on Jan 9, 2024

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

Commits on Jan 11, 2024

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

Commits on Jan 12, 2024

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

Commits on Jan 14, 2024

  1. Configuration menu
    Copy the full SHA
    ef9b1d5 View commit details
    Browse the repository at this point in the history
  2. feat: add haptic feedback (#1459)

    Co-authored-by: Ushie <[email protected]>
    Co-authored-by: Pun Butrach <[email protected]>
    3 people authored Jan 14, 2024
    Configuration menu
    Copy the full SHA
    7911459 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

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

    Co-authored-by: Ax333l <[email protected]>
    validcube and Axelen123 authored Jan 21, 2024
    Configuration menu
    Copy the full SHA
    b07b935 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf1afdd View commit details
    Browse the repository at this point in the history
  3. fix: fix redundant buttons on dialog

    Signed-off-by: validcube <[email protected]>
    validcube committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    079c0de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    30d5f3a View commit details
    Browse the repository at this point in the history
  5. chore: Remove deprecated lint rules

    Signed-off-by: validcube <[email protected]>
    validcube committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    97c33d6 View commit details
    Browse the repository at this point in the history
  6. chore(patch_item): Remove import directive

    Signed-off-by: validcube <[email protected]>
    validcube committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    9764326 View commit details
    Browse the repository at this point in the history
  7. fix(Keystore Password): textfield title display

    Signed-off-by: validcube <[email protected]>
    validcube committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    8e52abd View commit details
    Browse the repository at this point in the history
  8. fix(Patch Option): Set text colour on dropdown menu

    Signed-off-by: validcube <[email protected]>
    validcube committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    acb1e24 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    efb2d5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec2c2d8 View commit details
    Browse the repository at this point in the history
  3. feat: Improve Split APK warning readability (#1625)

    Co-authored-by: Pun Butrach <[email protected]>
    2 people authored and oSumAtrIX committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    6fd740f View commit details
    Browse the repository at this point in the history
  4. fix(Release CI): truncate the "v" from version

    ci: cleanup
    
    force push soon:tm:
    validcube committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    8595099 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f38a593 View commit details
    Browse the repository at this point in the history
  6. chore(release): 1.19.0-dev.1 [skip ci]

    # [1.19.0-dev.1](v1.18.0...v1.19.0-dev.1) (2024-01-22)
    
    ### Bug Fixes
    
    * added a trailing comma ([975180b](975180b))
    * Allow mounting without Magisk ([3f96608](3f96608))
    * fix redundant buttons on dialog ([079c0de](079c0de))
    * Incorrect strings and logics ([#1619](#1619)) ([4f22e88](4f22e88))
    * **Keystore Password:** textfield title display ([8e52abd](8e52abd))
    * Mount script causes build to fail ([#1613](#1613)) ([f3c78c2](f3c78c2))
    * **Patch Option:** Set text colour on dropdown menu ([acb1e24](acb1e24))
    * **Release CI:** truncate the "v" from version ([8595099](8595099))
    * use lowercase repo names ([#1626](#1626)) ([edd8602](edd8602))
    
    ### Features
    
    * Add API migration code ([#1615](#1615)) ([28ae276](28ae276))
    * add haptic feedback ([#1459](#1459)) ([7911459](7911459))
    * Improve app selector and patcher UI ([#1616](#1616)) ([efb2d5e](efb2d5e))
    * Improve Split APK warning readability ([#1625](#1625)) ([6fd740f](6fd740f))
    * Simplify settings strings ([#1618](#1618)) ([0d45fe4](0d45fe4))
    * use native TextField ([9ed43ef](9ed43ef))
    
    ### Performance Improvements
    
    * Load patched apps as soon as possible ([c94eb7a](c94eb7a))
    semantic-release-bot committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    bea99bb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d933997 View commit details
    Browse the repository at this point in the history
  8. chore(release): 1.19.0-dev.2 [skip ci]

    # [1.19.0-dev.2](v1.19.0-dev.1...v1.19.0-dev.2) (2024-01-22)
    
    ### Bug Fixes
    
    * Use correct version code & name ([#1647](#1647)) ([d933997](d933997))
    semantic-release-bot committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    7104d6d View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

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

Commits on Jan 29, 2024

  1. docs(Security): Use dynamic information on version

    Meanwhile latest get the static treatment.
    validcube authored and oSumAtrIX committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    deb1ba3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e51caf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07fc964 View commit details
    Browse the repository at this point in the history
  4. chore(release): 1.19.0-dev.3 [skip ci]

    # [1.19.0-dev.3](v1.19.0-dev.2...v1.19.0-dev.3) (2024-01-29)
    
    ### Bug Fixes
    
    * Do not delete files from post-fs-data.d ([70a1086](70a1086))
    
    ### Features
    
    * Show a dialog when an update is available ([#1654](#1654)) ([c7d975e](c7d975e))
    semantic-release-bot committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    b115643 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

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

Commits on Feb 2, 2024

  1. chore(release): 1.19.0-dev.4 [skip ci]

    ## Bug Fixes
    * Stop patch when signing fails ([#1553](#1553)) ([kitadai31](5b2c551))
    semantic-release-bot committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    93482b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8be07de View commit details
    Browse the repository at this point in the history
  3. fix(Update Confirmation Sheet): Add top padding

    Before the "Changelog" or homeView.updateChangelogTitle was almost at the edge of the [DraggableScrollableSheet]
    
    We fix it by adding 12px padding off the top, 12px was chosen because [bottom] padding is using 12px so it would make sense for [top] to be using 12px.
    validcube authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    9aeb156 View commit details
    Browse the repository at this point in the history
  4. chore(release): 1.19.0-dev.5 [skip ci]

    ## Bug Fixes
    * Add top padding ([Pun Butrach](9aeb156))
    semantic-release-bot committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    edc8ef4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c900d09 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. Configuration menu
    Copy the full SHA
    8cda2c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb6d3cd View commit details
    Browse the repository at this point in the history
  3. chore(release): 1.19.0-dev.6 [skip ci]

    ## Bug Fixes
    * **PopScope:** User able to exit patch screen when the installer is still running (#1663) ([Benjamin](eb6d3cd))
    ## Code Refactoring
    * Disable update for dev build (#1662) ([Benjamin](c900d09))
    ## Continuous Integration
    * Add scope to changelog (#1672) ([Benjamin](8cda2c1))
    semantic-release-bot committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    9bf5153 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b9241fa View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. fix: adjust padding

    TheAabedKhan authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    3559477 View commit details
    Browse the repository at this point in the history
  2. chore(release): 1.19.0-dev.7 [skip ci]

    ## Bug Fixes
    * adjust padding ([aAbed](3559477))
    ## Documentation
    * **Security:** Format badges ([Pun Butrach](b9241fa))
    semantic-release-bot committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    c498cff View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. feat: Allow changing languages (#1488)

    Co-authored-by: validcube <[email protected]>
    Ushie and validcube authored Feb 11, 2024
    Configuration menu
    Copy the full SHA
    f82c439 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5578b0 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    3436523 View commit details
    Browse the repository at this point in the history
  2. chore(release): 1.19.0-dev.9 [skip ci]

    ## Bug Fixes
    * Use correct title size for bottom sheet (#1687) ([oSumAtrIX](3436523))
    semantic-release-bot committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    64c10b4 View commit details
    Browse the repository at this point in the history
  3. chore(release): 1.19.0-dev.8 [skip ci]

    ## Features
    * Allow changing languages (#1488) ([Ushie](f82c439))
    ## Chores
    * **i18n:** Sync translations (#1671) ([github-actions[bot]](f5578b0))
    * update dependencies ([Benjamin Halko](1aaeac1))
    semantic-release-bot committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    bdfeda2 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. chore(i18n): Sync translations (#1685)

    Co-authored-by: Crowdin Bot <[email protected]>
    Co-authored-by: revanced-bot <[email protected]>
    3 people authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    31a32eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1aaeac1 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. revert: WillPopScope migration

    This reverts commit ef9b1d5.
    
    Why is this so hard to implement??? Are we missing something??
    validcube authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    3b0fed5 View commit details
    Browse the repository at this point in the history
  2. chore(release): 1.19.0-dev.10 [skip ci]

    ## Chores
    * **i18n:** Sync translations (#1685) ([github-actions[bot]](31a32eb))
    ## Reverts
    * WillPopScope migration ([Pun Butrach](3b0fed5))
    semantic-release-bot committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    3ee29c2 View commit details
    Browse the repository at this point in the history
  3. build: Bump Gradle to v8.6

    validcube authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    f57898a View commit details
    Browse the repository at this point in the history
  4. chore: Update .gitignore

    validcube authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    0ec6897 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5a24911 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b754a04 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e0c750d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b2119ce View commit details
    Browse the repository at this point in the history
  9. chore(release): 1.19.0-dev.11 [skip ci]

    ## Features
    * Improve consistency on language selector ([Pun Butrach](b2119ce))
    ## Code Refactoring
    * Check-in pubspec.lock ([Pun Butrach](5a24911))
    ## Build System
    * Bump Gradle to v8.6 ([Pun Butrach](f57898a))
    * Enable ProGuard (#1650) ([kitadai31](b754a04))
    ## Continuous Integration
    * **build:** Upload build artifact ([Pun Butrach](e0c750d))
    ## Chores
    * Update .gitignore ([Pun Butrach](0ec6897))
    semantic-release-bot committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    953209c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bfe59ea View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    933c719 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f5ba84d View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. refactor: PopScope Migration (#1674)

    Co-authored-by: Benjamin Halko <[email protected]>
    validcube and BenjaminHalko authored Feb 18, 2024
    Configuration menu
    Copy the full SHA
    3b58d22 View commit details
    Browse the repository at this point in the history
  2. ci: Dependabot (#1692)

    And accept more commit.
    
    Co-authored-by: Pun Butrach <[email protected]>
    BenjaminHalko and validcube authored Feb 18, 2024
    Configuration menu
    Copy the full SHA
    25d53ce View commit details
    Browse the repository at this point in the history
  3. chore(release): 1.19.0-dev.12 [skip ci]

    ## Documentation
    * Add a tip for the prompt to select an APK from storage ([oSumAtrIX](bfe59ea))
    * Adjust footnote regarding obtaining APK files ([oSumAtrIX](f5ba84d))
    * Use consistent wording ([oSumAtrIX](933c719))
    ## Code Refactoring
    * PopScope Migration (#1674) ([Pun Butrach](3b58d22))
    ## Continuous Integration
    * Dependabot (#1692) ([Benjamin](25d53ce))
    semantic-release-bot committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    f2e7071 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a41617 View commit details
    Browse the repository at this point in the history
  5. chore(i18n): Sync translations (#1688)

    Co-authored-by: Crowdin Bot <[email protected]>
    Co-authored-by: revanced-bot <[email protected]>
    3 people authored Feb 18, 2024
    Configuration menu
    Copy the full SHA
    0443c8c View commit details
    Browse the repository at this point in the history
  6. chore(release): 1.19.0-dev.13 [skip ci]

    ## Chores
    * **i18n:** Sync translations (#1688) ([github-actions[bot]](0443c8c))
    * Upgrade dependencies (#1693) ([Benjamin](8a41617))
    semantic-release-bot committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    ce5088a View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. feat: Add a toggle for alternative sources (#1686)

    Co-authored-by: oSumAtrIX <[email protected]>
    TheAabedKhan and oSumAtrIX authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    f89c742 View commit details
    Browse the repository at this point in the history
  2. chore(release): 1.19.0-dev.14 [skip ci]

    ## Features
    * Add a toggle for alternative sources (#1686) ([aAbed](f89c742))
    semantic-release-bot committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    244d078 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82d6e3f View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Configuration menu
    Copy the full SHA
    d068955 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4b15ae View commit details
    Browse the repository at this point in the history
  3. chore(i18n): Sync translations (#1694)

    Co-authored-by: Crowdin Bot <[email protected]>
    Co-authored-by: revanced-bot <[email protected]>
    3 people authored Feb 25, 2024
    Configuration menu
    Copy the full SHA
    f774780 View commit details
    Browse the repository at this point in the history
  4. chore(release): 1.19.0-dev.15 [skip ci]

    ## Bug Fixes
    * Specify that dark theme is dark (#1699) ([Benjamin](d4b15ae))
    ## Documentation
    * Switch order of note and tip [skip ci] ([oSumAtrIX](d068955))
    ## Continuous Integration
    * **Release:** Remove unnecessary upload (#1695) ([Benjamin](82d6e3f))
    ## Chores
    * **i18n:** Sync translations (#1694) ([github-actions[bot]](f774780))
    semantic-release-bot committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    28d6ab6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3e696d6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c72d10a View commit details
    Browse the repository at this point in the history
  7. chore(release): 1.19.0-dev.16 [skip ci]

    ## Features
    * Hide the Install button during installation (#1633) ([Eray Erdin (&mut self)](3e696d6))
    ## Bug Fixes
    * Show version label correctly ([oSumAtrIX](c72d10a))
    semantic-release-bot committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    f4dea6e View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    6d866d4 View commit details
    Browse the repository at this point in the history
  2. chore(release): 1.19.0-dev.17 [skip ci]

    ## Features
    * Improve language distinguishness and resolve language-specific issues (#1706) ([Ushie](6d866d4))
    semantic-release-bot committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    6d6fae1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d414a91 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    c170392 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52e1020 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e76418d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6dee3aa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    10bae69 View commit details
    Browse the repository at this point in the history
  6. chore: Fix builds

    oSumAtrIX committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    2e1de94 View commit details
    Browse the repository at this point in the history
  7. chore(release): 1.19.0-dev.18 [skip ci]

    # [1.19.0-dev.18](v1.19.0-dev.17...v1.19.0-dev.18) (2024-03-04)
    semantic-release-bot committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    02722fc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1200360 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2d7026a View commit details
    Browse the repository at this point in the history
  10. chore(release): 1.19.0-dev.19 [skip ci]

    # [1.19.0-dev.19](v1.19.0-dev.18...v1.19.0-dev.19) (2024-03-04)
    
    ### Bug Fixes
    
    * Fix patched APKs exports after installation ([1200360](1200360))
    
    ### Features
    
    * Use more appropriate progress values ([2d7026a](2d7026a))
    semantic-release-bot committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    4fc913e View commit details
    Browse the repository at this point in the history
  11. build: Bump dependencies

    oSumAtrIX committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    c5e04cc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6ec6546 View commit details
    Browse the repository at this point in the history
  13. chore(release): 1.19.0-dev.20 [skip ci]

    # [1.19.0-dev.20](v1.19.0-dev.19...v1.19.0-dev.20) (2024-03-04)
    
    ### Bug Fixes
    
    * Bump dependencies to support BCS keystore ([6ec6546](6ec6546))
    semantic-release-bot committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    4ca7b8a View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    aa0575a View commit details
    Browse the repository at this point in the history
  2. chore(release): 1.19.0-dev.21 [skip ci]

    # [1.19.0-dev.21](v1.19.0-dev.20...v1.19.0-dev.21) (2024-03-05)
    
    ### Features
    
    * Display current app language at the top of the list ([aa0575a](aa0575a))
    semantic-release-bot committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    bc83a39 View commit details
    Browse the repository at this point in the history