Floens
4b63aacf98
Reorganize docs folder
8 years ago
Floens
9dbb8e13be
Update build tools to 25.0.1
8 years ago
Andy Klimczak
a79705b7b2
Gradle 2.2.3 -> 2.3.0 ( #292 )
...
* Gradle 2.2.3 -> 2.3.0
* sdk version 24 -> 25
8 years ago
Andy Klimczak
ac929debef
Fix issue #276 ( #287 )
...
Fix 24 hour time format to use 0-23 hour (HH) instead of 1-24 hour (kk)
9 years ago
Floens
7dc977eedf
Add icons dynamically to a post
...
Add support for since4pass icons. An option for this will come later when we have per-site options figured out.
9 years ago
Floens
9f462aa416
Add generic login/out support.
...
Use getters and setters for the mutable fields of Post.
Use HttpUrl for all endpoints.
9 years ago
Floens
f8c182bba5
Make http calls abstract, call through Site
9 years ago
Andy Klimczak
dd836f7646
Version name ( #275 )
...
Add HEAD commit hash to debug version name suffix
9 years ago
Floens
aa4f96cacf
Make Post fields final, use a builder object.
...
Refactoring around Site and ChanLoaders.
Inject FilterEngine.
9 years ago
Floens
6a6055ea98
Complete DI
...
Don't reload history in onShow, fix possible crash for ImagePickDelegate.
9 years ago
Floens
33c5cc720e
Work on DI
9 years ago
Andy Klimczak
a013a30d13
Truncate long posts ( #271 )
...
Factor the truncate long posts into it's own method.
Add an ellipsis to end of long post text to let the user know there is
more to the post
9 years ago
Andy Klimczak
91026d76c8
chore(gradle): 2.2.0 -> 2.2.3 ( #270 )
9 years ago
Eric Rösch
84ca2c3afb
Added Yandex to ImageSearch.java
9 years ago
Eric Rösch
53d248b0b0
Added WAIT (What Anime Is This) to ImageSearch.java
9 years ago
Floens
3a652cf51e
Begin of multisite support
...
A lot of random stuff, but mostly support for having Site and Board /objects/ on the database models.
Start of interface for a wide range of sites.
9 years ago
Floens
a613a0dec4
Update build tools to 2.2.0
9 years ago
Floens
2dfcf23b22
Delete apk's from the repo, use github releases.
...
It was a hasty decision to add all releases to the repo, it adds to the clone size and is just needed with github releases.
I won't do a rewrite because thay would break the countless forks clover had, it'll only be useful for clones with a low depth.
9 years ago
Floens
4023895d06
Release v2.2.0
9 years ago
Floens
1ec82489ee
Update travis build tools
9 years ago
Floens
6f634f2f2a
Fix boards.json parsing.
...
the "_intra" fields aren't available anymore, and the finish() methods trips over them when not available.
Completely remove the finish check.
Closes #234
9 years ago
Floens
a10496af5d
Update build tools, support dependencies.
9 years ago
Floens
4f7f06a719
Optimize scrollToImage position search.
9 years ago
Floens
13ade25121
Set the default layout mode to sliding mode for phones.
9 years ago
Floens
9892fd8f58
Change pin remove behaviour
9 years ago
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