aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/UpdaterActivity.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-08code cleanupChristian Schneppe1-2/+3
2018-10-24don't use internal updater if store != nullChristian Schneppe1-25/+24
2018-10-20fix bug in UpdaterChristian Schneppe1-8/+4
2018-09-26show conversation media in contact/conference detailsChristian Schneppe1-2/+2
2018-09-13bug fixes in UpdaterActivityChristian Schneppe1-2/+2
2018-09-11improve Updater a bit and try to catch NPEChristian Schneppe1-2/+2
2018-09-11catch NPE on detecting tor connection in UpdaterActivityChristian Schneppe1-1/+4
2018-08-03some changes in UpdaterChristian Schneppe1-4/+20
2018-07-29fix NEP in UpdaterActivityChristian Schneppe1-1/+1
2018-07-28use TOR for updaterChristian Schneppe1-83/+95
2018-05-17some tor modificationsChristian Schneppe1-1/+1
possibly fixes #199
2018-05-05add animators for more activitiesChristian Schneppe1-0/+4
2018-04-29some more theme fixesChristian Schneppe1-0/+9
2018-04-29catch dead object exceptions when acquiring wake locksChristian Schneppe1-4/+3
2018-04-02migrate to xmpp-addrChristian Schneppe1-1/+1
2018-03-09migrated alert dialogs to app compatChristian Schneppe1-1/+1
2018-02-24fixed wrong CHANGELOG_URL in updaterChristian Schneppe1-1/+1
2018-02-17show hint to allow installs from unknown sources just before update starts ↵Christian Schneppe1-4/+10
and don't show this for PlayStore installs
2018-02-02show progress dialog while downloading updateChristian Schneppe1-107/+207
2018-01-29check if app is installedFromPlayStore and use upcoming playstore site for ↵Christian Schneppe1-2/+19
updates
2017-11-23code cleanupChristian Schneppe1-1/+1
2017-10-10reworked updaterChristian Schneppe1-239/+142
2017-05-17make updater more failsaveChristian Schneppe1-0/+6
2017-04-13Optimized imports from entire projectChristian Schneppe1-3/+0
2017-04-05fix small bug with updater on devices < SDK 21Christian Schneppe1-2/+4
2017-03-11rename media directoriesChristian Schneppe1-3/+3
2017-02-24AppUpdater: detect beta versionsChristian Schneppe1-6/+15
2017-02-05make updater work in Android NChristian Schneppe1-19/+23
fixes #98
2017-01-31add usage comments to checkVersion()Christian Schneppe1-0/+12
2017-01-29reworked updaterChristian Schneppe1-12/+41
2016-11-19make update.apk filename static finalChristian Schneppe1-1/+1
2016-11-12update changelog uriChristian Schneppe1-1/+1
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