Floens
550abaeec1
Force the new captcha when making threads.
...
Closes #291
9 years ago
Floens
ccb343c4dd
Less partying.
...
Closes #233
9 years ago
Floens
28edc2d0ba
Delete TestActivity, TestOptions.
9 years ago
Floens
0ee851f30e
Navigate to public storage root if the Clover folder doesn't exist yet.
...
Avoids a crash with StorageHelper.canNavigate because we indeed can't navigate to a nonexistant folder.
Move the FileItem and FileItems classes to FileWatcher as inner classes, they're not general models.
Closes #239
9 years ago
Floens
8e11f039a9
Fix issue where the notification stays up for the album downloader.
...
postFinished wasn't called if the destination already existed.
Changed IOUtils.copy to IOUtils.copyFile.
Closes #250
9 years ago
Floens
f0c38ff433
Update support libraries.
9 years ago
Floens
5fbce3e31d
Add update checker and installer.
...
The update checker loads a json file from the github site and checks if there are newer versions available.
If there are, allow the user to download and install the update with just a few clicks.
9 years ago
Floens
4b63aacf98
Reorganize docs folder
9 years ago
Floens
9dbb8e13be
Update build tools to 25.0.1
9 years ago
Andy Klimczak
a79705b7b2
Gradle 2.2.3 -> 2.3.0 ( #292 )
...
* Gradle 2.2.3 -> 2.3.0
* sdk version 24 -> 25
9 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.
10 years ago
iamzim101
a250594acd
Setting to save images into a folder named the current board ( #211 )
10 years ago
Floens
18e0f54fba
Use jdk8 for travis
10 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
10 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
10 years ago