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
/
ml
/
docilealligator
/
infinityforreddit
/
fragments
/
SidebarFragment.java
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Some changes related to SectionsPagerAdapter.
Docile-Alligator
2024-08-18
1
-1
/
+1
*
Apply embedded media type setting to EmotePlugin.
Docile-Alligator
2024-07-17
1
-10
/
+11
*
Add options to control which kind of media to show in the markdown content.
Docile-Alligator
2024-07-17
1
-1
/
+1
*
Use ViewModel instead of AndroidViewModel. Update some dependencies.
Docile-Alligator
2024-07-02
1
-1
/
+1
*
Fix NullPointerException in ParseSubredditData.
Docile-Alligator
2024-06-02
1
-13
/
+16
*
Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/1625
Docile-Alligator
2024-05-23
1
-1
/
+1
*
Remove Butter Knife. Optimize imports.
Docile-Alligator
2024-05-07
1
-4
/
+1
*
Migrate to ViewBinding in some fragments.
Docile-Alligator
2024-04-30
1
-20
/
+17
*
Fix spoiler cannot be shown in FullMarkdownActivity.
Docile-Alligator
2024-03-19
1
-1
/
+1
*
Move accessToken and accountName to BaseActivity.
Docile-Alligator
2024-01-28
1
-7
/
+1
*
Version 6.7.1. Fix FetchSubredditData.fetchSubredditData not working in anony...
Docile-Alligator
2024-01-24
1
-1
/
+5
*
Fix anonymous mode not loading anything.
Docile-Alligator
2024-01-23
1
-1
/
+4
*
Continue changing anonymous mode.
Docile-Alligator
2024-01-08
1
-3
/
+0
*
Fix accountName is null in some places.
Docile-Alligator
2024-01-03
1
-1
/
+1
*
Fix OnClickListener's onlick being called even if it's null. Fix the double h...
Docile-Alligator
2023-12-09
1
-3
/
+3
*
Emotes are now clickable. Fix IndexOutOfBoundsException in Utils.parseRedditI...
Docile-Alligator
2023-11-28
1
-3
/
+12
*
Hide images and gifs in ImageAndGifEntry and EmotePlugin if corresponding dat...
Docile-Alligator
2023-11-28
1
-6
/
+42
*
Hide images and gifs in ImageAndGifEntry and EmotePlugin if corresponding dat...
Docile-Alligator
2023-11-27
1
-3
/
+4
*
Implement ImageAndGifEntry.OnItemClickListener in other places.
Docile-Alligator
2023-11-26
1
-9
/
+23
*
Start implementing showing emotes in comments.
Docile-Alligator
2023-11-24
1
-1
/
+4
*
Start implementing showing gifs and images in comments.
Docile-Alligator
2023-11-22
1
-2
/
+2
*
Continue implementing showing images from preview.redd.it in posts.
Docile-Alligator
2023-11-20
1
-2
/
+1
*
Fix MediaMetadata's fileName is always null.
Docile-Alligator
2023-11-20
1
-1
/
+2
*
Click to open reddit preview images in posts. Fix IllegalArgumentException in...
Docile-Alligator
2023-11-20
1
-1
/
+9
*
Continue implementing showing images from preview.redd.it in posts.
Docile-Alligator
2023-11-17
1
-1
/
+3
*
Start showing images from preview.redd.it in posts.
Docile-Alligator
2023-11-17
1
-1
/
+3
*
Ignore NotifyDataSetChanged lint warnings for Markwon adapters (#1228)
Sergei Kozelko
2023-01-21
1
-0
/
+1
*
Superscript parser overhaul (#1162)
scria1000
2022-11-03
1
-6
/
+0
*
Refactor and de-duplicate markdown code (#1086)
Sergei Kozelko
2022-10-08
1
-78
/
+47
*
Do not load subreddit data in SidebarFragment. Save subreddit data to the dat...
Docile-Alligator
2022-04-01
1
-4
/
+3
*
Continue adding support for custom font.
Alex Ning
2022-01-13
1
-3
/
+6
*
Retrieve subreddit data for subscribed private subs (#586)
scria1000
2021-12-13
1
-7
/
+13
*
Undo superscript parser changes for now (#577)
scria1000
2021-12-12
1
-3
/
+9
*
Make Superscript parsing proper
scria1000
2021-12-09
1
-9
/
+5
*
Don't pass reduntant View arguments to linkify
scria1000
2021-11-28
1
-1
/
+1
*
Refactor spoiler parsing into its own class
scria1000
2021-11-16
1
-1
/
+1
*
Revert changes made in refactor
scria1000
2021-11-14
1
-1
/
+1
*
Refactor
scria1000
2021-11-14
1
-1
/
+1
*
Disable BangInlineProcessor
scria1000
2021-11-13
1
-0
/
+2
*
Try to handle unescaped space inside link blocks
scria1000
2021-11-12
1
-2
/
+7
*
Add custom superscript processor
scria1000
2021-11-11
1
-0
/
+9
*
More fixes related to markdown rendering
scria1000
2021-11-11
1
-2
/
+5
*
Fix clicking tab text does not change page in ViewUserDetailActivity, ViewSub...
Alex Ning
2021-11-07
1
-1
/
+1
*
Try to fix java.lang.IndexOutOfBoundsException in com.google.android.material...
Alex Ning
2021-08-24
1
-3
/
+3
*
Copy markdown in sidebar.
Alex Ning
2021-08-03
1
-2
/
+15
*
Show subreddit description in markdown.
Alex Ning
2021-08-03
1
-1
/
+1
*
Try to fix superscript.
Alex Ning
2021-02-24
1
-8
/
+2
*
Merge new features from 4.2.3 to 4.2.5.
Alex Ning
2021-02-12
1
-1
/
+1
|
\
|
*
Prepare to add quarantined subreddit support.
Alex Ning
2021-02-02
1
-1
/
+1
*
|
Rewrite all the AsyncTasks in the asynctasks package using Executor and Handler.
Alex Ning
2021-01-24
1
-2
/
+8
|
/
[next]