Skip to content

Commit

Permalink
Merge pull request #31 from BinaryBlitz/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
dankimio authored Jul 23, 2022
2 parents 5d6f83a + c3d715b commit 3600fbc
Show file tree
Hide file tree
Showing 709 changed files with 12,466 additions and 26 deletions.
58 changes: 51 additions & 7 deletions .gitignore
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/
1 change: 1 addition & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/inspectionProfiles/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

73 changes: 69 additions & 4 deletions app/build.gradle
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,4 +1,4 @@
package ru.binaryblitz.sportup;
package ru.binaryblitz.SportUp;

import android.content.Context;
import android.support.test.InstrumentationRegistry;
Expand Down
148 changes: 146 additions & 2 deletions app/src/main/AndroidManifest.xml
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>
Loading

0 comments on commit 3600fbc

Please sign in to comment.