Skip to content

Latest commit

 

History

History
93 lines (67 loc) · 2.8 KB

CHANGELOG.md

File metadata and controls

93 lines (67 loc) · 2.8 KB

Version 0.6.7

2017-01-10

Version 0.6.3

2017-01-10

  • add autoDisableInInstantRunMode for amigo extension

Version 0.6.2

2016-12-17

  • support custom ApkReleaseActivity's orientation
  • fix getPackageInfo issue

Version 0.6.1

2016-12-09

  • refactor app restart self logic
  • only compare version for upgrade

Version 0.6.0-beta2

2016-12-05

  • use ContentProvider instead of SharedPreferences in multi-process communication
  • fix clear issue
  • fix cannot pull up main process issue
  • fix Chinese issue in AndroidManifest, thanks to wkt's contribution

Version 0.6.0-beta

2016-11-25

  • smaller diff file, compat with zippatch
  • support disable amigo
  • compat with all android versions, even Android 2.1
  • support workLater callback
  • fix android windowAnimation bug
  • refactor some code & some small bugfix

Version 0.5.0

2016-11-03

  • support Amigo hotfix itself ✌️
  • support ContentProvider 👍
  • metaData retrieved from patch.apk is support 👍
  • support app LauncherActivity' name change
  • refactor RCompact
  • fix Activity's label or theme not found

Version 0.4.4

2016-10-19

  • fix delete directory bug

Version 0.4.3

2016-10-17

  • optimize app init time

Version 0.4.2

2016-10-15

  • fix load receiver error
  • avoid service from mixed up

Version 0.4.1

2016-10-11

  • fix check permission bug

Version 0.4.0 (Deprecated)

2016-10-10

  • support new added service
  • refactor ClassLoader replacement
  • support new added permission's check

Version 0.3.1

2016-09-29

  • fix Intent unmarshalling Exception issue99

Version 0.3.0

2016-09-26

  • support new added activity & receiver

Version 0.2.0

2016-9-23

Version 0.1.0 (Deprecated)

2016-09-14

  • First stable version