osmo-tacdb.git branch master updated. afadcdaee2cd828ba9f6cc3a2ec54b207f545447

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.

gitosis at osmocom.org gitosis at osmocom.org
Thu Apr 28 19:44:43 UTC 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "TAC DB (and client)".

The branch, master has been updated
       via  afadcdaee2cd828ba9f6cc3a2ec54b207f545447 (commit)
       via  2ba53125d3148b6ef2811008731e13e1e7818bbb (commit)
      from  9952245bbc30c64299abf8e47dc3edfa15e88c0c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-tacdb/commit/?id=afadcdaee2cd828ba9f6cc3a2ec54b207f545447

commit afadcdaee2cd828ba9f6cc3a2ec54b207f545447
Merge: 2ba5312 9952245
Author: Nico Golde <nico at ngolde.de>
Date:   Thu Apr 28 21:44:35 2016 +0200

    Merge branch 'master' of ssh://git.osmocom.org/osmo-tacdb

http://cgit.osmocom.org/osmo-tacdb/commit/?id=2ba53125d3148b6ef2811008731e13e1e7818bbb

commit 2ba53125d3148b6ef2811008731e13e1e7818bbb
Author: Nico Golde <nico at ngolde.de>
Date:   Thu Apr 28 21:41:38 2016 +0200

    first version of our AWESOME app

-----------------------------------------------------------------------

Summary of changes:
 app/.gitignore                                     |   1 +
 app/build.gradle                                   |  27 +++
 app/proguard-rules.pro                             |  17 ++
 .../osmocom/tacdatabaseclient/ApplicationTest.java |  13 ++
 app/src/main/AndroidManifest.xml                   |  26 +++
 app/src/main/ic_launcher-web.png                   | Bin 0 -> 14097 bytes
 .../osmocom/tacdatabaseclient/MainActivity.java    | 230 +++++++++++++++++++++
 app/src/main/res/drawable/osmocom_logo.png         | Bin 0 -> 122758 bytes
 app/src/main/res/layout/activity_main.xml          |  48 +++++
 app/src/main/res/layout/content_main.xml           |  54 +++++
 app/src/main/res/menu/menu_main.xml                |   4 +
 app/src/main/res/mipmap-hdpi/ic_launcher.png       | Bin 0 -> 9345 bytes
 app/src/main/res/mipmap-mdpi/ic_launcher.png       | Bin 0 -> 4598 bytes
 app/src/main/res/mipmap-xhdpi/ic_launcher.png      | Bin 0 -> 15069 bytes
 app/src/main/res/mipmap-xxhdpi/ic_launcher.png     | Bin 0 -> 23517 bytes
 app/src/main/res/mipmap-xxxhdpi/ic_launcher.png    | Bin 0 -> 8538 bytes
 app/src/main/res/values-v21/styles.xml             |   9 +
 app/src/main/res/values-w820dp/dimens.xml          |   6 +
 app/src/main/res/values/colors.xml                 |   6 +
 app/src/main/res/values/dimens.xml                 |   6 +
 app/src/main/res/values/strings.xml                |  23 +++
 app/src/main/res/values/styles.xml                 |  20 ++
 .../osmocom/tacdatabaseclient/ExampleUnitTest.java |  15 ++
 build.gradle                                       |  23 +++
 gradle.properties                                  |  18 ++
 gradle/wrapper/gradle-wrapper.jar                  | Bin 0 -> 53637 bytes
 gradle/wrapper/gradle-wrapper.properties           |   6 +
 gradlew                                            | 160 ++++++++++++++
 gradlew.bat                                        |  90 ++++++++
 settings.gradle                                    |   1 +
 30 files changed, 803 insertions(+)
 create mode 100644 app/.gitignore
 create mode 100644 app/build.gradle
 create mode 100644 app/proguard-rules.pro
 create mode 100644 app/src/androidTest/java/org/osmocom/tacdatabaseclient/ApplicationTest.java
 create mode 100644 app/src/main/AndroidManifest.xml
 create mode 100644 app/src/main/ic_launcher-web.png
 create mode 100644 app/src/main/java/org/osmocom/tacdatabaseclient/MainActivity.java
 create mode 100644 app/src/main/res/drawable/osmocom_logo.png
 create mode 100644 app/src/main/res/layout/activity_main.xml
 create mode 100644 app/src/main/res/layout/content_main.xml
 create mode 100644 app/src/main/res/menu/menu_main.xml
 create mode 100644 app/src/main/res/mipmap-hdpi/ic_launcher.png
 create mode 100644 app/src/main/res/mipmap-mdpi/ic_launcher.png
 create mode 100644 app/src/main/res/mipmap-xhdpi/ic_launcher.png
 create mode 100644 app/src/main/res/mipmap-xxhdpi/ic_launcher.png
 create mode 100644 app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
 create mode 100644 app/src/main/res/values-v21/styles.xml
 create mode 100644 app/src/main/res/values-w820dp/dimens.xml
 create mode 100644 app/src/main/res/values/colors.xml
 create mode 100644 app/src/main/res/values/dimens.xml
 create mode 100644 app/src/main/res/values/strings.xml
 create mode 100644 app/src/main/res/values/styles.xml
 create mode 100644 app/src/test/java/org/osmocom/tacdatabaseclient/ExampleUnitTest.java
 create mode 100644 build.gradle
 create mode 100644 gradle.properties
 create mode 100644 gradle/wrapper/gradle-wrapper.jar
 create mode 100644 gradle/wrapper/gradle-wrapper.properties
 create mode 100755 gradlew
 create mode 100644 gradlew.bat
 create mode 100644 settings.gradle


hooks/post-receive
-- 
TAC DB (and client)



More information about the osmocom-commitlog mailing list