Floens
606f087f14
Fix navigationItem.setTitle not working
...
The toolbar property was incorrectly set
10 years ago
Floens
442241afa5
Fix a rounding issue that caused text to overflow on 4.3 & 4.4
...
Also reduce the size of the cache by 4, I believe there were memory problems
10 years ago
Floens
ea19554f50
Upload some releases
...
I don't want to tag beta releases because then f-droid would publish them, and I can only upload apk's on github outside of the repo in the releases section, which requires tagging.
I also want the website to point to these files, not the releases section.
10 years ago
Floens
7e299ddc8d
Release v2.1.0 beta
10 years ago
Floens
a093188276
Use the right controller when pushing links on split layouts
10 years ago
Floens
ed97dc121f
Cap toolbar transitionProgress to 0-1
10 years ago
Floens
7b5118c4a1
Open /catalog links
10 years ago
Floens
b1b442cdfa
Fix catalog layout having too much padding between the cards on <5
10 years ago
Floens
876b67d146
Add shortcut for filtering tripcodes
10 years ago
Floens
4ddba4aa4c
Fix navigationcontroller attaching the view even when not pushing
10 years ago
Floens
b2176d537b
Improve image viewer out animation for webms
...
Set the mode to lowres so that the VideoView immediately gets removed, instead of and the end of the transition.
10 years ago
Floens
89e7b57ea6
Always load an image if it's already cached
10 years ago
Floens
22ace00b21
Shuffle the initial boards, add unknown boards to the bottom
...
Broaden initial boards
Closes #124
10 years ago
Floens
f86a4a2e0a
Don't show the filename on posts when it's a spoilered image
10 years ago
Floens
2845e81df2
Disable debug messages
10 years ago
Floens
beaf727f61
Restart when toolbar hide setting is changed
10 years ago
Floens
d764e1300c
Proguard: keep SourceFile and LineNumber for crash reports
10 years ago
Floens
ff04e2d942
Clean up controller swiping related stuff
10 years ago
Floens
ea63fd16c8
Update proguard file
...
The build was giving an error so I redid the proguard file. This is the default optimized one with some additions for the used libraries.
10 years ago
Floens
1a19303418
Use a TextView for the PostCell comment again
...
Maintaining FastTextView because too much of a mess to maintain
because the post comment uses spannables extensively and the caching
became too difficult.
It is still used for the "n replies" and the date, these have simple requirements.
10 years ago
Floens
430c0963bd
Keep controllers attached but hide them, instead of removing the view
...
Previously when a controller because hidden, it was removed from the view hierachy, and reattached when shown again.
Now the views are only detached from the view hierachy when the whole controller gets destroyed, and the view visibility is changed on onHide and onShow.
This was done for performance reasons. Reattaching a controller takes too much time and is noticable when trying to swipe a controller away.
10 years ago
Floens
cd1a9991bb
Remove debug line
10 years ago
Floens
46ca5e68da
Show an exclamation mark on the notification icon
10 years ago
Floens
d77d3d6ea6
Highlight the selected thread in the split layout
10 years ago
Floens
c67998cfba
Add option to never hide the toolbar
10 years ago
Floens
9b8ae6fdf2
Allow string resources in all the setting view contructors
...
Convert every Controller.string call to AndroidUtils.getString
10 years ago
Floens
ee98b5c3cf
Android 6: Ask for storage permission when saving images
...
Fix success toast always showing, even when the task was not successful
10 years ago
Floens
a18b41e572
View images that are in the post replies not the underlaying list
...
Scrolling also works
10 years ago
Floens
86897ca886
Fix Toolbar.finishTransition(false) setting the arrowMenu to the wrong navigationitem
10 years ago
Floens
90e8c7f3e6
Check if the board in a postlinkable thread exists
10 years ago
Floens
d14af8c5ef
Close the resplies popup when quoting
10 years ago
Floens
a1bcea69f1
Pressing done in the legacy captcha input field submits
10 years ago
Floens
444277ddbd
Made all controllers swipeable
...
Controllers now have addChildController and removeChildController methods that manage adding and removing child controllers to the controller. This way the methods like onBack are propagated correctly.
Reworked the toolbar setNavigation methods to allow the animation fraction to be set manually and to make it possible to cancel a transition.
10 years ago
Floens
81adc3cb0d
Don't exit the image viewer when the controller is clicked
10 years ago
Floens
7abb9a17f5
Fix confusing tap behaviour on webms
...
The viewer now never closes when you tap on a playing video
10 years ago
Floens
b13f486eee
Fix the FAB not appearing when the snackbar "View" button is clicked
10 years ago
Floens
26e741fb68
Update used licenses
10 years ago
Floens
b332389cb4
Made the post number clickable again
...
Some fixes for cached span clicks
10 years ago
Floens
0412b181f6
Improve FastTextView and use it for PostCells
...
The icons in PostCell is now its own view instead of a spanned string.
Optimized ThreadStatusCell updating
Add String.format style logging
10 years ago
Floens
a5e96882cd
Add headers
10 years ago
Floens
bfcf2e9023
Use gradle 2.8
10 years ago
Floens
ee7dffae7d
Fix the legacy recaptcha, use it as default.
10 years ago
Floens
20c9623851
Update dependencies
10 years ago
Floens
fd1fc9e36a
Update travis config to the correct build tools and platform version
10 years ago
Floens
ecba418ca8
Fix crash when trying to save the scroll state with no posts visible
10 years ago
Floens
67f725f140
Fix the search view not being focused after opening it
...
Accidentally called setNavigationItem twice, what resulted in a second searchlayout replacing the original one immediately after the animation.
10 years ago
Floens
0991bff02b
Fix incorrect restoring of the scroll position
10 years ago
Floens
edd60126e6
Make sure all loadables reference the same instance
...
This is to keep the listViewIndex, listViewTop and lastViewed the same
Shit solution but it works
10 years ago
Floens
3ac7a1a348
Update to Android 6.0.
...
Replace my homemade swipe-to-dismiss and drag implementation SwipeListener with the RecyclerView native ItemTouchHelper.
Also add an undo snackbar when removing boards.
10 years ago
Floens
48d8f94e94
Revert "Some work on a better reply open animation"
...
This reverts commit 2bd2de93a9
.
10 years ago