Skip to content

Commit

Permalink
v2.0.0beta
Browse files Browse the repository at this point in the history
  • Loading branch information
marzika committed Aug 21, 2016
1 parent 6be1663 commit 3351688
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "com.marz.snapprefs"
minSdkVersion 14
targetSdkVersion 21
versionCode 24
versionName "1.6.5"
versionCode 25
versionName "2.0.0 beta"

}

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<string name="pref_update_title">To get the latest updates</string>
<string name="pref_update_summary">Add \'snapprefs\' on Snapchat</string>
<string name="version_text">Version</string>
<string name="version_summary" translatable="false">Current version is: v1.6.5</string>
<string name="version_summary" translatable="false">Current version is: v2.0.0</string>
<string name="general">General settings</string>
<string name="saving">Saving settings</string>
<string name="sharing">Sharing settings</string>
Expand Down
24 changes: 24 additions & 0 deletions app/src/main/res/xml/changelog_master.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release
version="2.0.0 beta"
versioncode="25">
<change>Updated for 9.31.1.0</change>
<change>Materialized settings application</change>
<change>Added Save Button for Images and Videos</change>
<change>Improved image quality for pictures</change>
<change>Added Live Story hiding</change>
<change>Added Groups</change>
<change>Lifted maximum Video Size to 5.3 MBs</change>
<change>Removed Autosave for Snaps and Stories</change>
<change>Added Chat Autosave</change>
<change>New Caption customization UI</change>
<change>Added Gradient for Text and Background</change>
<change>New Paint Tools UI</change>
<change>Added Story Preload blocking</change>
<change>Added selective Story hiding</change>
<change>Added manual NavBar forcing</change>
<change>Added shortcut from Snapchat's dropdown menu to Snapprefs</change>
<change>Added native Snapchat Notifications</change>
<change>Saving speed improvements</change>
<change>Added hiding from launchers</change>
<change>Added video length counter</change>
</release>
<release
version="1.6.5"
versioncode="24">
Expand Down

0 comments on commit 3351688

Please sign in to comment.