Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Proxdroid
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
jonasled
Proxdroid
Commits
6f75c60d
Commit
6f75c60d
authored
Nov 16, 2020
by
jonasled
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated to new gitlab link
parent
cb303969
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
README.md
README.md
+1
-1
app/src/main/java/de/jonasled/proxdroid/SettingsActivity.java
...src/main/java/de/jonasled/proxdroid/SettingsActivity.java
+1
-1
No files found.
README.md
View file @
6f75c60d
...
...
@@ -19,4 +19,4 @@ The main page can be found [here](https://translate.jonasled.de/engage/proxdroid
## Support
*
Discord:
[
https://discord.gg/JEuXW8h
](
https://discord.gg/JEuXW8h
)
*
Open a issue
[
here
](
https://gitlab.com/jonasled/proxdroid/-/issues/new
)
*
Open a issue
[
here
](
https://gitlab.com/jonasled
_
/proxdroid/-/issues/new
)
app/src/main/java/de/jonasled/proxdroid/SettingsActivity.java
View file @
6f75c60d
...
...
@@ -99,7 +99,7 @@ public class SettingsActivity extends AppCompatActivity {
return
true
;
});
findPreference
(
"sourcecode"
).
setOnPreferenceClickListener
((
Preference
preference
)
->
{
//call a browser with the gitlab link, on button press
Uri
uri
=
Uri
.
parse
(
"https://gitlab.com/jonasled/proxdroid"
);
Uri
uri
=
Uri
.
parse
(
"https://gitlab.com/jonasled
_
/proxdroid"
);
Intent
intent
=
new
Intent
(
Intent
.
ACTION_VIEW
,
uri
);
startActivity
(
intent
);
return
true
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment