Andy Klimczak
9e7fca4565
Change issue template ( #228 )
9 years ago
Floens
d50508268e
Fix onListScrolledToBottom not working when items were removed.
...
Not sure why I had getUnfilteredDisplaySize and why it was only used for scrolled to bottom.
9 years ago
Floens
ead60493a6
Fix crash when the custom tab can't open the link.
9 years ago
Floens
85a8446fb6
Make quote (exact sentence) matching case insensitive
9 years ago
Floens
d2e2b23ca7
Move spoiler disabling check to post.finish()
9 years ago
Floens
5f0e99e55a
Update gradle, build-tools, dependencies
9 years ago
Floens
f836de5277
Merge branch 'dev' of github.com:Floens/Clover into dev
9 years ago
Andy Klimczak
f1e3bda151
Text only mode ( #219 )
9 years ago
Floens
b89acc67dc
Add missing license headers
9 years ago
Floens
7f6c405b8f
Completely reset the watch timeout to 0 when loading from the bg.
...
Avoids the timeout being way too high when returning to the app.
9 years ago
Floens
6c7baf9b40
Fix "open in browser" links opening a new Clover instance.
9 years ago
Floens
544bb768f1
Add more info to the show post info action.
9 years ago
Floens
b9bc730e4f
Only pause pins on 404 network errors, not all errors.
...
Fix issue with the ThreadStatusCell not updating correctly on error status changes.
Fix crash on clicking up/down when no thread is loaded.
Abstract the volley error to abstract the message needed and if it's a 404.
9 years ago
Floens
1510b12766
Fixup previous PR
...
Don't save in the subfolder by default.
Set the sub folder on the image task, and give the task to getSaveLocation
so that it can find out if it should return a sub folder or not.
Move setting to main settings screen.
9 years ago
iamzim101
a250594acd
Setting to save images into a folder named the current board ( #211 )
9 years ago
Floens
18e0f54fba
Use jdk8 for travis
9 years ago
Floens
3b7ee86592
Set target version to API 24
...
Update build tools to 24.0.0
Update support libraries to 24.0.0
Update jsoup
Update to okhttp3, some changes required, no functionality changed.
Suppress useless lint error in Theme.resolveSpanColors
9 years ago
Floens
6c4137ab69
Fix graphical issues with the ThumbDrawable
...
It drew a dot at the left top and the lines weren't equally wide
9 years ago
Floens
b2f525ffd0
Add a better save location picker
...
Taken from another project, might as well use it here.
This layout did allow switching between storage devices, but I found out
how the storage framework works now, and it's too much work to get it
to work right now, so the selection of storage is hidden. Reading works
fine but writing requires a lot more code. Might pick it up later if
there's a good library that does it for us. All the current code uses
the normal File api so that has to be rewritten afaik.
Closes #202
9 years ago
Florens
796ad088bf
Merge pull request #209 from andyklimczak/remove-gplay-link
...
Remove google play link
9 years ago
Andy Klimczak
3701a2b137
Remove google play link
...
Based on your last updates, it seems like google play is completely out
of the question now.
9 years ago
Floens
6d784db752
Up the max renamer tries in imagesaver
...
Closes #188
9 years ago
Florens
79942fdf1b
Merge pull request #208 from andyklimczak/replies-to-set
...
Change the repliesTo for post from list -> set.
9 years ago
Floens
0b4432b604
Make gifs zoomable, closes #206
...
It abstracts adding the ssiv with tiling and mode parameters.
Also set some unnecessary public methods to private.
9 years ago
Florens
00cba6e49b
Merge pull request #205 from andyklimczak/captcha-keyboard-inputType
...
Change the captcha keyboard to textVisiblePassword
9 years ago
Andy Klimczak
c49ddde4c9
Change the repliesTo for post from list -> set.
...
This removes the bug when a post seems to have more replies than it
should due to people quoting the post number more than once in their
post.
This also fixes the bug where the post1 that quotes post2 multiple
times, post1 shows up in the list of replies for post2 multiple times.
9 years ago
Andy Klimczak
6264c94353
Change the captcha keyboard to textVisiblePassword
...
This is an advantage, because it replaces the autocorrect area with
numbers (which is useful for number only captchas)
Shamelessly stealing idea from thread
9 years ago
Florens
896c502df6
Merge pull request #203 from braeden123/patch-1
...
Added optional dual/multi window for Samsung and LG devices
9 years ago
Braeden Smith
86765e98be
Added optional dual/multi window for Samsung and LG devices
...
Not tested, but it should work.
9 years ago
Florens
cfb5828fee
Merge pull request #199 from andyklimczak/captcha-autocorrect
...
Disable autocorrect for legacy captcha input field
9 years ago
Florens
81a823c00c
Merge pull request #198 from andyklimczak/reveal-image-spoiler-refactor
...
Reveal image spoiler refactor
9 years ago
Andy Klimczak
735c2a78ed
Disabled autocorrect for captcha input field
9 years ago
Andy Klimczak
77daefae60
Reveal image spoiler setting is checked at the parse level
...
The check is only made once, then the value is propagated down.
Reduces amount of code, simplifies booleans.
9 years ago
Andy Klimczak
71d9b1d3e3
Add advanced option to reveal spoiler text
...
Gives the spoiler text the appearance that is has already been clicked
9 years ago
Florens
f0978babce
Merge pull request #193 from andyklimczak/unspoil-thumbnails
...
Add Reveal Image Spoilers in advanced options
9 years ago
Andy Klimczak
ffc7b4d5f5
Add Reveal Image Spoiler advanced option
9 years ago
Florens
c55116153d
Merge pull request #192 from andyklimczak/gradle-2.1.0
...
Update gradle to 2.1.0
9 years ago
Andy Klimczak
e617bef8a5
Update gradle to 2.1.0
9 years ago
Floens
02a2bc93eb
Sync the "n new posts" snackbar with the db
9 years ago
Floens
482ddae618
Adjust ThreadSlidingPaneLayout minimal width for a bigger tab
9 years ago
Floens
656689326d
Add issue template
9 years ago
Floens
ef9b1c3392
Add the sliding pane layout as a new layout option
...
Closes #147
9 years ago
Floens
f9fe6026d1
Show status text for the boards and themes setting
9 years ago
Floens
4e1d61fbf4
Make the layout modes options
...
Split layout on phones is for the power user, made some small fixes to make it "usable" on phones.
9 years ago
Floens
7014fc6a8b
Add OptionsSetting that wraps an enum
9 years ago
Floens
74f1bf3186
Inline the report screen, set cookies when pass is enabled
...
Closes #185
9 years ago
Floens
b49a75593e
Merge pull request #184 from andyklimczak/trimming-long-posts
...
Trim long posts
9 years ago
Floens
257bf13480
Optimize parsing with multithreading
...
Various other optimizations
9 years ago
Andy Klimczak
6918167206
Split long OP posts between words instead of in middle of a word
...
Will fallback to old method if the post is a single long string/spam
9 years ago
Floens
4fb752f297
Update README.md
9 years ago