Version 1.17

Added a markdown viewer and fixed a bug with Copy/Paste/Cut actions
This commit is contained in:
Vlad Mihalachi
2015-03-15 18:45:18 +01:00
parent 2414192638
commit 1f3ad1ab12
62 changed files with 605 additions and 154 deletions

View File

@@ -46,8 +46,8 @@ android {
applicationId "com.maskyn.fileeditor"
minSdkVersion 11
targetSdkVersion 22
versionCode 41
versionName "1.16"
versionCode 42
versionName "1.17"
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7

View File

@@ -120,6 +120,7 @@
android:name="com.sec.android.multiwindow.MINIMUM_SIZE_H"
android:value="598.0dip" />
<activity android:name="sharedcode.turboeditor.activity.MarkdownActivity" />
<!--<activity android:name="com.google.android.gms.ads.AdActivity"
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"/>-->
<meta-data android:name="com.crashlytics.ApiKey" android:value="672ab7531ce1e2e83c2ec6d84e8e94f2fa692c2a"/>