aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/Settings/NotificationPreferenceFragment.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Correctly cancel periodic work request by id not by tag. Add an initial ↵Alex Ning2019-08-221-4/+6
| | | | delay which is the same time as the interval when start PullNotificationWorker in NotificationPreferenceFragment.
* Changing theme is now available.Alex Ning2019-08-221-46/+21
|
* Enabling or disabling nsfw are now available.Alex Ning2019-08-221-0/+121
|
* Fixed getting same notifications for different accounts (for real this ↵Alex Ning2019-08-211-0/+20
time). Add a settings acivity but with no use now. Minor bugs fixed. Minor UI tweaks.