aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services/UpdateService.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-02-17don't show notification if there is no updateChristian Schneppe1-1/+0
2018-02-17show hint to allow installs from unknown sources just before update starts ↵Christian Schneppe1-3/+7
and don't show this for PlayStore installs
2017-10-29UpdateService: set user-agentChristian Schneppe1-0/+1
2017-10-29UpdateService: use THREAD_POOL_EXECUTORChristian Schneppe1-1/+2
2017-10-18fix crash while searching for updates and show error message if search was ↵Christian Schneppe1-10/+22
not successful
2017-10-13initialize some variables in UpdateServiceChristian Schneppe1-2/+2
2017-10-10add missing public UpdateService (){} to UpdateServiceChristian Schneppe1-0/+1
2017-10-10reworked updaterChristian Schneppe1-0/+196