Floens
3c7f68e21d
add option to selection popup to quote
...
open sitesetup in correct split controller
show empty view when the threadlayout wasn't touched yet
8 years ago
Floens
78f37e6b4a
remove deprecated methods, move chanloader to site package
8 years ago
Floens
bfa5fcaca7
make post text selectable
...
we'll see how this goes, haven't found any bugs yet.
8 years ago
Floens
c7087209ef
imageviewer: preload the next image
...
The next image is preloaded by calling the filecache to download the
image beforehand.
Image loading settings are still honored.
Closes #267
8 years ago
Floens
d36f263db2
make the view more post view button scroll to the last viewed post
8 years ago
Floens
7391303d35
add select all to board add layout
...
rename runtask methods
uptimize board order call
8 years ago
Floens
81c8982b6d
Merge branch 'dev' into multisite
...
# Conflicts:
# Clover/app/src/main/java/org/floens/chan/ui/controller/ImageViewerController.java
8 years ago
Floens
81ace5c1fa
fix the sitemanager upgrade call
8 years ago
Floens
9b38f11efe
add hint to add site, rework intro flow.
8 years ago
Floens
a15e70630e
implement site add error messages
...
set applicationcontext to androidutils, not the other way around.
8 years ago
Floens
182da4604c
implement url opening
...
use activity lifecycle callbacks to track foreground state
use labdas for the chansettings
8 years ago
Floens
839ab5d55b
move pass login to the site setup controller
8 years ago
Floens
9137f5f32f
authentication work, 8ch captcha works
8 years ago
Floens
2af30b3be1
fix saved boards observable, save not working.
8 years ago
Floens
6921f31143
make savedreplies site aware
...
fix boardsetuppresenter worksafe ordering
make the sitemanager simpler
some boardmanager refactoring
move responsibility of loading of boards for dynamic sites to sitebase
8 years ago
Floens
759744984e
replace last usages of layout animations
...
fix threadlistlayout recyclerview padding mess
animate search like reply with a translation animation
dont show comment counter when we dont know the board max comment count
remove some todo's
8 years ago
Floens
077d3167a0
add buttons for inserting quotes and spoilers.
...
set the height of the preview based on the expand status.
8 years ago
Floens
1e59ac664f
work on the reply layout
...
replace all layout param animations with better methods
make the expanded more fill the screen height
various refactorings for the thread layouts
8 years ago
Floens
18d06e2f57
update filter handling for multisite
...
still messy, the controller desperately needs a presenter.
8 years ago
Floens
9ef10f129b
use java 8
...
remove old dex options
8 years ago
Floens
5ad19883f3
work on 8ch posting
8 years ago
Floens
10ed72775e
move more handling to the parserhandler, fix 8ch quotes outside thread.
8 years ago
Floens
5fc8c7b0d7
work on 8ch parsing and abstracting the parser
8 years ago
Floens
99ce139bf8
complete board setup controller, delete old board edit controller
...
redo the browse controller middle menu to support multiple sites.
8 years ago
Andy Klimczak
936caba327
Webm Image Search
...
- When image searching using a webm, submit the thumbnail instead
- Image searches don't support webm
Fixes #370
8 years ago
Floens
8a86b2d7c3
new setup flow
...
intro screen, sites setup screen, site setup screen, boards setup screen.
8 years ago
Floens
49f628a4f1
fixup board create calls, cleanup.
8 years ago
Floens
891a18a154
build: use annotationProcessor for the dagger compiler.
8 years ago
Floens
971762b081
Merge branch 'dev' into multisite
8 years ago
Floens
53ab9af20f
build: add javax.annotation to proguard ignore list.
8 years ago
Floens
c61a760ef3
build: update support version
8 years ago
Floens
685f0624eb
Merge branch 'dev' into multisite
...
# Conflicts:
# Clover/app/build.gradle
8 years ago
Floens
1ecf91fef8
build: update tools, fix travis version, compile with 26
8 years ago
Floens
a02c70d656
build: update build tools, support libs version.
8 years ago
Floens
8549c6898c
controller: call perform after setCallback.
...
Performing the animation is immediate if animations are disabled, therefore
the callback will never be called, and thus blocking the ui forever.
Closes #360
8 years ago
Florens
acc614122b
readme: remove build status badge
...
travis can't handle an android project this "big" so just stop using it for now and look for alternatives.
it's not that we have tests or codestyles to check...
8 years ago
Florens
23d265ae59
Update README.md
8 years ago
Florens
2f4cb7999e
readme: licenses url fix
8 years ago
Andy Klimczak
8f2275b596
Simplify regex for removing post no when quoting with text
8 years ago
Florens
49f087636f
Update README.md
8 years ago
Andy Klimczak
785b18cb41
Do not include >>post no from quoted posts, when quoting with text
8 years ago
Floens
ede3e69f5c
Work on abstracting the html parser.
8 years ago
Floens
08df656d05
Hardcode another site, board adding and removing from the new editor.
8 years ago
Floens
345c22de7f
More site model infrastructure
...
Added json models.
Seperated normal models, orm models and json models packages.
8 years ago
Floens
e7f0038bbd
Work on site and new board setup screens.
...
Move to dagger 1
8 years ago
Floens
2f31d19279
Work on making all components work without a complete board list.
...
We want to support sites which have no boards.json like endpoint or have
support for infine boards, so we want to work without boards being
available.
Don't crash when no board is loaded.
Partial workaround for filters, will get to that later.
8 years ago
Floens
29450067b8
Correct database changes documentation.
8 years ago
Floens
6db1b0538c
Disable the board input edittext in the drawer for now.
8 years ago
Floens
36cd46cfc3
New/old captcha quickfix
8 years ago
Floens
f337483a02
Merge branch 'dev' into multisite
...
# Conflicts:
# Clover/app/build.gradle
# Clover/app/src/main/java/org/floens/chan/chan/ChanParser.java
# Clover/app/src/main/java/org/floens/chan/chan/ChanUrls.java
# Clover/app/src/main/java/org/floens/chan/core/model/Post.java
# Clover/app/src/main/java/org/floens/chan/core/presenter/ReplyPresenter.java
# Clover/app/src/main/java/org/floens/chan/core/saver/ImageSaveTask.java
# Clover/app/src/main/java/org/floens/chan/core/settings/ChanSettings.java
# Clover/app/src/main/java/org/floens/chan/test/TestActivity.java
# Clover/app/src/main/java/org/floens/chan/ui/cell/PostCell.java
# Clover/app/src/main/java/org/floens/chan/ui/layout/ThreadListLayout.java
# Clover/build.gradle
8 years ago