sidekek
caf86e9d19
8kun patch
6 years ago
Florens
0c58c619ad
Merge pull request #733 from chandevel/( #696 )-new-captcha-window-clover
...
(#696 ) New captcha window
6 years ago
Floens
5d379ba949
Merge branch 'dev' into ( #696 )-new-captcha-window-clover
6 years ago
Floens
a503129957
travis: add dist and caching
...
the dist specification fixes oraclejdk8 not being available.
6 years ago
Floens
afee7c7ba2
captcha: remove leftover strings and settings for defunct google cookie functionality
6 years ago
Floens
ee7ffb6ad1
captcha: replace instance check for reset and destroy to interface methods.
6 years ago
Floens
1ea9810826
captchanojs2: use the parse exception everywhere
...
does this by adding a constructor to the exception class, to allow
linking a cause-throwable.
reduce some catches from throwable to exception.
6 years ago
Floens
aa27d1c3cb
captchanojs2: set up view for each getView call
...
it's for when a view is given that you should recycle, it sets up the view
every time.
use viewpropertyanimator for animating the image and checkmark.
6 years ago
Floens
f55d0ab3c3
strings: tell tools that this is our default locale (en)
6 years ago
k1rakishou
c9b8100ead
( #696 ) checkstyle fixes
6 years ago
k1rakishou
b0df3049a3
( #696 ) Remove everything related to google cookies fetching
6 years ago
k1rakishou
92866d325b
( #696 ) Image parsing fix
6 years ago
k1rakishou
802605a48e
( #696 ) Captcha haptic feedback
6 years ago
k1rakishou
1da9717ce9
Merge branch '( #696 )-new-captcha-window' into ( #696 )-new-captcha-window-clover
...
# Conflicts:
# Clover/app/build.gradle
# Clover/app/src/main/java/org/floens/chan/utils/AndroidUtils.java
6 years ago
Floens
7f9c3a2cdd
commentparser: don't crash if url doesn't have a path
...
it would crash before with an IOOBE with urls like https://example.com
(no path or / at the end)
6 years ago
Florens
52864ca651
Merge pull request #732 from chandevel/bug/crossboard-links
...
Fix crossboard links
6 years ago
Floens
1f87e91dd9
chan4: handle 4channel links
...
allow opening 4channel links (see also manifest)
set commentparser to handle 4chan/4channel-cross-links.
6 years ago
Floens
e1e5ad88ee
commentparser: handle internal links with whitelist of domain
...
The fullQuote and quote mathers are now still run on the path segment
of the given url, if the domain is whitelisted as such.
We do this by stripping off the domain from the href if it has one.
If it ends up not matching quote patterns we still use the href as a
normal link.
6 years ago
TacoTheDank
5dbb361630
Simplify the project setup a little bit. ( #615 )
...
* Use applicationIdSuffix instead of defining applicationId in each flavor
Signed-off-by: TacoTheDank <SkytkRSfan3895@gmail.com>
* Define DEVELOPER_MODE as a buildConfigField in gradle buildTypes
Signed-off-by: TacoTheDank <SkytkRSfan3895@gmail.com>
* Manifest: utilize "${applicationId}" for provider authority
Signed-off-by: TacoTheDank <SkytkRSfan3895@gmail.com>
6 years ago
zachyzachzach
98eb525dcb
fix 8ch favicon ( #604 )
6 years ago
Florens
f511b43d94
Merge pull request #731 from chandevel/feature/updater-pie
...
Fix auto updater on pie
6 years ago
Floens
2db0ee552c
manifest: add request_install_packages permission to fix updater
...
was required in android pie
6 years ago
Floens
08e49cf1f6
version handler: clickable links in update popup.
6 years ago
Florens
c0c573f209
Merge pull request #730 from chandevel/feature/checkstyle
...
add checkstyle, add to travis.
6 years ago
Floens
5795417ef6
add checkstyle, add to travis.
...
fixup any issues found with checkstyle.
6 years ago
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
k1rakishou
8fec9c894e
Add captchaInfo parsing tests
...
Store real google cookie up to three months instead of until the next app restart
6 years ago
k1rakishou
3259c797aa
Add forgotten comments
6 years ago
k1rakishou
2e10056546
Add ability to manually refresh google captcha
6 years ago
k1rakishou
6fdc7b74c2
Add settings for usage of the new captcha window and google cookies
6 years ago
Dmitry
1d38254309
Merge pull request #2 from Adamantcheese/#696-fix
...
#696 fix
6 years ago
Adamantcheese
d10b8a0e36
Fixes captcha check not being centered and makes the checkmark white instead of transparent
6 years ago
k1rakishou
055de6c4bd
Fix captcha view not being scrollable when using portrait orientation
6 years ago
k1rakishou
2820d23ff7
Review fixes
...
Also update google cookies to use dashchan ones
6 years ago
k1rakishou
6b865c246e
Post review fixes
6 years ago
k1rakishou
1109120061
Minor fixes
6 years ago
k1rakishou
d8aef6e333
Implement new captcha window
6 years ago