mirror of
https://github.com/AllanWang/Frost-for-Facebook.git
synced 2024-11-10 04:52:38 +01:00
Refresh adapter on previous
This commit is contained in:
parent
c9ee5d79df
commit
633618b509
@ -6,7 +6,15 @@
|
||||
<item text="" />
|
||||
-->
|
||||
|
||||
<version title="v0.2"/>
|
||||
<version title="v0.3" />
|
||||
<item text="Added rounded icons option" />
|
||||
<item text="Sorted preferences" />
|
||||
<item text="Added adblock" />
|
||||
<item text="Added feed configurations" />
|
||||
<item text="Animated settings panels" />
|
||||
<item text="Add notification filters" />
|
||||
|
||||
<version title="v0.2" />
|
||||
<item text="Removed unnecessary permissions" />
|
||||
<item text="Added notifications" />
|
||||
<item text="Themed more components" />
|
||||
@ -18,8 +26,6 @@
|
||||
<item text="Added anonymous analytics" />
|
||||
<item text="Moved settings to drawer" />
|
||||
<item text="Added feedback option" />
|
||||
<item text="" />
|
||||
<item text="" />
|
||||
|
||||
<version title="v0.1" />
|
||||
<item text="Initial Changelog" />
|
||||
|
@ -1,5 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## v0.3
|
||||
* Added rounded icons option
|
||||
* Sorted preferences
|
||||
* Added adblock
|
||||
* Added feed configurations
|
||||
* Animated settings panels
|
||||
* Add notification filters
|
||||
|
||||
## v0.2
|
||||
* Removed unnecessary permissions
|
||||
* Added notifications
|
||||
|
@ -16,11 +16,11 @@ APP_GROUP=com.pitchedapps
|
||||
MIN_SDK=21
|
||||
TARGET_SDK=26
|
||||
BUILD_TOOLS=26.0.0
|
||||
VERSION_CODE=2
|
||||
VERSION_NAME=0.2
|
||||
VERSION_CODE=3
|
||||
VERSION_NAME=0.3
|
||||
ANDROID_SUPPORT_LIBS=26.0.0-alpha1
|
||||
|
||||
KAU=d924b60bac
|
||||
KAU=1d13225234
|
||||
MATERIAL_DRAWER=5.9.2
|
||||
MATERIAL_DRAWER_KT=1.0.2
|
||||
IICON_GOOGLE=3.0.1.0
|
||||
|
Loading…
Reference in New Issue
Block a user