List of commits:
Subject Hash Author Date (UTC)
Generig changes 95ccced1cccfaf3a3f4f5f93fbfed57952a9a7a3 Gabi Balasz 2016-04-05 20:14:59
Added webapp repo as a submodule inside 'assets' folder. 961c2fcbedcf3193e453923405a626f3a1cc7c41 Gabi Balasz 2015-12-09 15:48:37
Remove the assets folder e1fef6bc6b4f09b3c0c436f7a96b706ffe8d3e9e Gabi Balasz 2015-12-09 15:46:52
Initial commit de9c9923f6f32e26466bb33a7ef2b5d5a56acf7a Gabi Balasz 2015-12-09 15:21:44
Commit 95ccced1cccfaf3a3f4f5f93fbfed57952a9a7a3 - Generig changes
Author: Gabi Balasz
Author date (UTC): 2016-04-05 20:14
Committer name: Gabi Balasz
Committer date (UTC): 2016-04-05 20:14
Parent(s): 961c2fcbedcf3193e453923405a626f3a1cc7c41
Signing key:
Tree: 9bba021ff85ead5f3c410f09634e25d143a2c24a
File Lines added Lines deleted
.idea/gradle.xml 1 7
.idea/misc.xml 4 1
.idea/modules.xml 2 3
TLO.apk.iml 18 18
app/app.iml 3 8
build.gradle 1 1
File .idea/gradle.xml changed (mode: 100644) (index 5580740..46d5de8)
6 6 <option name="distributionType" value="LOCAL" /> <option name="distributionType" value="LOCAL" />
7 7 <option name="externalProjectPath" value="$PROJECT_DIR$" /> <option name="externalProjectPath" value="$PROJECT_DIR$" />
8 8 <option name="gradleHome" value="D:\Mobile\Android\Android Studio\gradle\gradle-2.8" /> <option name="gradleHome" value="D:\Mobile\Android\Android Studio\gradle\gradle-2.8" />
9 <option name="gradleJvm" value="1.7" />
9 <option name="gradleJvm" value="1.8" />
10 10 <option name="modules"> <option name="modules">
11 11 <set> <set>
12 12 <option value="$PROJECT_DIR$" /> <option value="$PROJECT_DIR$" />
13 13 <option value="$PROJECT_DIR$/app" /> <option value="$PROJECT_DIR$/app" />
14 14 </set> </set>
15 15 </option> </option>
16 <option name="myModules">
17 <set>
18 <option value="$PROJECT_DIR$" />
19 <option value="$PROJECT_DIR$/app" />
20 </set>
21 </option>
22 16 </GradleProjectSettings> </GradleProjectSettings>
23 17 </option> </option>
24 18 </component> </component>
File .idea/misc.xml changed (mode: 100644) (index a4aee61..23fd157)
27 27 </value> </value>
28 28 </option> </option>
29 29 </component> </component>
30 <component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" assert-keyword="true" jdk-15="true" project-jdk-name="1.7" project-jdk-type="JavaSDK">
30 <component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
31 31 <output url="file://$PROJECT_DIR$/build/classes" /> <output url="file://$PROJECT_DIR$/build/classes" />
32 32 </component> </component>
33 <component name="ProjectType">
34 <option name="id" value="Android" />
35 </component>
33 36 </project> </project>
File .idea/modules.xml changed (mode: 100644) (index 99dae8a..7471116)
2 2 <project version="4"> <project version="4">
3 3 <component name="ProjectModuleManager"> <component name="ProjectModuleManager">
4 4 <modules> <modules>
5 <module fileurl="file://$PROJECT_DIR$/TLO.iml" filepath="$PROJECT_DIR$/TLO.iml" />
5 <module fileurl="file://$PROJECT_DIR$/TLO.apk.iml" filepath="$PROJECT_DIR$/TLO.apk.iml" />
6 6 <module fileurl="file://$PROJECT_DIR$/app/app.iml" filepath="$PROJECT_DIR$/app/app.iml" /> <module fileurl="file://$PROJECT_DIR$/app/app.iml" filepath="$PROJECT_DIR$/app/app.iml" />
7 7 </modules> </modules>
8 8 </component> </component>
9 </project>
10
9 </project>
File TLO.apk.iml renamed from TLO.iml (similarity 70%) (mode: 100644) (index ac97e2e..5d804ef)
1 <?xml version="1.0" encoding="UTF-8"?>
2 <module external.linked.project.id="TLO" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="" external.system.module.version="unspecified" type="JAVA_MODULE" version="4">
3 <component name="FacetManager">
4 <facet type="java-gradle" name="Java-Gradle">
5 <configuration>
6 <option name="BUILD_FOLDER_PATH" value="$MODULE_DIR$/build" />
7 <option name="BUILDABLE" value="false" />
8 </configuration>
9 </facet>
10 </component>
11 <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_7" inherit-compiler-output="true">
12 <exclude-output />
13 <content url="file://$MODULE_DIR$">
14 <excludeFolder url="file://$MODULE_DIR$/.gradle" />
15 </content>
16 <orderEntry type="inheritedJdk" />
17 <orderEntry type="sourceFolder" forTests="false" />
18 </component>
1 <?xml version="1.0" encoding="UTF-8"?>
2 <module external.linked.project.id="TLO.apk" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="" external.system.module.version="unspecified" type="JAVA_MODULE" version="4">
3 <component name="FacetManager">
4 <facet type="java-gradle" name="Java-Gradle">
5 <configuration>
6 <option name="BUILD_FOLDER_PATH" value="$MODULE_DIR$/build" />
7 <option name="BUILDABLE" value="false" />
8 </configuration>
9 </facet>
10 </component>
11 <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_7" inherit-compiler-output="true">
12 <exclude-output />
13 <content url="file://$MODULE_DIR$">
14 <excludeFolder url="file://$MODULE_DIR$/.gradle" />
15 </content>
16 <orderEntry type="inheritedJdk" />
17 <orderEntry type="sourceFolder" forTests="false" />
18 </component>
19 19 </module> </module>
File app/app.iml changed (mode: 100644) (index ae7c233..9723f9f)
1 1 <?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
2 <module external.linked.project.id=":app" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$/.." external.system.id="GRADLE" external.system.module.group="TLO" external.system.module.version="unspecified" type="JAVA_MODULE" version="4">
2 <module external.linked.project.id=":app" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$/.." external.system.id="GRADLE" external.system.module.group="TLO.apk" external.system.module.version="unspecified" type="JAVA_MODULE" version="4">
3 3 <component name="FacetManager"> <component name="FacetManager">
4 4 <facet type="android-gradle" name="Android-Gradle"> <facet type="android-gradle" name="Android-Gradle">
5 5 <configuration> <configuration>
 
28 28 </component> </component>
29 29 <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_7" inherit-compiler-output="false"> <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_7" inherit-compiler-output="false">
30 30 <output url="file://$MODULE_DIR$/build/intermediates/classes/debug" /> <output url="file://$MODULE_DIR$/build/intermediates/classes/debug" />
31 <output-test url="file://$MODULE_DIR$/build/intermediates/classes/androidTest/debug" />
31 32 <exclude-output /> <exclude-output />
32 33 <content url="file://$MODULE_DIR$"> <content url="file://$MODULE_DIR$">
33 34 <sourceFolder url="file://$MODULE_DIR$/build/generated/source/r/debug" isTestSource="false" generated="true" /> <sourceFolder url="file://$MODULE_DIR$/build/generated/source/r/debug" isTestSource="false" generated="true" />
 
70 71 <excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/jars" /> <excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/jars" />
71 72 <excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/support-v4/23.1.1/jars" /> <excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/support-v4/23.1.1/jars" />
72 73 <excludeFolder url="file://$MODULE_DIR$/build/intermediates/incremental" /> <excludeFolder url="file://$MODULE_DIR$/build/intermediates/incremental" />
73 <excludeFolder url="file://$MODULE_DIR$/build/intermediates/incremental-classes" />
74 <excludeFolder url="file://$MODULE_DIR$/build/intermediates/incremental-runtime-classes" />
75 <excludeFolder url="file://$MODULE_DIR$/build/intermediates/incremental-verifier" />
76 <excludeFolder url="file://$MODULE_DIR$/build/intermediates/instant-run-support" />
77 74 <excludeFolder url="file://$MODULE_DIR$/build/intermediates/jniLibs" /> <excludeFolder url="file://$MODULE_DIR$/build/intermediates/jniLibs" />
78 75 <excludeFolder url="file://$MODULE_DIR$/build/intermediates/manifests" /> <excludeFolder url="file://$MODULE_DIR$/build/intermediates/manifests" />
79 76 <excludeFolder url="file://$MODULE_DIR$/build/intermediates/pre-dexed" /> <excludeFolder url="file://$MODULE_DIR$/build/intermediates/pre-dexed" />
80 <excludeFolder url="file://$MODULE_DIR$/build/intermediates/reload-dex" />
81 77 <excludeFolder url="file://$MODULE_DIR$/build/intermediates/res" /> <excludeFolder url="file://$MODULE_DIR$/build/intermediates/res" />
82 <excludeFolder url="file://$MODULE_DIR$/build/intermediates/restart-dex" />
83 78 <excludeFolder url="file://$MODULE_DIR$/build/intermediates/rs" /> <excludeFolder url="file://$MODULE_DIR$/build/intermediates/rs" />
84 79 <excludeFolder url="file://$MODULE_DIR$/build/intermediates/symbols" /> <excludeFolder url="file://$MODULE_DIR$/build/intermediates/symbols" />
85 80 <excludeFolder url="file://$MODULE_DIR$/build/intermediates/transforms" /> <excludeFolder url="file://$MODULE_DIR$/build/intermediates/transforms" />
 
88 83 </content> </content>
89 84 <orderEntry type="jdk" jdkName="Android API 23 Platform" jdkType="Android SDK" /> <orderEntry type="jdk" jdkName="Android API 23 Platform" jdkType="Android SDK" />
90 85 <orderEntry type="sourceFolder" forTests="false" /> <orderEntry type="sourceFolder" forTests="false" />
91 <orderEntry type="library" exported="" name="support-annotations-23.1.1" level="project" />
92 86 <orderEntry type="library" exported="" name="support-v4-23.1.1" level="project" /> <orderEntry type="library" exported="" name="support-v4-23.1.1" level="project" />
87 <orderEntry type="library" exported="" name="support-annotations-23.1.1" level="project" />
93 88 <orderEntry type="library" exported="" name="appcompat-v7-23.1.1" level="project" /> <orderEntry type="library" exported="" name="appcompat-v7-23.1.1" level="project" />
94 89 </component> </component>
95 90 </module> </module>
File build.gradle changed (mode: 100644) (index 8113044..dd27eef)
... ... buildscript {
5 5 jcenter() jcenter()
6 6 } }
7 7 dependencies { dependencies {
8 classpath 'com.android.tools.build:gradle:2.0.0-alpha2'
8 classpath 'com.android.tools.build:gradle:1.5.0'
9 9
10 10 // NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong
11 11 // in the individual module build.gradle files // in the individual module build.gradle files
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/bitvice/TLO.apk

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/bitvice/TLO.apk

Clone this repository using git:
git clone git://git.rocketgit.com/user/bitvice/TLO.apk

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main