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

Add code signing and minification to release APKs #15

Merged
merged 22 commits into from
Jun 8, 2021
Merged

Commits on Jun 7, 2021

  1. Merge pull request #3 from arafaysaleem/release

    Improve some animations and performance on some screens.
    arafaysaleem authored Jun 7, 2021
    Configuration menu
    Copy the full SHA
    739aee5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8894420 View commit details
    Browse the repository at this point in the history
  3. ci(Actions): Fix errors

    Provide relative path to split-debug-info and upload only arm artifacts
    arafaysaleem authored Jun 7, 2021
    Configuration menu
    Copy the full SHA
    e662cac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e7bb85d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4 from arafaysaleem/release

    chore(Providers): fix suppressed lint errors
    arafaysaleem authored Jun 7, 2021
    Configuration menu
    Copy the full SHA
    62bbe5b View commit details
    Browse the repository at this point in the history
  6. ci(Actions): Remove obfuscation from test builds

    Signed-off-by: arafaysaleem <[email protected]>
    arafaysaleem committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    46e6499 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c92a835 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b6dfce2 View commit details
    Browse the repository at this point in the history
  9. ci(Actions): Fix token for upload artifact action

    Signed-off-by: arafaysaleem <[email protected]>
    arafaysaleem committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    f989bd5 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. Configuration menu
    Copy the full SHA
    3db54a0 View commit details
    Browse the repository at this point in the history
  2. ci(Actions): Remove push triggers and rename to PR test

    Signed-off-by: arafaysaleem <[email protected]>
    arafaysaleem committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    eaa6ed1 View commit details
    Browse the repository at this point in the history
  3. ci(Actions): add an ignore path to github workflows dir

    Signed-off-by: arafaysaleem <[email protected]>
    arafaysaleem committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    cad9b7c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7500797 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #11 from arafaysaleem/hotfix/fix-release-CI

    hotfix(CI): Fix and optimize the release and test workflow
    arafaysaleem authored Jun 8, 2021
    Configuration menu
    Copy the full SHA
    196b509 View commit details
    Browse the repository at this point in the history
  6. build(Gradle): Add gradle signing config

    Signed-off-by: arafaysaleem <[email protected]>
    arafaysaleem committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    be898b0 View commit details
    Browse the repository at this point in the history
  7. ci(Actions): Add apk signing to release workflow

    Signed-off-by: arafaysaleem <[email protected]>
    arafaysaleem committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    d29ffef View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    214ad8c View commit details
    Browse the repository at this point in the history
  9. ci(Actions): Convert test build from release to debug

    This improves the speed of the Test PR workflow and doesn't require signing config keys
    
    Signed-off-by: arafaysaleem <[email protected]>
    arafaysaleem committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    4696d1f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    382232d View commit details
    Browse the repository at this point in the history
  11. build(Gradle): Minify code using proguard

    Signed-off-by: arafaysaleem <[email protected]>
    arafaysaleem committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    1ccb0ec View commit details
    Browse the repository at this point in the history
  12. ci(Actions): Adjust labeler config for gradle changes

    Signed-off-by: arafaysaleem <[email protected]>
    arafaysaleem committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    69004ad View commit details
    Browse the repository at this point in the history
  13. Merge pull request #14 from arafaysaleem/build/add-apk-minification

    build(Gradle): Minify code using proguard
    arafaysaleem authored Jun 8, 2021
    Configuration menu
    Copy the full SHA
    b448da1 View commit details
    Browse the repository at this point in the history