This repository was archived by the owner on Aug 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
java/at/bitfire/gfxtablet Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
4- compileSdkVersion 22
5- buildToolsVersion " 22 .0.1 "
4+ compileSdkVersion 23
5+ buildToolsVersion " 23 .0.2 "
66
77 defaultConfig {
88 applicationId " at.bitfire.gfxtablet"
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
33 package =" at.bitfire.gfxtablet"
4- android : versionCode =" 4 "
5- android : versionName =" 1.3 " >
4+ android : versionCode =" 5 "
5+ android : versionName =" 1.4 " >
66
77 <uses-sdk />
88
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ public class CanvasActivity extends AppCompatActivity implements View.OnSystemUi
2626 private static final int RESULT_LOAD_IMAGE = 1 ;
2727 private static final String TAG = "GfxTablet.Canvas" ;
2828
29- final Uri homepageUri = Uri .parse (("https://rfc2822.github.io/GfxTablet/ " ));
29+ final Uri homepageUri = Uri .parse (("https://gfxtablet.bitfire.at " ));
3030
3131 NetworkClient netClient ;
3232
@@ -90,7 +90,7 @@ public void showAbout(MenuItem item) {
9090 }
9191
9292 public void showDonate (MenuItem item ) {
93- startActivity (new Intent (Intent .ACTION_VIEW , homepageUri .buildUpon ().fragment ("donate" ).build ()));
93+ startActivity (new Intent (Intent .ACTION_VIEW , homepageUri .buildUpon ().appendPath ("donate" ).build ()));
9494 }
9595
9696 public void showSettings (MenuItem item ) {
You can’t perform that action at this time.
0 commit comments