Skip to content

Commit 7d856a8

Browse files
committed
2 parents 0a264cd + ab205bc commit 7d856a8

23 files changed

+386
-245
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
PhoneProfilesPlus (aka PPP)
66
===========================
77

8-
[![version](https://img.shields.io/badge/version-6.3-blue)](https://github.com/henrichg/PhoneProfilesPlus/releases/tag/6.3)
8+
[![version](https://img.shields.io/badge/version-6.3.0.1-blue)](https://github.com/henrichg/PhoneProfilesPlus/releases/tag/6.3.0.1)
99
[![Platform](https://img.shields.io/badge/platform-android-green.svg)](http://developer.android.com/index.html)
1010
[![License](https://img.shields.io/hexpm/l/plug.svg)](https://github.com/henrichg/PhoneProfilesPlus/blob/master/LICENSE)
1111
[![Crowdin](https://badges.crowdin.net/phoneprofilesplus/localized.svg)](https://crowdin.com/project/phoneprofilesplus)

common/src/main/res/values-zh-rCN/strings.xml

+61-61
Large diffs are not rendered by default.

dependencies.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
// 6800 = removed widgets parameter "Rounded corners", Force set rounded corners = true, radius = 1.
3131
// 6920 = enabled PPP notification decorator for Pixel (Android 12+) and OneUI 5 (Samsung Galaxy).
3232
// 6960 = Increased default value for "Bluetooth LE scan duration".
33-
// 7050 = Convered old contacts data format in sensors to new format
33+
// 7065 = Convered old contacts data format in sensors to new format
3434

3535
ext.ppVersions = [
36-
publishVersion : '6.3',
37-
publishVersionCode: 7050,
36+
publishVersion : '6.3.0.1',
37+
publishVersionCode: 7065,
3838

3939
minSdk : 26,
4040
targetSdk : 28,

docs/FDroid_ChangeLog.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<h1 id="changelog">PhoneProfilesPlus Changelog</h1>
99

10-
<h2 id="version2">Version: 6.3</h2>
10+
<h2 id="version2">Version: 6.3, 6.3.0.1</h2>
1111

1212
<ul>
1313
<li>Add: New event sensor: "Brightness sensor"</li>

docs/FDroid_ChangeLog_CS.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<h1 id="changelog">PhoneProfilesPlus Seznam změn</h1>
99

10-
<h2 id="version2">Verze: 6.3</h2>
10+
<h2 id="version2">Verze: 6.3, 6.3.0.1</h2>
1111

1212
<ul>
1313
<li>Add: New event sensor: "Brightness sensor"</li>

docs/FDroid_ChangeLog_SK.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<h1 id="changelog">PhoneProfilesPlus Zoznam zmien</h1>
99

10-
<h2 id="version2">Verzia: 6.3</h2>
10+
<h2 id="version2">Verzia: 6.3, 6.3.0.1</h2>
1111

1212
<ul>
1313
<li>Add: New event sensor: "Brightness sensor"</li>

docs/releases-debug.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
@@@ppp-release:6.3:7050:normal***@@@
1+
@@@ppp-release:6.3.0.1:7065:normal***@@@

docs/releases.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
@@@ppp-release:6.3:7050:normal***@@@
1+
@@@ppp-release:6.3.0.1:7065:normal***@@@
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
6.3, 6.3.0.1
2+
Seznam změn:
3+
- Novinky v GUI a procesech na pozadí.
4+
- Změny GUI a procesech na pozadí.
5+
- Opravy v GUI a procesů na pozadí.
6+
- Opravy pádů aplikace.
7+
- Aktualizované překlady.
8+
9+
Úplný seznam změn je ve GitHub vydáních. (https://henrichg.github.io/PhoneProfilesPlus/FDroid_ChangeLog_CS)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
6.3, 6.3.0.1
2+
Change log:
3+
- GUI and background additions.
4+
- GUI and background changes.
5+
- GUI and background fixes.
6+
- Fixed application crashes.
7+
- Updated translations.
8+
9+
Full change log is in GitHub releases. (https://henrichg.github.io/PhoneProfilesPlus/FDroid_ChangeLog)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
6.3, 6.3.0.1
2+
Change log:
3+
- GUI and background additions.
4+
- GUI and background changes.
5+
- GUI and background fixes.
6+
- Fixed application crashes.
7+
- Updated translations.
8+
9+
Full change log is in GitHub releases. (https://henrichg.github.io/PhoneProfilesPlus/FDroid_ChangeLog)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
6.3, 6.3.0.1
2+
Zoznam zmien:
3+
- Novinky v GUI a procesoch na pozadí.
4+
- Zmeny v GUI a procesoch na pozadí.
5+
- Opravy v GUI a procesov na pozadí.
6+
- Opravy pádov aplikácie.
7+
- Aktualizované preklady.
8+
9+
Úplný zoznam zmien je v GitHub vydaniach. (https://henrichg.github.io/PhoneProfilesPlus/FDroid_ChangeLog_SK)

phoneProfilesPlus/src/main/java/sk/henrichg/phoneprofilesplus/ContactGroupsMultiSelectDialogPreferenceFragment.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ protected Void doInBackground(Void... params) {
147147
ContactsCache contactsCache = PPApplicationStatic.getContactsCache();
148148
if (contactsCache == null) {
149149
// cache not created, create it
150-
PPApplicationStatic.createContactsCache(prefContext.getApplicationContext(), false/*, false*//*, true*/);
150+
PPApplicationStatic.createContactsCache(prefContext.getApplicationContext(), false, false/*, true*/);
151151
/*contactsCache = PPApplicationStatic.getContactsCache();
152152
while (contactsCache.getCaching())
153153
GlobalUtils.sleep(100);*/
@@ -157,7 +157,7 @@ protected Void doInBackground(Void... params) {
157157
List<Contact> contactList = contactsCache.getList(/*withoutNumbers*/);
158158
if (contactList == null) {
159159
// not cached, cache it
160-
PPApplicationStatic.createContactsCache(prefContext.getApplicationContext(), false/*, false*//*, true*/);
160+
PPApplicationStatic.createContactsCache(prefContext.getApplicationContext(), false, false/*, true*/);
161161
/*contactsCache = PPApplicationStatic.getContactsCache();
162162
while (contactsCache.getCaching())
163163
GlobalUtils.sleep(100);*/

0 commit comments

Comments
 (0)