File tree 2 files changed +4
-1
lines changed
app/src/main/java/io/github/yawnoc/strokeinput
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 3
3
4
4
## [ Unreleased]
5
5
6
+ - Tweaked privacy policy punctuation (English) and wording (Chinese)
7
+ - Updated privacy policy button URL anchor for said tweak
8
+
6
9
7
10
## [ v1.4.1] (67) 不鏽鋼 (2024-12-29)
8
11
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ public class MainActivity
50
50
private static final String ASSETS_DIRECTORY = "file:///android_asset/" ;
51
51
private static final String SOURCE_CODE_URI = "https://github.com/stroke-input/stroke-input-android" ;
52
52
private static final String PRIVACY_POLICY_URI =
53
- "https://github.com/stroke-input/stroke-input-android/blob/master/PRIVACY.md#privacy-policy" ;
53
+ "https://github.com/stroke-input/stroke-input-android/blob/master/PRIVACY.md#privacy-policy-english-version " ;
54
54
55
55
AlertDialog .Builder candidateOrderDialogBuilder ;
56
56
Dialog candidateOrderDialog ;
You can’t perform that action at this time.
0 commit comments