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.
* 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>
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.
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.
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).