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
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
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
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
Braeden Smith
86765e98be
Added optional dual/multi window for Samsung and LG devices
...
Not tested, but it should work.
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.
10 years ago
Andy Klimczak
71d9b1d3e3
Add advanced option to reveal spoiler text
...
Gives the spoiler text the appearance that is has already been clicked
10 years ago
Andy Klimczak
ffc7b4d5f5
Add Reveal Image Spoiler advanced option
10 years ago
Andy Klimczak
e617bef8a5
Update gradle to 2.1.0
10 years ago
Floens
02a2bc93eb
Sync the "n new posts" snackbar with the db
10 years ago
Floens
482ddae618
Adjust ThreadSlidingPaneLayout minimal width for a bigger tab
10 years ago
Floens
ef9b1c3392
Add the sliding pane layout as a new layout option
...
Closes #147
10 years ago
Floens
f9fe6026d1
Show status text for the boards and themes setting
10 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.
10 years ago
Floens
7014fc6a8b
Add OptionsSetting that wraps an enum
10 years ago
Floens
74f1bf3186
Inline the report screen, set cookies when pass is enabled
...
Closes #185
10 years ago
Floens
257bf13480
Optimize parsing with multithreading
...
Various other optimizations
10 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
10 years ago
Floens
8092386c24
Allow setting multiple types on filters
...
Closes #154
10 years ago
Floens
9b9ce6575f
Move filter db into its own manager, refactor filterengine for a bit
10 years ago
Floens
3b380adcd0
Fix crash with quoted filter patterns
...
Remove the quotes from the text not the regex.
Closes #181
10 years ago
Floens
26f8250c0b
Remove postlinkable callback trickery and handle it in the movementmethod
...
Should've done this from the start...
10 years ago
Floens
f97faa136f
Add ability to clear saved replies/reply history
...
Manual merge of #177
10 years ago
Floens
4a3b9058b8
Put savedreply handling it its own class
10 years ago
Floens
8695552b8d
Auto add all boards again & refactor boardmanager
10 years ago
Floens
773927664c
Format the full date to local time
10 years ago
Floens
59f23b2d8c
Add play icon to webm thumbnails
10 years ago
Floens
674a1804e6
Add bookmark clearing
10 years ago
Floens
28a2f5cb4c
Add subtitle and download album option to the album view
10 years ago
Floens
4253dcc7bd
Tweak catalog mode margin
10 years ago
Floens
8679d0f222
Add album view
...
Closes #145z
10 years ago
Floens
8e58b92592
Reduce catalog mode margin between the cards
...
Add option to override how many columns the catalog mode should have.
10 years ago
Floens
9db1044fbd
Store all thread loadables in the db, keep them in sync everywhere
10 years ago
Floens
98333e2588
Always bind PinWatchers if the setting is enabled.
10 years ago
Floens
ce01ce2e49
Fix cell heights
10 years ago
Floens
0d3bb4c98d
Always show search icon in the board view
10 years ago
Floens
134d745bc5
Refactor WatchManager
...
Use structured interval types: a handler for foreground update intervals and the alarmmanager for background update intervals.
Fix issue where the backoff would not work on pin watching.
Start of making all database calls optionally async and in a transaction.
Acquire a short wakelock while loading threads in the background.
Update the notifier with peeking and remove ticker and count support.
Shorten quotes and subject.
10 years ago
Andy Klimczak
8a7b9f7073
Fix 'could not find dependency gradle:2.1.0-alpha5' by switching
...
repository from mavenCentral -> jcenter
10 years ago
Floens
3dad4f825d
Fix toast not showing when the image to download was already downloaded
10 years ago
Floens
1131da4a2d
Auto pause pins when they get archived
10 years ago
Floens
d48373eabe
Update travis config
10 years ago
Floens
5e84e53b79
Call the callback for the ImageSaveTask on the ui thread after onSuccess or onFail is called.
...
Properly delete the destination when saving fails
Maybe this fixes issue #151
10 years ago
Floens
5ae20bfbe6
Fix ban text not displaying properly
...
Fixes #165
10 years ago
Floens
e9f812ee58
Add chrome custom tab support
...
Drop api 14 support, minimum is now 15 (still Android 4.0, required by the custom tab lib)
Update dependencies
10 years ago
Floens
a8fa5fd869
Update watch background timeout description
10 years ago
Andy Klimczak
c6e28c6596
Advanced option to show Anonymous username
...
Shows the Anonymous username in post cell when that post is created by
anonymous user.
Can be toggled in the advanced options under 'Show Anonymous username'.
Defaults to off.
10 years ago
Floens
15fc60fe28
Update to v2.1.3
...
Add flavors for normal and play, which have the applicationIds of .chan and .clover
10 years ago