aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/UpdaterActivity.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-09-25Revert "simplify updater a bit and only search for updates in wifi or mobile ↵Christian Schneppe1-7/+13
networks" This reverts commit 4918d377fed75a24a339bcf71581717dc3706ceb.
2016-09-25simplify updater a bit and only search for updates in wifi or mobile networksChristian Schneppe1-13/+7
2016-08-09don't run backup during check for updatesChristian Schneppe1-7/+0
2016-08-09reworked backup serviceChristian Schneppe1-42/+3
* automatically save database encrypted to local storage at 4 am each day * run backup import in new thread
2016-07-29changed package id inside manifest and projectChristian Schneppe1-5/+5
2016-07-02some little updater changes and code cleanupChristian Schneppe1-22/+7
2016-06-02also export database when chats are exportedChristian Schneppe1-6/+8
2016-05-31add database importerChristian Schneppe1-3/+2
2016-05-31add possibility to export database during update checkChristian Schneppe1-0/+44
2016-04-23changed updater a bitChristian S1-66/+64
2016-03-30fixed crashes during updates on Android 6Christian S1-35/+56
2016-01-22show warning on back pressed during update checkChristian S1-1/+16
2015-12-06disable update download only on WiFiChristian S1-2/+2
2015-11-15added full changelog as button...Christian S1-1/+11
...in updater dialog
2015-10-22bug fixed in updaterChristian S1-97/+101
2015-10-14check if update server answers successfully...Christian S.1-1/+7
...and finish activity if not
2015-10-10updated AppUpdater a bitChristian S1-58/+40
2015-10-10changed log outputs of updater and delete old...Christian S1-8/+21
...downloaded files before downloading update
2015-10-07Added more info to alertboxChristian S1-1/+14
added changelog to JSON object in updater
2015-10-06update UpdaterChristian S1-1/+12
2015-10-06Added more info to alertboxChristian S.1-1/+3
2015-09-21corrected importsChristian S1-3/+4
2015-09-21disabled touch events on checking for updatesChristian S.1-2/+15
and fire a toast message
2015-09-20modified AppUpdaterChristian S1-6/+16
2015-09-20show the update dialog and not the whole activityChristian S1-9/+17
2015-09-06added some toasts to UpdaterActivityChristian S1-1/+11
2015-09-06disable ActionBar buttonsChristian S1-0/+5
2015-09-06version 1.6.9 betaChristian S1-0/+197
* in app updater