Skip to content

Commit

Permalink
Happy Halloween!
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Mihalachi committed Oct 30, 2014
1 parent 78407c2 commit 614274c
Show file tree
Hide file tree
Showing 194 changed files with 1,463 additions and 912 deletions.
4 changes: 2 additions & 2 deletions app-pro/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ android {
applicationId "com.maskyn.fileeditorpro"
minSdkVersion 11
targetSdkVersion 21
versionCode 31
versionName "1.12"
versionCode 32
versionName "1.13.1"
}

compileOptions {
Expand Down
2 changes: 1 addition & 1 deletion app-pro/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
android:hardwareAccelerated="true"
android:largeHeap="true"
android:supportsRtl="true"
android:name="sharedcode.turboeditor.activity.MyApp"
android:name="sharedcode.turboeditor.application.MyApp"
>

<!-- android:alwaysRetainTaskState="true" -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,9 @@

package com.maskyn.fileeditorpro;

import android.os.Bundle;
import sharedcode.turboeditor.activity.MainActivity;

import sharedcode.turboeditor.activity.BaseHomeActivity;

public class HomeActivity extends BaseHomeActivity {
public class HomeActivity extends MainActivity {

@Override
public void displayInterstitial() {
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ android {
applicationId "com.maskyn.fileeditor"
minSdkVersion 11
targetSdkVersion 21
versionCode 31
versionName "1.13"
versionCode 32
versionName "1.13.1"
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
android:hardwareAccelerated="true"
android:largeHeap="true"
android:supportsRtl="true"
android:name="sharedcode.turboeditor.activity.MyApp"
android:name="sharedcode.turboeditor.application.MyApp"
>

<!-- android:alwaysRetainTaskState="true" -->
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/java/com/maskyn/fileeditor/HomeActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
import com.crashlytics.android.Crashlytics;

import io.fabric.sdk.android.Fabric;
import sharedcode.turboeditor.activity.BaseHomeActivity;
import sharedcode.turboeditor.activity.MainActivity;
import sharedcode.turboeditor.preferences.PreferenceHelper;
import sharedcode.turboeditor.util.ProCheckUtils;

public class HomeActivity extends BaseHomeActivity {
public class HomeActivity extends MainActivity {

private AdsHelper adsHelper;

Expand Down
270 changes: 81 additions & 189 deletions build/intermediates/dex-cache/cache.xml

Large diffs are not rendered by default.

Binary file modified build/intermediates/model_data.bin
Binary file not shown.
8 changes: 5 additions & 3 deletions libraries/sharedCode/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/



apply plugin: 'com.android.library'

android {
Expand Down Expand Up @@ -60,9 +62,9 @@ dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile project(':libraries:RootCommands')
compile project(':libraries:FloatingActionButton')
compile('de.greenrobot:eventbus:2.2.1') {
exclude module: 'support-v4'
}
//compile('de.greenrobot:eventbus:2.2.1') {
// exclude module: 'support-v4'
// }
// compile 'com.googlecode.juniversalchardet:juniversalchardet:1.0.3'
compile 'org.apache.commons:commons-lang3:3.1'
compile files('libs/juniversalchardet-1.0.3.jar')
Expand Down
2 changes: 1 addition & 1 deletion libraries/sharedCode/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="sharedcode.turboeditor" >

Expand Down

This file was deleted.

Loading

0 comments on commit 614274c

Please sign in to comment.