aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/ml/docilealligator/infinityforreddit/Infinity.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Modify SubmitCrosspostActivity to use SubmitPostService as a JobService. Add ...Docile-Alligator2024-07-241-3/+8
* Remove Butter Knife. Optimize imports.Docile-Alligator2024-05-071-6/+7
* Dagger networking refactor (#1125)Kurian Vithayathil2022-11-281-10/+8
* Load custom fonts.Alex Ning2022-01-151-4/+13
* Add options to set custom fonts.Alex Ning2022-01-141-7/+6
* Continue adding support for custom font.Alex Ning2022-01-131-2/+2
* Start adding custom font support.Alex Ning2022-01-051-0/+22
* Don't start MaterialYouService if Material You is not enabled.Alex Ning2021-11-151-1/+4
* Save last foreground time instead of last unlock time.Alex Ning2021-09-031-2/+4
* New options: App Lock and App Lock Timeout.Alex Ning2021-09-031-8/+21
* Start implementing app lock feature.Alex Ning2021-09-031-6/+10
* Try fixing ViewPager2's IllegalStateException.Alex Ning2021-08-111-1/+1
* Secure mode is available.Alex Ning2021-08-111-14/+45
* Listen to wallpaper change and change theme.Alex Ning2021-06-161-0/+4
* Fix app crashes in CopyTextBottomSheetFragment. Add LockScreenActivity.Alex Ning2021-05-051-3/+51
* Rewrite DownloadRedditVideoService to run the service in a background thread.Alex Ning2020-12-221-2/+1
* Version 4.1.1-beta1.Alex Ning2020-12-021-1/+2
* Version 4.1.0. Disable red screen of death.Alex Ning2020-11-241-2/+1
* Change theme back to Theme.MaterialComponents.Alex Ning2020-11-221-1/+0
* Lowercase package names.Alex Ning2020-11-181-3/+3
* Add Red Screen Of Death to display crash dialog.Alex Ning2020-11-061-0/+3
* Long press the Floating Action Button to see more options.Alex Ning2020-09-271-3/+1
* Data Saving Mode is available.Alex Ning2020-09-271-2/+4
* Enable EventBus Index, avoids reflection, and better performance.Hermes Junior2020-06-181-0/+3
* Add a BroadcastReceiver to receive network status change and enable or disabl...Alex Ning2020-04-301-0/+13
* Refactored some of the untouched classes last time to support multi user. Bug...Alex Ning2019-08-081-1/+1
* Use Brige library and Android-State library to avoid TransactionTooLargeExcep...Alex Ning2019-07-311-0/+20
* Fixed UI problems introduced by dark theme.Alex Ning2019-06-051-5/+5
* Use OkHttp3 Authenticator instead of OkHttp Interceptor to handle the case wh...Alex Ning2018-10-141-1/+3
* Use Dagger 2 to inject the Retrofit singleton to classes. Minor bugs fixed.Alex Ning2018-10-121-0/+18