aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui/UpdaterActivity.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* changed updater a bitChristian S2016-04-231-66/+64
|
* fixed crashes during updates on Android 6Christian S2016-03-301-35/+56
|
* show warning on back pressed during update checkChristian S2016-01-221-1/+16
|
* disable update download only on WiFiChristian S2015-12-061-2/+2
|
* added full changelog as button...Christian S2015-11-151-1/+11
| | | | ...in updater dialog
* bug fixed in updaterChristian S2015-10-221-97/+101
|
* check if update server answers successfully...Christian S.2015-10-141-1/+7
| | | ...and finish activity if not
* updated AppUpdater a bitChristian S2015-10-101-58/+40
|
* changed log outputs of updater and delete old...Christian S2015-10-101-8/+21
| | | | ...downloaded files before downloading update
* update UpdaterChristian S2015-10-061-1/+12
|
* Added more info to alertboxChristian S.2015-10-061-1/+3
|
* corrected importsChristian S2015-09-211-3/+4
|
* disabled touch events on checking for updatesChristian S.2015-09-211-2/+15
| | | and fire a toast message
* modified AppUpdaterChristian S2015-09-201-6/+16
|
* show the update dialog and not the whole activityChristian S2015-09-201-9/+17
|
* added some toasts to UpdaterActivityChristian S2015-09-061-1/+11
|
* disable ActionBar buttonsChristian S2015-09-061-0/+5
|
* version 1.6.9 betaChristian S2015-09-061-0/+197
* in app updater