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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-09-19
Remove unnecessary properties in some layouts.
Docile-Alligator
2
-4
/
+1
2024-09-19
Reverse the order of items in MarkdownBottomBarRecyclerViewAdapter.
Docile-Alligator
13
-22
/
+30
2024-09-19
Sending comments with a Giphy gif is available.
Docile-Alligator
13
-46
/
+247
2024-09-18
Add an option to download all media in an imgur album in ViewImgurMediaActivity.
Docile-Alligator
6
-20
/
+117
2024-09-18
Use the better constructJobInfo() in DownloadMediaService when downloading me...
Docile-Alligator
2
-16
/
+4
2024-09-18
Add an option to download all media in a gallery in ViewRedditGalleryActivity.
Docile-Alligator
8
-18
/
+40
2024-09-18
Fix notification content when downloading all media in a gallery.
Docile-Alligator
2
-73
/
+129
2024-09-17
Add an option to download the entire gallery in PostOptionsBottomSheetFragment.
Docile-Alligator
4
-173
/
+303
2024-09-17
Download the gallery image that's been swiped to in PostOptionsBottomSheetFra...
Docile-Alligator
2
-1
/
+16
2024-09-17
Show a toast when downloading media in PostOptionsBottomSheetFragment.
Docile-Alligator
1
-0
/
+2
2024-09-17
Add an option to download media in PostOptionsBottomSheetFragment.
Docile-Alligator
11
-43
/
+293
2024-09-17
Use VideoLinkFetcher to load the video link in posts.
Docile-Alligator
16
-276
/
+421
2024-09-15
Rearrange files and packages.
Docile-Alligator
163
-289
/
+262
2024-09-13
Enabling or disabling reply notifications in CommentMoreBottomSheetFragment.
Docile-Alligator
14
-3
/
+190
2024-09-11
Continue implementing PostOptionsBottomSheetFragment.
Docile-Alligator
2
-2
/
+105
2024-09-11
Start implementing PostOptionsBottomSheetFragment. Rename some drawables.
Docile-Alligator
290
-553
/
+756
2024-09-10
New UI design in CreateMultiRedditActivity.
Docile-Alligator
3
-50
/
+138
2024-09-10
New UI design in ViewUserDetailActivity.
Docile-Alligator
27
-184
/
+218
2024-09-10
Enable swipe action for card layout 3.
Docile-Alligator
2
-2
/
+4
2024-09-10
New UI design in ViewSubredditDetailActivity.
Docile-Alligator
4
-271
/
+304
2024-09-09
Remove MultiredditSelectionActivity.
Docile-Alligator
4
-256
/
+0
2024-09-09
Use SubscribedThingListingActivity to select a multireddit.
Docile-Alligator
7
-84
/
+114
2024-09-08
Fix explanation in CustomizePostFilterActivity.
Docile-Alligator
3
-3
/
+3
2024-09-08
Reset FAB position option in ViewPostDetailActivity.
Docile-Alligator
4
-5
/
+47
2024-09-08
Refine ViewPrivateMessagesActivity UI.
Docile-Alligator
4
-10
/
+7
2024-09-08
Refine ViewPrivateMessagesActivity UI.
Docile-Alligator
2
-15
/
+12
2024-09-08
Continue adding contentDescription for image views.
Docile-Alligator
24
-36
/
+279
2024-09-05
Continue adding contentDescription for image views.
Docile-Alligator
9
-11
/
+58
2024-09-05
Start adding contentDescription for image views.
Docile-Alligator
19
-12
/
+60
2024-09-04
Show a divider in SearchActivity.
Docile-Alligator
2
-2
/
+12
2024-09-04
Fix app crashes when loading multireddit posts. Rename some variables in Mult...
Docile-Alligator
3
-13
/
+9
2024-09-04
Show correct title in SubscribedThingListingActivity. Remove SubredditSelecti...
Docile-Alligator
5
-334
/
+8
2024-09-04
Use SubscribedThingListingActivity to select subreddits.
Docile-Alligator
10
-21
/
+87
2024-09-04
Preparing to use SubscribedThingListingActivity to select subreddits or users.
Docile-Alligator
1
-26
/
+106
2024-09-04
Fix profile image not showing in SubscribedThingListingActivity.
Docile-Alligator
1
-0
/
+2
2024-08-25
Fix submitting posts and downloading media not working on Android >= 14 with ...
Docile-Alligator
4
-10
/
+4
2024-08-25
Fix notification not dismissed after submitting a post on Android < 14.
Docile-Alligator
1
-32
/
+46
2024-08-22
Use keys in SelectThingReturnKey to pass return intent data for users and mul...
Docile-Alligator
4
-19
/
+13
2024-08-22
Use keys in SelectThingReturnKey to pass return intent data.
Docile-Alligator
10
-48
/
+40
2024-08-22
Fix "You're trying to build a job with no constraints, this is not allowed." ...
Docile-Alligator
4
-0
/
+4
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
13
-102
/
+205
[next]