Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions Dwarsoft-Lynk-Hack-master/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
*.iml
.gradle
/local.properties
/.idea/caches
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
.DS_Store
/build
/captures
.externalNativeBuild
.cxx
1 change: 1 addition & 0 deletions Dwarsoft-Lynk-Hack-master/.idea/.name

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

113 changes: 113 additions & 0 deletions Dwarsoft-Lynk-Hack-master/.idea/codeStyles/Project.xml

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

19 changes: 19 additions & 0 deletions Dwarsoft-Lynk-Hack-master/.idea/gradle.xml

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

14 changes: 14 additions & 0 deletions Dwarsoft-Lynk-Hack-master/.idea/misc.xml

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

12 changes: 12 additions & 0 deletions Dwarsoft-Lynk-Hack-master/.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 Dwarsoft-Lynk-Hack-master/.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 Dwarsoft-Lynk-Hack-master/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Dwarsoft-Lynk-Hack
1 change: 1 addition & 0 deletions Dwarsoft-Lynk-Hack-master/app/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/build
49 changes: 49 additions & 0 deletions Dwarsoft-Lynk-Hack-master/app/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 29
defaultConfig {
applicationId "com.dwarsoftgames.dwarsoft_lynk_hackathon"
minSdkVersion 22
targetSdkVersion 29
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {

debug {
shrinkResources false
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}

release {
shrinkResources true
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
}

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'

implementation 'com.google.firebase:firebase-analytics:17.2.0'
implementation 'com.google.android.material:material:1.0.0'
implementation 'com.jaredrummler:material-spinner:1.3.1'
implementation 'androidx.room:room-runtime:2.1.0'
annotationProcessor 'androidx.room:room-compiler:2.1.0'
implementation 'com.mcxiaoke.volley:library-aar:1.0.0'
implementation 'com.airbnb.android:lottie:2.7.0'

implementation 'com.google.android.gms:play-services-location:17.0.0'
implementation 'com.google.android.gms:play-services-places:17.0.0'
implementation 'com.google.android.gms:play-services-maps:17.0.0'
}
apply plugin: 'com.google.gms.google-services'
48 changes: 48 additions & 0 deletions Dwarsoft-Lynk-Hack-master/app/google-services.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"project_info": {
"project_number": "371774961168",
"firebase_url": "https://dwarsoft-lynk-hack.firebaseio.com",
"project_id": "dwarsoft-lynk-hack",
"storage_bucket": "dwarsoft-lynk-hack.appspot.com"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:371774961168:android:b3d1c230981151758bfc95",
"android_client_info": {
"package_name": "com.dwarsoftgames.dwarsoft_lynk_hackathon"
}
},
"oauth_client": [
{
"client_id": "371774961168-r04h24kt1951u6ssif7rnlqdq8g2nekf.apps.googleusercontent.com",
"client_type": 1,
"android_info": {
"package_name": "com.dwarsoftgames.dwarsoft_lynk_hackathon",
"certificate_hash": "93fb60d715cc40c50eb13a94431657f6f4f6b373"
}
},
{
"client_id": "371774961168-gatg2birmtokib0ke6l3kli9qdcg4s0e.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyB-sj_pBHx3TNa1wOu_3QfIe3FmcSAUsYg"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": [
{
"client_id": "371774961168-gatg2birmtokib0ke6l3kli9qdcg4s0e.apps.googleusercontent.com",
"client_type": 3
}
]
}
}
}
],
"configuration_version": "1"
}
34 changes: 34 additions & 0 deletions Dwarsoft-Lynk-Hack-master/app/proguard-rules.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Add project specific ProGuard rules here.
# You can control the set of applied configuration files using the
# proguardFiles setting in build.gradle.
#
# For more details, see
# http://developer.android.com/guide/developing/tools/proguard.html

# 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 *;
}

# Uncomment this to preserve the line number information for
# debugging stack traces.
# -keepattributes SourceFile,LineNumberTable

# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile

-keepclassmembers,allowshrinking,allowobfuscation class com.android.volley.NetworkDispatcher {
void processRequest();
}
-keepclassmembers,allowshrinking,allowobfuscation class com.android.volley.CacheDispatcher {
void processRequest();
}
-dontwarn okhttp3.**
-dontwarn okio.**
-dontwarn javax.annotation.**
-dontwarn org.conscrypt.**
# A resource is loaded with a relative path so the package of this class must be preserved.
-keepnames class okhttp3.internal.publicsuffix.PublicSuffixDatabase
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
package com.dwarsoftgames.dwarsoft_lynk_hackathon;

import android.content.Context;

import androidx.test.platform.app.InstrumentationRegistry;
import androidx.test.ext.junit.runners.AndroidJUnit4;

import org.junit.Test;
import org.junit.runner.RunWith;

import static org.junit.Assert.*;

/**
* Instrumented test, which will execute on an Android device.
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
@RunWith(AndroidJUnit4.class)
public class ExampleInstrumentedTest {
@Test
public void useAppContext() {
// Context of the app under test.
Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();

assertEquals("com.dwarsoftgames.dwarsoft_lynk_hackathon", appContext.getPackageName());
}
}
Loading