Skip to content

Commit b4231bb

Browse files
committed
Merge "commons" into the project root directory
1 parent d42db06 commit b4231bb

File tree

324 files changed

+22
-23
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

324 files changed

+22
-23
lines changed

.gitignore

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
# Gradle
88
.gradle
99
local.properties
10-
/commons/.gradle
11-
/commons/build
12-
/commons/app/build
10+
/.gradle
11+
/build
12+
/app/build
1313

1414
# IDE / Text editor files
1515
.nb-gradle

README.md

+4-5
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

commons/build.gradle build.gradle

File renamed without changes.

disable-campaigns.patch

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
diff --git a/commons/AndroidManifest.xml b/commons/AndroidManifest.xml
1+
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
22
index 5ad1c77..50b16ff 100644
3-
--- a/commons/AndroidManifest.xml
4-
+++ b/commons/AndroidManifest.xml
3+
--- a/app/src/main/AndroidManifest.xml
4+
+++ b/app/src/main/AndroidManifest.xml
55
@@ -82,14 +82,6 @@
66
android:label="@string/title_activity_settings"
77
/>

find-broken-strings-variables.sh

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
# Spot malformed string replacement patterns in Android localization files.
33
# First install Lint from the Android SDK
44

5-
grep -R "%1$ s" commons/res/values*
6-
grep -R "%1$ d" commons/res/values*
7-
grep -R "%1" commons/res/values* | grep -v "%1\\$"
5+
grep -R "%1$ s" res/values*
6+
grep -R "%1$ d" res/values*
7+
grep -R "%1" res/values* | grep -v "%1\\$"
88

9-
grep -RH '%' commons/res/values* |
9+
grep -RH '%' res/values* |
1010
sed -e 's/%/\n%/g' | # Split lines that contain several expressions
1111
grep '%' | # Filter out lines that do not contain expressions
1212
grep -v ' % ' | # Lone % character, not a variable
@@ -23,10 +23,10 @@ grep -RH '%' commons/res/values* |
2323
grep -v '%20' # Ignore URL whitespace
2424
exit
2525
# Double-width percent sign
26-
grep -R '' commons/res/values*
26+
grep -R '' res/values*
2727

2828
# Broken CDATA syntax
29-
grep -R "CDATA " commons/res/values*
29+
grep -R "CDATA " res/values*
3030

3131
# Android SDK Lint (does not detect most syntax errors)
3232
lint --check StringFormatInvalid commons
File renamed without changes.
File renamed without changes.

commons/gradlew gradlew

File renamed without changes.

commons/gradlew.bat gradlew.bat

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)