Skip to content

Commit

Permalink
'initialCommit'
Browse files Browse the repository at this point in the history
  • Loading branch information
MazEbeid committed Jun 19, 2019
0 parents commit 21417a5
Show file tree
Hide file tree
Showing 372 changed files with 19,623 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
*.iml
.gradle
/local.properties
/.idea/workspace.xml
/.idea/libraries
.DS_Store
/build
/captures
1 change: 1 addition & 0 deletions .idea/.name

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

22 changes: 22 additions & 0 deletions .idea/compiler.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/copyright/profiles_settings.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/encodings.xml

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

19 changes: 19 additions & 0 deletions .idea/gradle.xml

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

33 changes: 33 additions & 0 deletions .idea/misc.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/modules.xml

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

12 changes: 12 additions & 0 deletions .idea/runConfigurations.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.

1 change: 1 addition & 0 deletions app/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/build
54 changes: 54 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 26


defaultConfig {
applicationId "mebeidcreations.apps.livegosee"
minSdkVersion 21
targetSdkVersion 26
versionCode 1
versionName "1.0"

}



}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])


implementation 'com.robertlevonyan.view:MaterialChipView:1.1.3'
compile 'de.hdodenhof:circleimageview:2.2.0'
compile 'com.github.pchmn:MaterialChipsInput:1.0.8'
compile 'com.doodle.android:android-material-chips:1.2.0'
compile 'me.relex:circleindicator:1.2.2@aar'
compile 'com.android.support:design:26.1.0'
compile 'com.android.support:cardview-v7:26.1.0'
compile 'com.android.support:recyclerview-v7:26.1.0'


compile 'com.google.android.gms:play-services-places:11.4.2'
compile 'com.google.android.gms:play-services-maps:11.4.2'
compile 'com.google.android.gms:play-services-location:11.4.2'
compile 'com.android.support:appcompat-v7:26.1.0'
compile 'com.android.support.constraint:constraint-layout:1.0.2'
compile 'com.android.support:support-v4:26.1.0'

compile 'com.intuit.sdp:sdp-android:1.0.4'

compile 'com.google.firebase:firebase-messaging:11.4.2'
compile 'com.google.firebase:firebase-core:11.4.2'
compile 'com.google.firebase:firebase-auth:11.4.2'
compile 'com.google.firebase:firebase-database:11.4.2'
compile 'com.google.firebase:firebase-storage:11.4.2'
compile 'com.firebaseui:firebase-ui-storage:2.0.1'

compile 'com.google.android:flexbox:0.3.1'

testCompile 'junit:junit:4.12'
}
apply plugin: 'com.google.gms.google-services'
55 changes: 55 additions & 0 deletions app/google-services.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"project_info": {
"project_number": "89114926787",
"firebase_url": "https://livegosee.firebaseio.com",
"project_id": "livegosee",
"storage_bucket": "livegosee.appspot.com"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:89114926787:android:e326222f2cdc1257",
"android_client_info": {
"package_name": "mebeidcreations.apps.livegosee"
}
},
"oauth_client": [
{
"client_id": "89114926787-m9c4j0aj6a9fa5ag327e519q818bogag.apps.googleusercontent.com",
"client_type": 1,
"android_info": {
"package_name": "mebeidcreations.apps.livegosee",
"certificate_hash": "2640869b5e2c67a934aa11addeb53281e0e7e779"
}
},
{
"client_id": "89114926787-2d3l0ukqrd9s12ah5p7vc53sc18s7dqq.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyCVkt4M4HKmjy9bij1aWRgAmCUknJafktQ"
}
],
"services": {
"analytics_service": {
"status": 1
},
"appinvite_service": {
"status": 2,
"other_platform_oauth_client": [
{
"client_id": "89114926787-2d3l0ukqrd9s12ah5p7vc53sc18s7dqq.apps.googleusercontent.com",
"client_type": 3
}
]
},
"ads_service": {
"status": 2
}
}
}
],
"configuration_version": "1"
}
19 changes: 19 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Add project specific ProGuard rules here.
# By default, the flags in this file are appended to flags specified
# in C:\Android\sdk/tools/proguard/proguard-android.txt
# You can edit the include path and order by changing the proguardFiles
# directive in build.gradle.
#
# For more details, see
# http://developer.android.com/guide/developing/tools/proguard.html

# Add any project specific keep options here:

# If your project uses WebView with JS, uncomment the following
# and specify the fully qualified class name to the JavaScript interface
# class:
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
# public *;
#}


21 changes: 21 additions & 0 deletions app/src/debug/res/values/google_maps_api.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<resources>
<!--
TODO: Before you run your application, you need a Google Maps API key.
To get one, follow this link, follow the directions and press "Create" at the end:
https://console.developers.google.com/flows/enableapi?apiid=maps_android_backend&keyType=CLIENT_SIDE_ANDROID&r=70:04:F0:75:EF:C1:CE:40:45:FD:A0:40:8E:7E:E0:9C:CF:6C:A9:49%3Bmebeidcreations.apps.livegosee
You can also add your credentials to an existing key, using this line:
70:04:F0:75:EF:C1:CE:40:45:FD:A0:40:8E:7E:E0:9C:CF:6C:A9:49;mebeidcreations.apps.livegosee
Alternatively, follow the directions here:
https://developers.google.com/maps/documentation/android/start#get-key
Once you have your key (it starts with "AIza"), replace the "google_maps_key"
string in this file.
-->
<string name="google_maps_key" templateMergeStrategy="preserve" translatable="false">
AIzaSyDjsii3PReJHO4BLXFvzkQOyzzwfP4cDfM
</string>
</resources>
83 changes: 83 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="mebeidcreations.apps.livegosee">

<!-- To auto-complete the email text field in the login form with the user's emails -->
<uses-permission android:name="android.permission.GET_ACCOUNTS" />
<uses-permission android:name="android.permission.READ_PROFILE" />
<uses-permission android:name="android.permission.READ_CONTACTS" />
<uses-permission android:name="android.permission.VIBRATE" />
<!--
The ACCESS_COARSE/FINE_LOCATION permissions are not required to use
Google Maps Android API v2, but you must specify either coarse or fine
location permissions for the 'MyLocation' functionality.
-->
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />

<uses-feature android:name="android.hardware.camera2.full" />
<uses-feature
android:name="android.hardware.camera"
android:required="true" />

<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<activity
android:name=".SplashPageActivity"
android:screenOrientation="portrait">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity
android:name=".MainActivity"
android:label="@string/title_activity_main"
android:screenOrientation="portrait"
android:windowSoftInputMode="stateHidden" />
<activity
android:name=".ExitActivity"
android:autoRemoveFromRecents="true"
android:theme="@android:style/Theme.NoDisplay" />
<activity
android:name=".LoginActivity"
android:screenOrientation="portrait" />

<!--
The API key for Google Maps-based APIs is defined as a string resource.
(See the file "res/values/google_maps_api.xml").
Note that the API key is linked to the encryption key used to sign the APK.
You need a different API key for each encryption key, including the release key that is used to
sign the APK for publishing.
You can define the keys for the debug and release targets in src/debug/ and src/release/.
-->
<meta-data
android:name="com.google.android.geo.API_KEY"
android:value="@string/google_maps_key" />

<activity android:name=".MyTripLogActivity" />
<activity android:name=".CameraActivity" />

<provider
android:name="android.support.v4.content.FileProvider"
android:authorities="com.example.android.fileprovider"
android:exported="false"
android:grantUriPermissions="true">
<meta-data
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/file_paths" />
</provider>

<activity android:name=".AddPhotoActivity"
android:theme="@style/Theme.AppCompat.Translucent"/>

<service android:name="mebeidcreations.apps.livegosee.ImageUploadService" >
</service>
</application>
</manifest>
Binary file added app/src/main/assets/fonts/Airways.ttf
Binary file not shown.
Binary file added app/src/main/assets/fonts/AlexBrush-Regular.ttf
Binary file not shown.
Binary file added app/src/main/assets/fonts/Doodle.ttf
Binary file not shown.
Binary file added app/src/main/assets/fonts/Fabrica.otf
Binary file not shown.
Binary file added app/src/main/assets/fonts/GreatVibes-Regular.otf
Binary file not shown.
Binary file added app/src/main/assets/fonts/HRC.ttf
Binary file not shown.
Binary file added app/src/main/assets/fonts/Pacifico.ttf
Binary file not shown.
Binary file added app/src/main/assets/fonts/Roboto-Black.ttf
Binary file not shown.
Binary file added app/src/main/assets/fonts/Roboto-BlackItalic.ttf
Binary file not shown.
Binary file added app/src/main/assets/fonts/Roboto-Bold.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added app/src/main/assets/fonts/Roboto-BoldItalic.ttf
Binary file not shown.
Binary file added app/src/main/assets/fonts/Roboto-Condensed.ttf
Binary file not shown.
Binary file not shown.
Binary file added app/src/main/assets/fonts/Roboto-Italic.ttf
Binary file not shown.
Binary file added app/src/main/assets/fonts/Roboto-Light.ttf
Binary file not shown.
Binary file added app/src/main/assets/fonts/Roboto-LightItalic.ttf
Binary file not shown.
Binary file added app/src/main/assets/fonts/Roboto-Medium.ttf
Binary file not shown.
Binary file not shown.
Binary file added app/src/main/assets/fonts/Roboto-Regular.ttf
Binary file not shown.
Binary file added app/src/main/assets/fonts/Roboto-Thin.ttf
Binary file not shown.
Binary file added app/src/main/assets/fonts/Roboto-ThinItalic.ttf
Binary file not shown.
Binary file added app/src/main/assets/fonts/Track Italic.ttf
Binary file not shown.
Binary file added app/src/main/assets/fonts/Track.ttf
Binary file not shown.
Binary file added app/src/main/assets/fonts/airlines.ttf
Binary file not shown.
Binary file added app/src/main/assets/fonts/blackjack.otf
Binary file not shown.
Loading

0 comments on commit 21417a5

Please sign in to comment.