Skip to content

Commit

Permalink
released v7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kosh committed Sep 28, 2015
1 parent 51c0301 commit 4ac3003
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
applicationId "com.styleme.floating.toolbox.pro"
minSdkVersion 16
targetSdkVersion 23
versionCode 77
versionName '7.7'
versionCode 78
versionName '7.8'
}
buildTypes {
release {
Expand Down
11 changes: 10 additions & 1 deletion app/proguard-rules.pro
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
-keepattributes Exceptions,InnerClasses,Signature,Deprecated,SourceFile,LineNumberTable,*Annotation*,EnclosingMethod
-allowaccessmodification
-repackageclasses ''
-keep class com.crashlytics.** { *; }
-dontwarn com.crashlytics.**
-keepattributes SourceFile,LineNumberTable,*Annotation*
Expand Down Expand Up @@ -33,8 +36,14 @@
public void onEvent*(**);
void onEvent*(**);
}
-dontwarn android.support.design.**
-keep class com.styleme.floating.toolbox.pro.** { *; }
-keep class android.support.design.** { *; }
-keep interface android.support.design.** { *; }
-keep public class android.support.design.R$* { *; }
-keep class android.support.v7.widget.** { *; }
-keep class android.support.v4.app.** { *; }
-keep interface android.support.v4.app.** { *; }
-keep class android.support.v7.app.** { *; }
-keep interface android.support.v7.app.** { *; }
-keep class android.support.v13.app.** { *; }
-keep interface android.support.v13.app.** { *; }
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ protected void onPostExecute(Boolean success) {
}

@Override
protected Boolean doInBackground(BackupModel... params) pro{
protected Boolean doInBackground(BackupModel... params){
try {
BackupModel backupModel = new BackupModel();
backupModel.setSelectedApps(new AppsModel().getAll());
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@
<string name="auto_order_summery">Auto order selected Apps by their usage\nThis will override your current order of the selected Apps.</string>
<string name="auto_order_title">Auto Order</string>
<string name="in_app_news">
&#8211;Categorized Settings screen for better understanding.\n&#8211;Added new option where you can set FA to be always open.\n&#8211;Other improvements.\n&#8211;Please take a moment to rate FA, this will help me a lot to keep improving the application. &#9829;
&#8211;Now you can adjust the icon transparency manually through settings.\n&#8211;Other Improvements.\n&#8211;Please take a moment to rate
FA,this will help me a lot to keep improving the application. &#9829;
</string>
<string name="heart_fa">&#9829; FA</string>
<string name="in_app_news_title">What\'s New in:</string>
Expand Down

0 comments on commit 4ac3003

Please sign in to comment.