Commit Graph

305 Commits

Author SHA1 Message Date
071ce78b7c Material Design 3 Switch. Target Sdk 33. 2022-11-08 23:17:26 +11:00
20214ce323 Superscript parser overhaul (#1162)
* Superscript parser overhaul

* Make superscript work with tables

* Fix some issues with Table compatibility

* Some bug fixes

* Re-enable Autolink
2022-11-03 18:07:25 +08:00
814617b674 Version 5.3.4. 2022-11-03 14:42:01 +11:00
1108d41eed Minor bugs fixed. 2022-09-21 15:54:58 +10:00
269a01ed42 Allow parallel installation of debug and release versions (#636)
* Allow parallel installation of debug and release versions
...by adding '.debug' suffix to application id

* add separate app name resource for debug build
2022-09-21 12:57:42 +08:00
55d6078ccc Start utilizing view binding (#1013) 2022-09-21 12:46:13 +08:00
8a2932122c Version 5.3.3. 2022-09-19 15:10:10 +10:00
9fbb40c394 Fix app crashes on start up on Android < 6.0. 2022-09-19 15:05:27 +10:00
8c24769089 Version 5.3.2. 2022-09-17 00:13:37 +10:00
61da952b7b Update libraries. 2022-09-10 18:21:58 +10:00
b55135e880 Merge branch 'master' of github.com:Docile-Alligator/Infinity-For-Reddit 2022-09-10 01:25:16 +10:00
854833a5db Update libraries. 2022-09-10 01:25:07 +10:00
f2e1ffe52e Update gradle wrapper (#1006)
* Update gradle wrapper

* Update AGP, fix gradle deprecations
2022-09-09 23:24:18 +08:00
7293b9e758 Update ExoPlayer. 2022-09-09 00:41:35 +10:00
84b5b1d95d Version 5.3.1. 2022-09-07 01:01:45 +10:00
6d224c307d Fix stupid Redgifs API issue. 2022-09-05 00:57:11 +10:00
064b2ceedc Version 5.3.0. 2022-08-27 11:55:58 +10:00
6bb208aa61 Version 5.3.0-beta1. 2022-08-16 17:18:03 +10:00
d3f38f318e Read posts history is available. 2022-07-13 22:05:19 +08:00
e0da948d1f Version 5.2.1. 2022-06-18 15:57:47 +08:00
132bd354cd Fixed bug that doesnt show user being followed (#707)
* In anonymous mode, fixed bug in CheckIsFollowingUser.java that does not check if accountName is null or not, which prevents room from retrieving SubscribedUserData to check if the user is followed or not.

Also updated Room version to 2.4.2 to be compatible with M1 macbook.

* Simplified SubscribedUserData accountName null check code
2022-06-17 15:51:20 +08:00
5d07ad2d3b Version 5.2.0 2022-06-03 13:36:11 +08:00
f0747c65cb Use EditText instead of SimpleSearchView in SearchActivity. 2022-06-01 15:41:01 +08:00
adb77f44d0 Fix app crashes when applying Material You theme after changing wallpaper. Tweak the design of the fast scroller. 2022-06-01 14:53:30 +08:00
3e021cf25c Version v5.2.0-beta2. 2022-05-30 12:01:28 +08:00
3d374491b3 targetSdkVersion 31. Fix sort type problems in anonymous home page and multireddits. 2022-04-30 17:56:31 +08:00
d40fc59540 Version v5.2.0-beta1. 2022-04-28 17:35:56 +08:00
2bbba42e38 Version 5.1.9. 2022-03-17 22:10:38 +08:00
cfd295aea8 Version 5.1.9-beta2. Optimize AppBarStateChangeListener. 2022-03-14 14:15:44 +08:00
53755d4381 Version 5.1.9-beta1. Fix low resolution post previews when showing them for the first time in PostDetailRecyclerViewAdapter. 2022-03-06 15:09:57 +08:00
c64b6ef229 Version 5.1.8. Add Reddit User Agreement to settings. Move Privacy Policy option from About to main settings page. 2022-02-12 22:05:22 +08:00
5713982e8f Version 5.1.7. 2022-01-29 11:42:55 +08:00
c6f5e3c8f6 Version 5.1.6. 2022-01-20 15:08:36 +08:00
94f08d616a Version 5.1.6-beta1. 2022-01-15 14:53:10 +08:00
b11a568169 Version 5.1.5. 2021-12-22 20:36:52 +08:00
f8694309d3 Version 5.1.4. 2021-12-16 19:50:12 +08:00
59fadbb0e0 Use Executor to fetch removed comments. 2021-12-15 22:52:31 +08:00
9ef1b4decd Fix autoplay video continuing in background (#585)
Fix autoplay video continuing in background
2021-12-13 20:46:22 +08:00
c934bc7740 Undo superscript parser changes for now (#577)
Undo superscript parser changes
2021-12-12 20:51:43 +08:00
d101cddf0f Make Superscript parsing proper
Do this without relying converting to <sup> tags.
2021-12-09 13:23:02 +03:00
3b365dfe5d Version 5.1.3. Fix bottom navigation bar option count not applied to anonymous mode. 2021-11-29 21:16:15 +08:00
d8f6572262 Version 5.1.2. 2021-11-27 20:47:46 +08:00
1b39925cf8 Version 5.1.1. Fix anonymous subreddits and multireddits do not show in MainActivity TabLayout. Fix changing tab names not working in anonymous mode. 2021-11-22 20:35:14 +08:00
04cc769ccf Version 5.1.0. 2021-11-16 08:54:03 +08:00
2e0725e25e Merge pull request #526 from scria1000/markdown-disable-html
More fixes related to markdown rendering
2021-11-15 08:47:32 +08:00
d0f0647bc8 Version 5.1.0-beta3. 2021-11-13 22:11:56 +08:00
1960bb5ea1 Add custom superscript processor 2021-11-12 01:51:54 +03:00
2cdf523eff More fixes related to markdown rendering 2021-11-11 18:41:24 +03:00
b059b2d503 Version 5.1.0-beta2. Fix crash when hiding read posts. 2021-11-04 22:43:21 +08:00
4ab8f037f2 Start migrating to Material Design 3. Try optimizing image loading in PostRecyclerViewAdapter. 2021-10-30 21:20:48 +08:00