Skip to content

Latest commit

 

History

History
executable file
·
119 lines (99 loc) · 6.93 KB

CHANGELOG.md

File metadata and controls

executable file
·
119 lines (99 loc) · 6.93 KB

Change Log

Version 2.1.8 (2015-04-30)

  • LIB: Lithuanian, Latvian and Estonian translations added (thanks to @jaroslavas)

Version 2.1.7 (2015-04-10)

  • LIB: Swedish translation added (thanks to @Dvidan) Solves #107
  • LIB: Polish translation updated (thanks to @slawekkrol)
  • LIB: Multiple APK treatment improved (thanks to @Arne517)

Version 2.1.6 (2015-03-06)

  • LIB: Polish translation updated (thanks to @slawekkrol)
  • LIB: Multiple APK treatment improved (thanks to @Arne517)

Version 2.1.5 (2015-01-21)

  • LIB: Added Arabic translation (thanks to @yazeed44)
  • DEMO: Fixed error in parent activities

Version 2.1.4 (2014-09-25)

  • LIB: German and hungarian translation updated (thanks to @lmbd and @megamegax)

Version 2.1.3 (2014-09-13)

  • LIB: Added Japanese translation (thanks to @cutmail)

Version 2.1.2 (2014-08-20)

  • LIB: Fixed #93: StackOverflowError when multiple apks are published.

Version 2.1.1 (2014-07-26)

  • LIB: Fixed #90: missing apostrophe in french strings.

Version 2.1.0 (2014-07-08)

  • LIB: Classes moved to make code more ordered
  • LIB: Implemented all callbacks in UpdateCheckerResult.java (see CustomActivity.java for example)
  • LIB: Implemented numeric vesion comparator (based on @Gsdstr's work)
  • LIB: Fixed #73 and #75
  • LIB: Updated Hungarian and Russian translations (thanks to @Gsdstr)
  • LIB: Added Catalan translation (thanks to @alorma)

Version 2.0.1 (2014-04-19)

  • LIB: Added Brazilian Portuguese translation (thanks to @favasconcelos)

Version 2.0.0 (2014-03-26)

  • LIB: Complete Gradle support!
  • LIB: Added Hungarian translation (thanks to @Pistabaaa)
  • LIB: Removed StyledDialogs dependency
  • LIB: Removed FragmentActivity requirement
  • LIB: Support for Amazon App Store
  • LIB: Now you can specify an icon also for Dialog
  • LIB: Added the possibility to use a custom implementation. Manage yourself what to do if a new update is available by implementing UpdateCheckerResult instead of show a Dialog or Notification. See Custom Implementation.
  • LIB: Added Notice and Store classes to manager better the chooses of the dev
  • LIB: Removed DialogInterface
  • LIB: UpdateChecker.java rewritten; now completely static
  • LIB: Moved the ASyncCheck in its own class
  • DEMO: New icon
  • DEMO: Demo app rewritten.
  • DEMO: Demo app redesigned: branded to red
  • DEMO: Added CustomActivity. See above
  • DEMO: Set package of demo app to com.rampo.updatechecker.demo to publish the package on Play Store.
  • DEMO: Demo app publised on Play Store (Play Store problems)

Version 1.2.5 (2013-12-29)

  • LIB: Added Slovak translation (thanks to @pylerSM)

Version 1.2.4 (2013-12-11)

Version 1.2.3 (2013-12-10)

  • LIB: Added Korean translation (thanks to @rino0601)

Version 1.2.2 (2013-12-02)

  • LIB: Bugs fixed (Fixed #26 and #27)

Version 1.2.1 (2013-11-07)

  • LIB: Bugs fixed (Fixed #24 and #27)

Version 1.2.0 (2013-10-14)

  • LIB: Now uses ASyncTask insted of Thread. (Fixed #7)
  • LIB: Implemented "No, thanks" button in dialog. (If the user tap on this button, the library will not show again the dialog/notification for this update.)
  • LIB: 2 new interfaces to facilitate the reading of UpdateChecker.java.
  • DEMO: App redesigned and rewritten (now uses custom style).
    • DEMO: New Infos activity.
    • DEMO: New buttons for tests.
    • DEMO: New icon.
    • DEMO: New style for Dialog.
  • DEMO: Removed ActionBarSherlock dependency.
  • DEMO: minSdkVersion set to 11.

Version 1.1.1 (2013-05-25)

  • LIB: Strings improved.

Version 1.1.0 (2013-08-24)

  • LIB: Customize the number of checks after the dialog/notification will be shown with new methods.
  • LIB: Added Dutch translation.
  • LIB: Fixed translation errors.
  • DEMO: Demo app rewritten.

Version 1.0.0 (2013-08-19)

  • First Release.