diff options
author | Allan Wang <me@allanwang.ca> | 2017-07-19 00:28:56 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-19 00:28:56 -0700 |
commit | 495b1bd49835070ca43a523831caee0f70079604 (patch) | |
tree | 7b8d56aa22fcf3a9fd1bf566a17fe1997180288a /app/src/main/res/xml/frost_changelog.xml | |
parent | e4679b1663fa78a99c6c8225e454595c6c6f4e38 (diff) | |
download | frost-495b1bd49835070ca43a523831caee0f70079604.tar.gz frost-495b1bd49835070ca43a523831caee0f70079604.tar.bz2 frost-495b1bd49835070ca43a523831caee0f70079604.zip |
Dev - minor updates (#73)v1.3.3
* Add lint
* Add new libs
* Update libs and add friends tab
* Aggressively hide nonrecent posts
* Update dependencies
* Add php to most recents
* Add full size image downloader
* Fix css cleaner
Diffstat (limited to 'app/src/main/res/xml/frost_changelog.xml')
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 102 |
1 files changed, 102 insertions, 0 deletions
diff --git a/app/src/main/res/xml/frost_changelog.xml b/app/src/main/res/xml/frost_changelog.xml new file mode 100644 index 00000000..f608f70a --- /dev/null +++ b/app/src/main/res/xml/frost_changelog.xml @@ -0,0 +1,102 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + + <!-- + <version title="Beta Updates"/> + <item text="" /> + <version title="v"/> + <item text="" /> + --> + + <version title="Beta Updates" /> + + <item text="Add friend request tab in nav bar" /> + <item text="Aggressively filter nonrecent posts in recents mode" /> + <item text="Add download option for full sized images" /> + <item text="" /> + + <version title="v1.4" /> + <item text="Update IAB helper" /> + <item text="Create image viewing and downloading; long press any image!" /> + <item text="Start filtering out unnecessary loads" /> + <item text="Fix notification duplicates" /> + <item text="Fix long pressing album images" /> + + <version title="v1.3" /> + <item text="Create toggle for notifications only from primary account" /> + <item text="Micro string optimizations" /> + <item text="Add profile icons to notifications" /> + <item text="Make notifications expandable" /> + <item text="Add notification trigger in settings" /> + <item text="Fix bug where only single latest notification is showing" /> + <item text="Reduce Menu loading logic" /> + <item text="Load js injectors after showing webview" /> + <item text="Add toggles for sound, vibration, and lights" /> + <item text="Avoid restricting facebook features (such as user tagging)" /> + <item text="Add option to disable loading in overlays" /> + <item text="Fixed experimental search result text" /> + + <version title="v1.2" /> + <item text="Scale browser on keyboard pop up" /> + <item text="Clean up web overlay" /> + <item text="Allow customization of overlay swipe" /> + <item text="Add sharing menu options in the overlay app" /> + <item text="Improved rounding icons" /> + <item text="Add web text scaling" /> + <item text="Create context menu; long press on a link!" /> + <item text="Intelligently stop horizontal page scrolling on long press" /> + <item text="More theming" /> + + <version title="v1.1" /> + <item text="Add universal experimental toggle" /> + <item text="Fixed up billing properties and add auto checker" /> + <item text="Open status updates in new window" /> + <item text="Allow for photo uploads" /> + <item text="Improve search bar to stop when not in view" /> + <item text="Integrate CI" /> + <item text="Add more theme fixes" /> + <item text="Initial Reddit beta release" /> + + + <version title="v1.0" /> + <item text="Add more global preferences" /> + <item text="Add fully customizable theme engine" /> + <item text="Add support for in app billing" /> + <item text="Huge changes internally from KAU" /> + <item text="Add credits section" /> + <item text="Add experimental section" /> + <item text="Add search option" /> + <item text="Fix up main layout" /> + <item text="Fix some theme components" /> + <item text="Add behaviour settings" /> + <item text="Add about section with links" /> + + <version title="v0.3" /> + <item text="Add rounded icons option" /> + <item text="Sort preferences" /> + <item text="Add adblock base" /> + <item text="Add feed configurations" /> + <item text="Animated settings panels" /> + <item text="Add notification filters" /> + + <version title="v0.2" /> + <item text="Remove unnecessary permissions" /> + <item text="Add notifications" /> + <item text="Theme more components" /> + <item text="Separate independent web overlay from in app overlay" /> + <item text="Allow notifications from any account" /> + <item text="Smooth transition from Settings and only restart when necessary" /> + <item text="Add logout option from drawer" /> + <item text="Add many more drawer urls" /> + <item text="Add anonymous analytics" /> + <item text="Move settings to drawer" /> + <item text="Add feedback option" /> + + <version title="v0.1" /> + <item text="Initial Changelog" /> + <item text="Create core databases" /> + <item text="Implement CSS/Js injectors" /> + <item text="Implement ripple preferences" /> + <item text="Create multiple account caching" /> + <item text="Create web overlay" /> +</resources>
\ No newline at end of file |