diff options
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r-- | app/src/main/res/xml/file_paths.xml | 13 | ||||
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 10 |
2 files changed, 17 insertions, 6 deletions
diff --git a/app/src/main/res/xml/file_paths.xml b/app/src/main/res/xml/file_paths.xml index 334ea0d7..568043d6 100644 --- a/app/src/main/res/xml/file_paths.xml +++ b/app/src/main/res/xml/file_paths.xml @@ -1,9 +1,12 @@ <?xml version="1.0" encoding="utf-8"?> <paths> <external-path - name="Frost_images" - path="Android/data/com.pitchedapps.frost/files/Pictures" /> - <external-path - name="Frost_public_images" - path="Pictures/Frost" /> + name="external" + path="/" /> + <cache-path + name="cache" + path="/" /> + <files-path + name="files" + path="/" /> </paths>
\ No newline at end of file diff --git a/app/src/main/res/xml/frost_changelog.xml b/app/src/main/res/xml/frost_changelog.xml index 7e9612b4..28978193 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -6,13 +6,21 @@ <item text="" /> --> + <version title="v1.7.7" /> + <item text="Fix overlay loading" /> + <item text="Improve image loading" /> + <item text="" /> + <item text="" /> + <item text="" /> + <item text="" /> + <item text="" /> + <version title="v1.7.5" /> <item text="Mark notifications as read when clicked!" /> <item text="Create menu parser" /> <item text="Implement automatic web fallback" /> <item text="Optimize logging" /> <item text="Fix link loading for some locations (eg changing profile pictures)" /> - <item text="" /> <version title="v1.7.2" /> <item text="Optimize login view" /> |