mirror of
https://github.com/gsantner/dandelion
synced 2024-11-21 20:02:07 +01:00
Release v1.1.3
This commit is contained in:
parent
cebf0f473b
commit
2cc74ea613
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
### v1.1.3
|
||||||
|
- Improve sharing *a lot*, add support for multiple filetypes
|
||||||
|
- Support for downloading GIFs ;)
|
||||||
|
- Rework screenshot saving and sharing; add new share options:
|
||||||
|
- Merge license and changelog dialog on first start
|
||||||
|
|
||||||
### v1.1.2
|
### v1.1.2
|
||||||
- Fix: loading non-pod links outside customtab/external browser
|
- Fix: loading non-pod links outside customtab/external browser
|
||||||
- Fix: webview-js dialog not dismissing correctly
|
- Fix: webview-js dialog not dismissing correctly
|
||||||
|
|
|
@ -19,8 +19,8 @@ android {
|
||||||
resValue "string", "manifest_package_id", "com.github.dfa.diaspora_android"
|
resValue "string", "manifest_package_id", "com.github.dfa.diaspora_android"
|
||||||
|
|
||||||
applicationId "com.github.dfa.diaspora_android"
|
applicationId "com.github.dfa.diaspora_android"
|
||||||
versionName "1.1.2"
|
versionName "1.1.3"
|
||||||
versionCode 31
|
versionCode 32
|
||||||
|
|
||||||
|
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
|
|
Loading…
Reference in a new issue