Florens
6cc65c5658
Update urls
6 years ago
Floens
2d462a5c31
sentry: add release and environment to config
6 years ago
Floens
9ad896ecd7
ui refresher
...
replace "No." with "#".
show gray background for postthumbnails, to indicate that it's still
loading (like a placeholder).
round thumbnails more in thread and album view.
animate the rounding from/to the image viewer.
when browsing threads and clicking a thimbnail, hide the image for the
transitions, so it looks like the thumbnail itself is moved, instead of
a "copy".
use theme background for post replies popup.
6 years ago
Florens
3feb3d2c30
Merge pull request #729 from Floens/feature/sentry
...
error reporting: replace acra with sentry
6 years ago
Floens
99aea43832
error reporting: replace acra with sentry
...
the acra backend (acralyzer) has not been working for a while, and the
project has no maintainer.
6 years ago
Floens
591b1fa65f
save notification: use channels
...
the target api requires channels, set them on the builder.
6 years ago
Floens
c03ab33ab2
Revert "build: increase gradle max mem size."
...
This reverts commit c5af3fd361
.
6 years ago
Floens
c5af3fd361
build: increase gradle max mem size.
6 years ago
Floens
d2c3a93008
post cell: ignore NotSibling error.
...
not relevant to us, because we programmatically insert that view.
caused the prod build to error out.
6 years ago
Florens
9efd5d6803
Merge pull request #725 from Floens/feature/api28
...
Feature/api28
6 years ago
Floens
ea0c272382
build: update .travis.yml
6 years ago
Floens
787ef0d27c
watcher: avoid notification pending intent collapsing
...
caused to only open one thread clicking any notification.
now it creates unique pending intents by using new request codes.
6 years ago
Floens
52aa24e9e8
build: update gradle to 3.4.2
6 years ago
Floens
316dafb0ba
watcher: enable clicking notification to go to thread
6 years ago
Floens
0a8cc47512
watcher: delete WatchNotifier service.
...
It is replaced by ThreadWatchNotificatons.
The usage of a foreground service was already deprecated by using
AlarmManager for background updates.
6 years ago
Floens
8e08f0fa56
watcher: remove old settings for watch settings controller.
...
implement notifications for <Oreo.
6 years ago
Floens
327489f844
watcher: use MessagingStyle for notifications.
...
Use notification channels.
Stop using a foreground service.
6 years ago
Floens
8dac5e7b4c
build/net: use upstream Volley
...
Removes all custom volley code we had with a dependency on the official
volley dependency.
This fixes any build issues with the old apache http library, since that
library doesn't exist on new platforms anymore.
We had custom logic in the DiskBasedCache to limit the amount of cache
files, we'll see if this has any impact now. It used to be a big slow
down at start-up.
The cache size has also gone from 10MB to 5MB because we can't change it.
6 years ago
Floens
65b100d2d1
build: set target sdk to version 28, update gradle
6 years ago
Floens
7cbf5cd292
Release v3.0.2
...
CHANGELOG:
More sites added.
New video player.
Translations added.
VERSIONCODE:
30002
6 years ago
Floens
e730d34b8a
exoplayer: fix audio icon missing after swiping.
...
the icon has to be reset at the start of onPageSwiped To, because
the explayer callback is immediate and otherwise the reset would
happen after the callback.
also a small change to setVolume to look at the connected players
and not the setting (setting can be changed while playing a video
theoretially).
7 years ago
Floens
93043503e0
exoplayer: honor the video repeat setting.
7 years ago
Florens
f7c00e7c9f
Merge pull request #566 from alex-eyre/dev-exoplayer
...
Implement ExoPlayer
7 years ago
Florens
03ebf95d1d
Merge pull request #577 from veridiam/dev
...
fixed always-open-in-browser to work with image menu
7 years ago
Florens
e1bb5f5d4e
Merge pull request #593 from TheLastZombie/patch-1
...
Update WhatAnime URL in ImageSearch.java
7 years ago
Floens
088d01fa89
i18n: add setting to force English language usage of the app.
7 years ago
Floens
6ae6139b94
i18n: manually import finished translations.
7 years ago
Floens
02da1dffa9
dvach: fix invalid getUrl.
...
fix log tag.
7 years ago
TheLastZombie
708438f894
Update WhatAnime URL
7 years ago
Floens
46e52bb715
build: update build tools
7 years ago
Florens
495fa1b611
Merge pull request #582 from Twinov/patch-1
...
Fix spelling in README.md
7 years ago
Marc Hoeltge
b4bb35e804
Fix spelling in README.md
...
spacial > special
7 years ago
Alex
6c51640db2
fixed always-open-in-browser to work with image menu
7 years ago
Florens
5fd9904ed8
Merge pull request #558 from anselmov/dev
...
add support for 2ch.hk
7 years ago
Florens
52829aeb92
Merge pull request #573 from veridiam/open-in-browser-default
...
Added always open links with external browser option
7 years ago
Alex
6ea9e7b4b9
encapsulated preference checking
7 years ago
Alex
39c1744786
Added always open links with external browser option
7 years ago
Florens
27288d30af
Merge pull request #568 from alex-eyre/dev-loopswitch
...
Implement video auto-loop option
7 years ago
Alex Eyre
c687243e41
Implement video auto-loop option
7 years ago
anselmov
dc4f3731ce
add support for 2ch.hk
7 years ago
Alex Eyre
6c23e4238f
Tidy code
...
- Ran a code formatter to sort out my spacing
- Refactored hasMediaPlayerAudioTracks(..)
- Injected UserAgent rather than hardcoding a string
7 years ago
Alex Eyre
0bbc3372b9
Implement ExoPlayer
...
- Add ExoPlayer logic to MultiImageView.java
- Add option to enable/disable ExoPlayer in MediaSettings (defaults to
enabled).
7 years ago
Floens
e4833d679c
build: update gradle, build tools.
7 years ago
Floens
977c5a1f27
post cell: fix additional replies area blocking opening a thread
7 years ago
Floens
3c7f0ddfff
i10n: english source cleanup.
...
do multiline strings the same in the whole file, reword some confusing
explanations, convert all pin mentions to bookmarks, use US spelling.
7 years ago
Floens
8b1a1bdf85
post: extend the clickable area of the replies to the right
...
We can't change the width or the pressed drawable is enormous.
Might change it to a touchdelegate later.
7 years ago
Floens
6e7457ce79
settings: delete unused new captcha setting
...
this was moved to the site config.
7 years ago
Floens
c0e1a5c9fd
site: proper setting names
...
Closes #482
7 years ago
Floens
a093b9dfbd
browse: add last modified filter.
...
Closes #251
7 years ago
Floens
099465239a
build: update acra, proper manifest wake lock permission fix.
...
make sure to override the uses-permission from acra.
7 years ago