Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
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
Show 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