Update Checker is a class that can be used by Android Developers to increase the number of users update their apps by showing a "New Update Available" Notification or Dialog.
It checks for new updates downloadable by parsing the Play Store desktop page of your app.
Changelog
See complete Changelog
2.1.3
2.1.2
2.1.0
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.0
It checks for new updates downloadable by parsing the Play Store desktop page of your app.

Changelog
See complete Changelog
2.1.3
- LIB: Added Japanese translation (thanks to @cutmail)
2.1.2
- LIB: Fixed #93: StackOverflowError when multiple apks are published.
- LIB: Fixed #90: missing apostrophe in french strings.
2.1.0
- 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)
- LIB: Added Brazilian Portuguese translation (thanks to @favasconcelos)
- 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
1.2.5
- LIB: Added Slovak translation (thanks to @pylerSM)
1.2.4
- LIB: Added Croatian translation (thanks to @krvoZD)
1.2.3
- LIB: Added Korean translation (thanks to @rino0601)
1.2.2
- LIB: Bugs fixed (Fixed #26 and #27)
1.2.1
- LIB: Bugs fixed (Fixed #24 and
#27)
1.2.0
- 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.
1.1.0
- Change to customize the number of checks after the dialog/notification will be shown with new methods
- Added Dutch translation
- Fixed other translation errors
- New demo app
1.0.0
- First Release
Last edited: