Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FUPlanner
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
donut87
FUPlanner
Commits
7ad71a0e
Commit
7ad71a0e
authored
6 years ago
by
Caesar2011
Browse files
Options
Downloads
Patches
Plain Diff
Fixed
parent
761f5d44
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
app/build.gradle
+7
-7
7 additions, 7 deletions
app/build.gradle
app/src/main/res/values/preferences.xml
+2
-2
2 additions, 2 deletions
app/src/main/res/values/preferences.xml
app/src/main/res/xml/preferences.xml
+1
-1
1 addition, 1 deletion
app/src/main/res/xml/preferences.xml
with
10 additions
and
10 deletions
app/build.gradle
+
7
−
7
View file @
7ad71a0e
...
@@ -27,24 +27,24 @@ android {
...
@@ -27,24 +27,24 @@ android {
dependencies
{
dependencies
{
implementation
'com.android.support:recyclerview-v7:28.0.0-
beta
01'
implementation
'com.android.support:recyclerview-v7:28.0.0-
rc
01'
implementation
fileTree
(
include:
[
'*.jar'
],
dir:
'libs'
)
implementation
fileTree
(
include:
[
'*.jar'
],
dir:
'libs'
)
androidTestImplementation
(
'com.android.support.test.espresso:espresso-core:2.2.2'
,
{
androidTestImplementation
(
'com.android.support.test.espresso:espresso-core:2.2.2'
,
{
exclude
group:
'com.android.support'
,
module:
'support-annotations'
exclude
group:
'com.android.support'
,
module:
'support-annotations'
})
})
implementation
'com.android.support:appcompat-v7:28.0.0-
beta
01'
implementation
'com.android.support:appcompat-v7:28.0.0-
rc
01'
implementation
'com.android.support:preference-v7:28.0.0-
beta
01'
implementation
'com.android.support:preference-v7:28.0.0-
rc
01'
implementation
'com.android.support:design:28.0.0-
beta
01'
implementation
'com.android.support:design:28.0.0-
rc
01'
implementation
'com.android.support.constraint:constraint-layout:1.1.2'
implementation
'com.android.support.constraint:constraint-layout:1.1.2'
implementation
'com.android.volley:volley:1.0.0'
implementation
'com.android.volley:volley:1.0.0'
//noinspection GradleDependency
//noinspection GradleDependency
implementation
'com.google.android.gms:play-services-auth:15.0.0'
implementation
'com.google.android.gms:play-services-auth:15.0.0'
implementation
'com.android.support:support-v4:28.0.0-
beta
01'
implementation
'com.android.support:support-v4:28.0.0-
rc
01'
testImplementation
'junit:junit:4.12'
testImplementation
'junit:junit:4.12'
implementation
fileTree
(
include:
[
'*.jar'
],
dir:
'libs'
)
implementation
fileTree
(
include:
[
'*.jar'
],
dir:
'libs'
)
implementation
'com.android.support:appcompat-v7:28.0.0-
beta
01'
implementation
'com.android.support:appcompat-v7:28.0.0-
rc
01'
implementation
'org.jbundle.util.osgi.wrapped:org.jbundle.util.osgi.wrapped.org.apache.http.client:4.1.2'
implementation
'org.jbundle.util.osgi.wrapped:org.jbundle.util.osgi.wrapped.org.apache.http.client:4.1.2'
implementation
'com.android.support:support-v4:28.0.0-
beta
01'
implementation
'com.android.support:support-v4:28.0.0-
rc
01'
implementation
'org.jetbrains:annotations-java5:15.0'
implementation
'org.jetbrains:annotations-java5:15.0'
//implementation 'com.github.quivr:android-week-view:2.0.2'//com.github.alamkanak:android-week-view:1.2.6
//implementation 'com.github.quivr:android-week-view:2.0.2'//com.github.alamkanak:android-week-view:1.2.6
implementation
'com.ms-square:expandableTextView:0.1.4'
implementation
'com.ms-square:expandableTextView:0.1.4'
...
...
This diff is collapsed.
Click to expand it.
app/src/main/res/values/preferences.xml
+
2
−
2
View file @
7ad71a0e
...
@@ -4,6 +4,6 @@
...
@@ -4,6 +4,6 @@
<item>
@string/pref_price_group
</item>
<item>
@string/pref_price_group
</item>
<item>
@string/pref_price_group_default
</item>
<item>
@string/pref_price_group_default
</item>
</string-array>
</string-array>
<string
name=
"pref_price_group"
>
pref_price_group
</string>
<string
name=
"pref_price_group"
translatable=
"false"
>
pref_price_group
</string>
<string
name=
"pref_price_group_default"
>
all
</string>
<string
name=
"pref_price_group_default"
translatable=
"false"
>
all
</string>
</resources>
</resources>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
app/src/main/res/xml/preferences.xml
+
1
−
1
View file @
7ad71a0e
...
@@ -13,6 +13,6 @@
...
@@ -13,6 +13,6 @@
android:title=
"@string/open_data_policy"
android:title=
"@string/open_data_policy"
android:summary=
"@string/open_data_policy_summary"
>
android:summary=
"@string/open_data_policy_summary"
>
<intent
android:action=
"android.intent.action.VIEW"
<intent
android:action=
"android.intent.action.VIEW"
android:data=
"http://
www.android.com
"
/>
android:data=
"http
s
://
gogs.sebse.de/Caesar2011/FUPlanner/src/master/datenschutz.md
"
/>
</PreferenceScreen>
</PreferenceScreen>
</PreferenceScreen>
</PreferenceScreen>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment