index
:
infinity-for-reddit.git
client-id
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
src
/
main
/
java
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-08-22
Save multireddit path and display name in RecentSearchQuery. App data should ...
Docile-Alligator
8
-20
/
+79
2024-08-22
Set "Search In" after opening SearchActivity from ViewMultiRedditDetailActivity.
Docile-Alligator
1
-1
/
+13
2024-08-22
Searching posts inside a multireddit is available.
Docile-Alligator
5
-30
/
+163
2024-08-21
Pass multireddit data back to SearchActivity after selecting a multireddit in...
Docile-Alligator
2
-30
/
+20
2024-08-21
Continue adding searching in multireddit feature.
Docile-Alligator
2
-31
/
+42
2024-08-21
Select multireddit in SearchActivity.
Docile-Alligator
1
-8
/
+17
2024-08-21
Update database migration.
Docile-Alligator
1
-1
/
+1
2024-08-21
Continue adding support for searching in multireddit. App data should be clea...
Docile-Alligator
22
-78
/
+107
2024-08-21
Pass data back to the original SearchActivity after selecting a subreddit or ...
Docile-Alligator
1
-5
/
+11
2024-08-21
Start adding searching in multireddit feature. Start showing subscribed users...
Docile-Alligator
12
-102
/
+204
2024-08-20
Refine UI in CustomizePostFilterActivity and CustomizeCommentFilterActivity.
Docile-Alligator
1
-1
/
+4
2024-08-20
Refine UI and add explanations for the name in CustomizeCommentFilterActivity.
Docile-Alligator
1
-1
/
+4
2024-08-20
Refine UI and add explanations in CustomizeCommentFilterActivity.
Docile-Alligator
1
-0
/
+14
2024-08-20
Fix spinner issue in CustomizeCommentFilterActivity.
Docile-Alligator
1
-1
/
+7
2024-08-20
Show anonymous subscribed subreddits in CustomizePostFilterActivity.
Docile-Alligator
1
-14
/
+2
2024-08-20
Explain every option in CustomizePostFilterActivity. Refine UI in CustomizePo...
Docile-Alligator
1
-0
/
+42
2024-08-19
Refine UI in CustomizePostFilterActivity.
Docile-Alligator
1
-18
/
+26
2024-08-19
Fix showing the search query as the username or subreddit in SearchActivity.
Docile-Alligator
1
-2
/
+2
2024-08-19
Fix cursor color in TextInputLayout.
Docile-Alligator
4
-33
/
+32
2024-08-18
Some changes related to SectionsPagerAdapter.
Docile-Alligator
11
-14
/
+14
2024-08-18
Fix wrong drop down icon shown after closing the navigation drawer.
Docile-Alligator
3
-27
/
+23
2024-08-18
Fix embedded media type option not working.
Docile-Alligator
1
-7
/
+14
2024-08-17
Fix build issue and use Utils' hideKeyboard() and showKeyboard() in SearchAct...
Docile-Alligator
2
-24
/
+8
2024-08-17
Snackbar for recent search deletions (#1627)
Abhishek
3
-5
/
+53
2024-08-17
Optimize subreddit auto complete.
Docile-Alligator
6
-178
/
+240
2024-08-15
Show 'All subreddits' in recent searches in SearchActivity if applicable.
Docile-Alligator
1
-5
/
+20
2024-08-15
Show 'Search in' in recent searches in SearchActivity.
Docile-Alligator
1
-1
/
+9
2024-08-15
Save 'Search in' in RecentSearchQuery.
Docile-Alligator
8
-50
/
+98
2024-08-14
Show recent search queries when there is no text in the search text view in S...
Docile-Alligator
1
-4
/
+13
2024-08-14
Redesign recent search queries UI.
Docile-Alligator
2
-17
/
+49
2024-08-11
Fix switching account issue in ViewPostDetailActivity and InboxActivity when ...
Docile-Alligator
2
-0
/
+5
2024-08-11
Logging out by long clicking an account. Rename SwitchAccount to AccountManag...
Docile-Alligator
10
-53
/
+70
2024-08-01
Fix app crashes on downloading media, submitting posts and editing profile on...
Docile-Alligator
4
-0
/
+5
2024-07-25
Add NetworkCapabilities.NET_CAPABILITY_INTERNET in required network in JobSer...
Docile-Alligator
4
-4
/
+8
2024-07-24
Modify SubmitCrosspostActivity to use SubmitPostService as a JobService. Add ...
Docile-Alligator
4
-12
/
+41
2024-07-24
Make NotificationCompat.Builder a local variable in DownloadMediaService and ...
Docile-Alligator
2
-68
/
+66
2024-07-23
Call jobFinished in downloadFinished in DownloadRedditVideoService.
Docile-Alligator
1
-21
/
+21
2024-07-23
Start migrating DownloadRedditVideoService to JobService.
Docile-Alligator
2
-283
/
+267
2024-07-19
Start migrating DownloadMediaService to JobService.
Docile-Alligator
7
-233
/
+333
2024-07-19
Optimize methods in EditProfileService.
Docile-Alligator
2
-217
/
+195
2024-07-19
Start migrating EditProfileService to JobService.
Docile-Alligator
9
-102
/
+148
2024-07-18
Continue migrating SubmitPostService to JobService. Estimate network bytes.
Docile-Alligator
7
-24
/
+68
2024-07-18
Starting migrating SubmitPostService to JobService.
Docile-Alligator
10
-127
/
+357
2024-07-18
Fix filtered out comments not collapsed when display mode in comment filter i...
Docile-Alligator
2
-2
/
+2
2024-07-18
Add an entry for Display mode in CustomizeCommentFilterActivity.
Docile-Alligator
2
-0
/
+19
2024-07-18
Start implementing display mode for CommentFilter.
Docile-Alligator
5
-13
/
+58
2024-07-17
Apply embedded media type setting to EmotePlugin.
Docile-Alligator
9
-94
/
+110
2024-07-17
Add options to control which kind of media to show in the markdown content.
Docile-Alligator
9
-26
/
+51
2024-07-17
Different save options when saving the online theme.
Docile-Alligator
1
-31
/
+52
2024-07-11
Update online theme information after modifying the theme.
Docile-Alligator
5
-8
/
+77
[next]