Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fenix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
The Tor Project
Applications
fenix
Commits
4f3c0ee8
Commit
4f3c0ee8
authored
6 years ago
by
Emily Kager
Committed by
Jeff Boek
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Closes #378 - Creates Library Fragment UI and adds resources
parent
10495657
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
22
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
app/src/main/res/values/strings.xml
+18
-0
18 additions, 0 deletions
app/src/main/res/values/strings.xml
buildSrc/src/main/java/Dependencies.kt
+3
-0
3 additions, 0 deletions
buildSrc/src/main/java/Dependencies.kt
with
21 additions
and
0 deletions
app/src/main/res/values/strings.xml
+
18
−
0
View file @
4f3c0ee8
...
...
@@ -90,4 +90,22 @@
<!-- Preference for data choices -->
<string
name=
"preferences_data_choices"
>
Data choices
</string>
<!-- Option in Library to open Sessions page -->
<string
name=
"library_sessions"
>
Sessions
</string>
<!-- Option in Library to open Screenshots page -->
<string
name=
"library_screenshots"
>
Screenshots
</string>
<!-- Option in Library to open Downloads page -->
<string
name=
"library_downloads"
>
Downloads
</string>
<!-- Option in Library to open Favorites page -->
<string
name=
"library_favorites"
>
Favorites
</string>
<!-- Option in Library to open History page -->
<string
name=
"library_history"
>
History
</string>
<!-- Option in Library to open Logins page -->
<string
name=
"library_logins"
>
Logins
</string>
</resources>
This diff is collapsed.
Click to expand it.
buildSrc/src/main/java/Dependencies.kt
+
3
−
0
View file @
4f3c0ee8
...
...
@@ -77,6 +77,9 @@ object Deps {
const
val
mozilla_service_fretboard
=
"org.mozilla.components:service-fretboard:${Versions.mozilla_android_components}"
const
val
mozilla_service_glean
=
"org.mozilla.components:service-glean:${Versions.mozilla_android_components}"
const
val
mozilla_ui_colors
=
"org.mozilla.components:ui-colors:${Versions.mozilla_android_components}"
const
val
mozilla_ui_icons
=
"org.mozilla.components:ui-icons:${Versions.mozilla_android_components}"
const
val
mozilla_lib_crash
=
"org.mozilla.components:lib-crash:${Versions.mozilla_android_components}"
const
val
mozilla_support_base
=
"org.mozilla.components:support-base:${Versions.mozilla_android_components}"
...
...
This diff is collapsed.
Click to expand it.
Prev
1
2
Next
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