diff options
71 files changed, 74 insertions, 74 deletions
@@ -1,4 +1,4 @@ | |||
1 | # tinc app, an Android binding and user interface for the tinc mesh VPN daemon | 1 | # Tinc App, an Android binding and user interface for the tinc mesh VPN daemon |
2 | # Copyright (C) 2017-2018 Pacien TRAN-GIRARD | 2 | # Copyright (C) 2017-2018 Pacien TRAN-GIRARD |
3 | # | 3 | # |
4 | # This program is free software: you can redistribute it and/or modify | 4 | # This program is free software: you can redistribute it and/or modify |
diff --git a/app/.gitignore b/app/.gitignore index 1a06cfd..7ca87f0 100644 --- a/app/.gitignore +++ b/app/.gitignore | |||
@@ -1,4 +1,4 @@ | |||
1 | # tinc app, an Android binding and user interface for the tinc mesh VPN daemon | 1 | # Tinc App, an Android binding and user interface for the tinc mesh VPN daemon |
2 | # Copyright (C) 2017-2018 Pacien TRAN-GIRARD | 2 | # Copyright (C) 2017-2018 Pacien TRAN-GIRARD |
3 | # | 3 | # |
4 | # This program is free software: you can redistribute it and/or modify | 4 | # This program is free software: you can redistribute it and/or modify |
diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt index 9ed98a9..25cc810 100644 --- a/app/CMakeLists.txt +++ b/app/CMakeLists.txt | |||
@@ -1,4 +1,4 @@ | |||
1 | # tinc app, an Android binding and user interface for the tinc mesh VPN daemon | 1 | # Tinc App, an Android binding and user interface for the tinc mesh VPN daemon |
2 | # Copyright (C) 2017-2018 Pacien TRAN-GIRARD | 2 | # Copyright (C) 2017-2018 Pacien TRAN-GIRARD |
3 | # | 3 | # |
4 | # This program is free software: you can redistribute it and/or modify | 4 | # This program is free software: you can redistribute it and/or modify |
diff --git a/app/build.gradle b/app/build.gradle index bfe3944..08c6444 100644 --- a/app/build.gradle +++ b/app/build.gradle | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * tinc app, an Android binding and user interface for the tinc mesh VPN daemon | 2 | * Tinc App, an Android binding and user interface for the tinc mesh VPN daemon |
3 | * Copyright (C) 2017-2018 Pacien TRAN-GIRARD | 3 | * Copyright (C) 2017-2018 Pacien TRAN-GIRARD |
4 | * | 4 | * |
5 | * This program is free software: you can redistribute it and/or modify | 5 | * This program is free software: you can redistribute it and/or modify |
diff --git a/app/lint.xml b/app/lint.xml index d8deb7e..1bf837f 100644 --- a/app/lint.xml +++ b/app/lint.xml | |||
@@ -1,7 +1,7 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | ||
3 | <!-- | 3 | <!-- |
4 | * tinc app, an Android binding and user interface for the tinc mesh VPN daemon | 4 | * Tinc App, an Android binding and user interface for the tinc mesh VPN daemon |
5 | * Copyright (C) 2017-2018 Pacien TRAN-GIRARD | 5 | * Copyright (C) 2017-2018 Pacien TRAN-GIRARD |
6 | * | 6 | * |
7 | * This program is free software: you can redistribute it and/or modify | 7 | * This program is free software: you can redistribute it and/or modify |
diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index 666e9ab..53380f1 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro | |||
@@ -1,4 +1,4 @@ | |||
1 | # tinc app, an Android binding and user interface for the tinc mesh VPN daemon | 1 | # Tinc App, an Android binding and user interface for the tinc mesh VPN daemon |
2 | # Copyright (C) 2017-2018 Pacien TRAN-GIRARD | 2 | # Copyright (C) 2017-2018 Pacien TRAN-GIRARD |
3 | # | 3 | # |
4 | # This program is free software: you can redistribute it and/or modify | 4 | # This program is free software: you can redistribute it and/or modify |
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index d96fba6..517097e 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml | |||
@@ -1,7 +1,7 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | ||
3 | <!-- | 3 | <!-- |
4 | * tinc app, an Android binding and user interface for the tinc mesh VPN daemon | 4 | * Tinc App, an Android binding and user interface for the tinc mesh VPN daemon |
5 | * Copyright (C) 2017-2018 Pacien TRAN-GIRARD | 5 | * Copyright (C) 2017-2018 Pacien TRAN-GIRARD |
6 | * | 6 | * |
7 | * This program is free software: you can redistribute it and/or modify | 7 | * This program is free software: you can redistribute it and/or modify |
@@ -28,7 +28,7 @@ | |||
28 | android:name="org.pacien.tincapp.context.App" | 28 | android:name="org.pacien.tincapp.context.App" |
29 | android:allowBackup="false" | 29 | android:allowBackup="false" |
30 | android:icon="@mipmap/ic_launcher" | 30 | android:icon="@mipmap/ic_launcher" |
31 | android:label="@string/app_label" | 31 | android:label="@string/app_name" |
32 | android:supportsRtl="true" | 32 | android:supportsRtl="true" |
33 | android:theme="@style/AppTheme" | 33 | android:theme="@style/AppTheme" |
34 | tools:ignore="GoogleAppIndexingWarning"> | 34 | tools:ignore="GoogleAppIndexingWarning"> |
@@ -36,7 +36,7 @@ | |||
36 | <activity | 36 | <activity |
37 | android:name=".activities.StartActivity" | 37 | android:name=".activities.StartActivity" |
38 | android:configChanges="orientation|screenSize" | 38 | android:configChanges="orientation|screenSize" |
39 | android:label="@string/app_label"> | 39 | android:label="@string/app_name"> |
40 | <intent-filter> | 40 | <intent-filter> |
41 | <action android:name="android.intent.action.MAIN"/> | 41 | <action android:name="android.intent.action.MAIN"/> |
42 | <category android:name="android.intent.category.LAUNCHER"/> | 42 | <category android:name="android.intent.category.LAUNCHER"/> |
diff --git a/app/src/main/c/exec.c b/app/src/main/c/exec.c index 5e92b11..c335b20 100644 --- a/app/src/main/c/exec.c +++ b/app/src/ma |