Skip to content

Releases: DeployGate/android_apk

v1.9.0

21 Jun 03:18
8592909
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump ruby/setup-ruby from 1.172.0 to 1.173.0 by @dependabot in #151
  • chore(deps): bump dependabot/fetch-metadata from 1.6.0 to 1.7.0 by @dependabot in #152
  • chore(deps): bump dependabot/fetch-metadata from 1.7.0 to 2.0.0 by @dependabot in #153
  • chore(deps): bump actions/checkout from 4.1.2 to 4.1.3 by @dependabot in #155
  • chore(deps): bump actions/checkout from 4.1.3 to 4.1.4 by @dependabot in #158
  • chore(deps): bump actions/checkout from 4.1.4 to 4.1.5 by @dependabot in #161
  • chore(deps): bump ruby/setup-ruby from 1.173.0 to 1.176.0 by @dependabot in #160
  • chore(deps): bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 by @dependabot in #157
  • chore(deps): bump actions/checkout from 4.1.5 to 4.1.6 by @dependabot in #162
  • chore(deps): bump ruby/setup-ruby from 1.176.0 to 1.178.0 by @dependabot in #165
  • chore(deps): bump ruby/setup-ruby from 1.178.0 to 1.179.0 by @dependabot in #166
  • chore(deps): bump ruby/setup-ruby from 1.179.0 to 1.179.1 by @dependabot in #167
  • chore(deps): bump actions/checkout from 4.1.6 to 4.1.7 by @dependabot in #169
  • Bumpup build-tools version to 35.0.0 by @satsukies in #171
  • Bumpup version of android_apk to 1.9.0 by @satsukies in #172

Full Changelog: v1.8.0...v1.9.0

v1.8.0

15 Mar 07:24
df4428b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.1...v1.8.0

Ver 1.7.1

28 Nov 07:42
2a2ce71
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump ruby/setup-ruby from 1.159.0 to 1.160.0 by @dependabot in #128
  • chore(deps): bump ruby/setup-ruby from 1.160.0 to 1.161.0 by @dependabot in #129
  • Apks signed with v3 scheme returned wrong fingerprints for devices lower than 28 by @jmatsu in #130
  • Bump to new version 1.7.1 by @jmatsu in #131

Full Changelog: v1.7.0...v1.7.1

Ver 1.7.0

07 Nov 09:17
9eda6da
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.0...v1.7.0

Ver 1.1.1

24 Jan 09:06
44b4c5c
Compare
Choose a tag to compare

Don't allow duplicated sdkVersion in AndroidManifest.xml #22

Ver 1.1.0

16 Dec 09:47
60e9f0a
Compare
Choose a tag to compare

Support adaptive icon apks that do not have anydpi drawable directory. i.e. support a method that Cordova recommends.

Ver 1.0.1

06 Dec 13:59
266058f
Compare
Choose a tag to compare

Fixed a bug around adaptive icon apks. AndroidApk could not load icon files correctly in that cases.

Ver 1.0.0

07 Oct 05:36
93cdf55
Compare
Choose a tag to compare

New Features

  • Detect whether or not an apk is
    • installable
    • adaptive_icon
    • test_only
  • Allow return a reason why an apk is not installable

Improvements

  • Deprecated unzip to extract and save files
  • Use Rubyzip
  • Document all methods

Bug Fixes

  • No signature is found if an apk has been signed only with v2 scheme
  • No signature is found if an apk is installable but not signed jar (even though it's v1 scheme signed)

Known limitation

  • Depends on apksigner version. apksigner in 29.0.2 looks the best.