Floens
9def461f4a
imagepick: check for callback nullity.
8 years ago
Floens
350ccfbb13
imageviewer: check starting position bounds.
...
use equalUrl for finding the correct image.
8 years ago
Floens
3cc3c6a0bc
Revert "storage: add another directory to the blacklist"
...
This reverts commit f043423d6e
.
8 years ago
Floens
d6ffd593a1
fix vichan thumbnail urls.
8 years ago
Floens
85e15caabd
actually implement the image method.
...
lol
8 years ago
Floens
07f1c99b40
do not show error text and play button at the same time.
8 years ago
Floens
17d3b62665
volley: do not allow empty sizes to the bitmap constructor
...
fixes #357
8 years ago
Floens
d9ee4f5afd
check toolbar collapse state when showing posts
8 years ago
Floens
d122c7a17a
support multiple postimages on a post
...
rewrote some logic to handle multiple images.
the images are placed below each other in the postcell, the cardpost
uses the first image.
added some default methods to sitebase.
8 years ago
Floens
f043423d6e
storage: add another directory to the blacklist
...
until we replace this whole mess
8 years ago
Floens
481e6d9e2a
improve pin clicking animation jumping.
8 years ago
Floens
ae916f1f4e
post: pin thread on post
...
the title is broken because we don't know it before we load the thread.
fix thread finding after creation for vichan.
Closes #336
8 years ago
Floens
2ac934c7f9
rename 8chan to vichan, rework resolvables
...
disallows sites that were already added from being added again.
8 years ago
Georg Eitler
c49d724330
add Neon Theme
8 years ago
Floens
34d964224e
fix post deletion.
...
fixes wrong argument to query.
8 years ago
Floens
70e62788e7
add description to save original filename.
8 years ago
Floens
581f792765
fix reveal image spoilers option
...
also add a description to the setting.
8 years ago
Floens
b6df25fa71
imageviewer: cancel preloading images when exiting the viewer.
8 years ago
Floens
25c1048628
watch: pin threads on top by default.
8 years ago
Floens
1d0619f22d
drawer: remove thread watcher cog
...
it's one click further in the settings, and the cog was confusing.
8 years ago
Floens
4c3fe926c2
threadstatuscell: hide ips if board does not support them, but keep
...
showing the rest.
8 years ago
Floens
aa7fa04ec6
state: do not assume board or site is the same for board and thread
...
loadables.
8 years ago
Floens
e4ee945a46
make filter boards an empty string by default.
...
fixes a crash when the boards were not changed at all when adding
a filter, and as such it was never set to an empty string by the
saveBoardsToFilter method.
8 years ago
Floens
ebdf2406a2
sitessetuppresenter: check for add dialog callback nullity
...
somehow the dialog is first detached from the window, and then
the button click is propagated.
not sure how this can happen, because we have overridden the button
press dismiss behavior.
8 years ago
Floens
d5db02f30f
disable webview debugging by default.
8 years ago
Floens
d117496d56
postadapter: check for loadable null.
8 years ago
Floens
287adb1056
multiimageview: relax the vm policy when sharing uri to file
...
when opening a video externally the file path is exposed. this is
obviously not good, but this is a fix for later. strictmode crashes
the app when this happens, temporary disable it when opening the
intent as a workaround.
8 years ago
Floens
ad2beeb470
fix party site criteria
...
we need to check the site instance, not the id for this check.
8 years ago
Floens
cc184e4e12
multiimageview: fix rare crash on mediaPlayer.getTrackInfo()
...
just android things, random illegalstateexceptions on the videoview,
just catch it and return a default value.
8 years ago
Floens
670d1ffdae
do not animate the controller when restoring state
...
fixes crash related to animations not working without a window
8 years ago
Floens
b560d36409
remove loadable equals test check.
8 years ago
Floens
9ffe4ec060
add captcha v2 nojs
...
add a setting to the site for it.
8 years ago
Floens
b0271587d7
implement saving setting with json for site settings
8 years ago
Floens
2d291bf9f0
board setup: fix checkbox of add dialog
...
no listener was set to the checkbox itself.
8 years ago
Floens
f7a79e0c24
thread status: do not show info if board does not have support.
...
does now show the replies/images/ips if the op doesn't have info
about it. and if it does, only make the text italic if we know what
the limits are.
8 years ago
Floens
7e2f5feba0
sites setup: update description on onShow
8 years ago
Floens
58f47637ba
board setup: changes to how ordering is saved.
...
we now keep the saved boards list in memory and flush all orders when
the controller is closed. also fixes an issue where the order of the
suggestions wasn't the same as it would get added.
8 years ago
Floens
a6d5805683
state: fix restoring when the loadables werent actually deserialized
8 years ago
Floens
125ef9e959
toolbar: do not process scroll when the recyclerview layoutmanager is null
...
fixes a crash I can't reproduce myself, but I have many reports for.
8 years ago
Floens
81e88848d9
build: remove old sourceSets
8 years ago
Floens
65bb7302b1
build: for the git hash length to 8
...
avoids inconsistency between different build systems, and fixes
the hash check.
8 years ago
Floens
e468b9d11d
add git hash to all dev builds
8 years ago
Floens
85d9b72de7
update dev update api endpoint
8 years ago
Floens
6d1ff66c00
add current git hash to the build config
...
add support for hash in the version check
8 years ago
Floens
141c1fe73e
make the catalog post image height a bit higher
8 years ago
Floens
94f3cbee96
do not show crash report setting if not available.
8 years ago
Floens
f022269b6f
add crash reporting
...
reports crashes with acra to an instance of acralyzer.
a new setting controls the usage of it.
required some workarounds for the application class.
include the default proguard file, includes some other proguard rules
acra requires (and is cleaner anyway).
closes #390
8 years ago
Floens
fef2187ee0
add mute icon to the image viewer
...
appears then the webm track has audio and toggles it. keeps its muted
state as long as the image viewer is open.
also use the new api to disable pausing other playbacks when playing
a video.
8 years ago
Floens
4356eafc2f
show toolbar when coming back from the other controller
...
show the toolbar when coming back from the other controller in the
threadslidecontroller. it should show again if the other controller made
it hide if the search or reply is open, or if it was scrolled to the top.
8 years ago
Floens
61b0798027
fix the gruvbox spoiler reveal text color
...
it was the same as the background, so it wasn't visible.
8 years ago