-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
Development
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,53 @@ | ||
*.iml | ||
.gradle | ||
/local.properties | ||
/.idea/workspace.xml | ||
/.idea/libraries | ||
# Built application files | ||
*.apk | ||
*.ap_ | ||
|
||
# Files for the ART/Dalvik VM | ||
*.dex | ||
|
||
# Java class files | ||
*.class | ||
|
||
# Generated files | ||
bin/ | ||
gen/ | ||
out/ | ||
|
||
# Gradle files | ||
.gradle/ | ||
build/ | ||
|
||
# Local configuration file (sdk path, etc) | ||
local.properties | ||
|
||
# Proguard folder generated by Eclipse | ||
proguard/ | ||
|
||
# Log Files | ||
*.log | ||
/app/fabric.properties | ||
|
||
# Android Studio Navigation editor temp files | ||
.navigation/ | ||
|
||
.DS_Store | ||
/build | ||
/captures | ||
.idea/misc.xml | ||
|
||
# Android Studio captures folder | ||
captures/ | ||
|
||
# Intellij | ||
*.iml | ||
.idea/workspace.xml | ||
.idea/tasks.xml | ||
.idea/libraries | ||
|
||
# Keystore files | ||
*.jks | ||
|
||
# External native build folder generated in Android Studio 2.2 and later | ||
.externalNativeBuild | ||
/app/google-services.json | ||
/horizontalcalendar/build.gradle | ||
/horizontalcalendar/proguard-rules.pro | ||
/horizontalcalendar/ |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,94 @@ | ||
apply plugin: 'com.android.application' | ||
apply plugin: 'kotlin-android' | ||
apply plugin: 'kotlin-android-extensions' | ||
apply plugin: 'io.fabric' | ||
|
||
android { | ||
compileSdkVersion 25 | ||
buildToolsVersion "25.0.2" | ||
defaultConfig { | ||
applicationId "ru.binaryblitz.sportup" | ||
minSdkVersion 16 | ||
applicationId "ru.binaryblitz.SportUp" | ||
minSdkVersion 17 | ||
targetSdkVersion 25 | ||
versionCode 1 | ||
versionCode 4 | ||
versionName "1.0" | ||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" | ||
multiDexEnabled true | ||
} | ||
|
||
packagingOptions { | ||
exclude 'META-INF/rxjava.properties' | ||
} | ||
|
||
buildTypes { | ||
release { | ||
minifyEnabled false | ||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' | ||
} | ||
} | ||
|
||
dexOptions { | ||
javaMaxHeapSize "4g" | ||
} | ||
} | ||
|
||
dependencies { | ||
compile fileTree(dir: 'libs', include: ['*.jar']) | ||
compile project(path: ':horizontalcalendar') | ||
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', { | ||
exclude group: 'com.android.support', module: 'support-annotations' | ||
}) | ||
compile 'com.android.support:appcompat-v7:25.2.0' | ||
compile 'com.android.support:multidex:1.0.1' | ||
compile 'com.android.support:appcompat-v7:25.3.1' | ||
testCompile 'junit:junit:4.12' | ||
compile 'com.android.support:multidex:1.0.1' | ||
compile 'com.android.support:design:25.3.1' | ||
compile 'com.android.support:cardview-v7:25.3.1' | ||
compile 'com.google.android.gms:play-services-maps:10.2.1' | ||
compile 'com.google.android.gms:play-services-location:10.2.1' | ||
compile 'com.afollestad.material-dialogs:core:0.9.0.2' | ||
compile 'com.rengwuxian.materialedittext:library:2.1.4' | ||
compile 'com.squareup.okhttp:okhttp:2.7.5' | ||
compile 'com.squareup.okhttp:okhttp-urlconnection:2.7.5' | ||
compile 'com.google.code.gson:gson:2.7' | ||
compile 'com.squareup.retrofit2:retrofit:2.2.0' | ||
compile 'com.squareup.retrofit2:adapter-rxjava2:2.2.0' | ||
compile 'com.squareup.retrofit2:converter-scalars:2.2.0' | ||
compile 'com.squareup.retrofit2:converter-gson:2.2.0' | ||
compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version" | ||
compile 'com.googlecode.libphonenumber:libphonenumber:8.0.1' | ||
compile 'gun0912.ted:tedbottompicker:1.0.11' | ||
compile 'com.miguelcatalan:materialsearchview:1.4.0' | ||
compile 'com.google.firebase:firebase-messaging:10.2.1' | ||
compile 'net.danlew:android.joda:2.9.5.1' | ||
compile 'com.google.dagger:dagger:2.2' | ||
annotationProcessor 'com.google.dagger:dagger-compiler:2.2' | ||
compile 'io.reactivex.rxjava2:rxandroid:2.0.1' | ||
compile 'io.reactivex.rxjava2:rxjava:2.0.1' | ||
compile 'com.github.siyamed:android-shape-imageview:0.9.+@aar' | ||
compile 'com.wdullaer:materialdatetimepicker:3.1.3' | ||
compile 'com.karumi:dexter:4.0.0' | ||
compile 'com.roughike:bottom-bar:2.1.1' | ||
compile 'com.squareup.picasso:picasso:2.5.2' | ||
compile 'biz.kasual:materialnumberpicker:1.2.1' | ||
compile 'com.daimajia.easing:library:1.0.1@aar' | ||
compile 'com.daimajia.androidanimations:library:1.1.3@aar' | ||
compile 'com.rengwuxian.materialedittext:library:2.1.4' | ||
compile 'com.github.siyamed:android-shape-imageview:0.9.+@aar' | ||
|
||
compile ('com.github.ozodrukh:CircularReveal:2.0.1@aar') { | ||
transitive = true; | ||
} | ||
|
||
compile('com.crashlytics.sdk.android:crashlytics:2.6.7@aar') { | ||
transitive = true; | ||
} | ||
} | ||
repositories { | ||
mavenCentral() | ||
jcenter() | ||
maven { url "https://jitpack.io" } | ||
maven { url 'https://maven.fabric.io/public' } | ||
} | ||
|
||
apply plugin: 'com.google.gms.google-services' |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,159 @@ | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||
package="ru.binaryblitz.SportUp"> | ||
|
||
package="ru.binaryblitz.sportup"> | ||
<uses-permission android:name="android.permission.INTERNET"/> | ||
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" /> | ||
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/> | ||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/> | ||
<uses-permission android:name="android.permission.CAMERA"/> | ||
<uses-feature android:name="android.hardware.camera" android:required="false" /> | ||
|
||
<application | ||
android:allowBackup="true" | ||
android:icon="@mipmap/ic_launcher" | ||
android:label="@string/app_name" | ||
android:roundIcon="@mipmap/ic_launcher_round" | ||
android:name=".base.BaseApplication" | ||
android:supportsRtl="true" | ||
android:theme="@style/AppTheme"> | ||
|
||
<meta-data | ||
android:name="com.google.android.geo.API_KEY" | ||
android:value="AIzaSyAleTZalgq4WoXgb1aAaiAD2-GK3WSGoSY"/> | ||
|
||
<activity | ||
android:name="ru.binaryblitz.SportUp.activities.SplashActivity" | ||
android:label="@string/app_name" | ||
android:screenOrientation="portrait" | ||
android:theme="@style/AppTheme"> | ||
<intent-filter> | ||
<action android:name="android.intent.action.MAIN" /> | ||
<category android:name="android.intent.category.LAUNCHER" /> | ||
</intent-filter> | ||
</activity> | ||
|
||
<activity | ||
android:name="ru.binaryblitz.SportUp.activities.StartActivity" | ||
android:configChanges="orientation|keyboardHidden|screenSize" | ||
android:screenOrientation="portrait" | ||
android:windowSoftInputMode="adjustPan" > | ||
</activity> | ||
|
||
<activity | ||
android:name="ru.binaryblitz.SportUp.activities.UserListActivity" | ||
android:configChanges="orientation|keyboardHidden|screenSize" | ||
android:screenOrientation="portrait" | ||
android:windowSoftInputMode="adjustPan" > | ||
</activity> | ||
|
||
<activity | ||
android:name="ru.binaryblitz.SportUp.activities.RegistrationActivity" | ||
android:configChanges="orientation|keyboardHidden|screenSize" | ||
android:screenOrientation="portrait" | ||
android:windowSoftInputMode="adjustPan" > | ||
</activity> | ||
|
||
<activity | ||
android:name="ru.binaryblitz.SportUp.activities.PromocodeActivity" | ||
android:configChanges="orientation|keyboardHidden|screenSize" | ||
android:screenOrientation="portrait" | ||
android:windowSoftInputMode="adjustPan" > | ||
</activity> | ||
|
||
<activity | ||
android:name="ru.binaryblitz.SportUp.activities.EditEventActivity" | ||
android:configChanges="orientation|keyboardHidden|screenSize" | ||
android:screenOrientation="portrait" | ||
android:windowSoftInputMode="adjustPan" > | ||
</activity> | ||
|
||
<activity | ||
android:name="ru.binaryblitz.SportUp.activities.BestPlayerActivity" | ||
android:configChanges="orientation|keyboardHidden|screenSize" | ||
android:screenOrientation="portrait" | ||
android:windowSoftInputMode="adjustPan" > | ||
</activity> | ||
|
||
<activity | ||
android:name="ru.binaryblitz.SportUp.activities.CreateAccountActivity" | ||
android:configChanges="orientation|keyboardHidden|screenSize" | ||
android:screenOrientation="portrait" | ||
android:windowSoftInputMode="adjustPan" > | ||
</activity> | ||
|
||
<activity | ||
android:name="ru.binaryblitz.SportUp.activities.SelectCityActivity" | ||
android:configChanges="orientation|keyboardHidden|screenSize" | ||
android:screenOrientation="portrait" | ||
android:windowSoftInputMode="adjustPan" > | ||
</activity> | ||
|
||
<activity | ||
android:name="ru.binaryblitz.SportUp.activities.VotesActivity" | ||
android:configChanges="orientation|keyboardHidden|screenSize" | ||
android:screenOrientation="portrait" | ||
android:windowSoftInputMode="adjustPan" > | ||
</activity> | ||
|
||
<activity | ||
android:name="ru.binaryblitz.SportUp.activities.CreateEventActivity" | ||
android:configChanges="orientation|keyboardHidden|screenSize" | ||
android:screenOrientation="portrait" | ||
android:windowSoftInputMode="adjustPan" > | ||
</activity> | ||
|
||
<activity | ||
android:name="ru.binaryblitz.SportUp.activities.SportEventsActivity" | ||
android:configChanges="orientation|keyboardHidden|screenSize" | ||
android:screenOrientation="portrait" | ||
android:windowSoftInputMode="adjustPan" > | ||
</activity> | ||
|
||
<activity | ||
android:name="ru.binaryblitz.SportUp.activities.MapActivity" | ||
android:configChanges="orientation|keyboardHidden|screenSize" | ||
android:screenOrientation="portrait" | ||
android:windowSoftInputMode="adjustPan" > | ||
</activity> | ||
|
||
<activity | ||
android:name="ru.binaryblitz.SportUp.activities.MainActivity" | ||
android:configChanges="orientation|keyboardHidden|screenSize" | ||
android:screenOrientation="portrait" | ||
android:windowSoftInputMode="adjustPan" > | ||
</activity> | ||
|
||
<activity | ||
android:name="ru.binaryblitz.SportUp.activities.EventActivity" | ||
android:configChanges="orientation|keyboardHidden|screenSize" | ||
android:screenOrientation="portrait" | ||
android:windowSoftInputMode="adjustPan" > | ||
</activity> | ||
|
||
<activity | ||
android:name="ru.binaryblitz.SportUp.activities.EventsMapActivity" | ||
android:configChanges="orientation|keyboardHidden|screenSize" | ||
android:screenOrientation="portrait" | ||
android:windowSoftInputMode="adjustPan" > | ||
</activity> | ||
|
||
<service | ||
android:name=".push.FirebasePushListenerService" android:exported="false" android:priority="500"> | ||
<intent-filter> | ||
<action android:name="com.google.firebase.MESSAGING_EVENT"/> | ||
</intent-filter> | ||
</service> | ||
|
||
<service | ||
android:name=".push.MyInstanceIDListenerService" android:exported="false"> | ||
<intent-filter android:priority="1000"> | ||
<action android:name="com.google.firebase.INSTANCE_ID_EVENT"/> | ||
</intent-filter> | ||
</service> | ||
|
||
<meta-data | ||
android:name="io.fabric.ApiKey" | ||
android:value="886de8c1d524dbaa9dfdbd457b8c8469ecafdfd4" /> | ||
|
||
</application> | ||
|
||
</manifest> |