Merge branch 'develop'

This commit is contained in:
Thomas 2020-06-07 10:15:46 +02:00
commit c1f7c87d7e
4 changed files with 25 additions and 3 deletions

View File

@ -6,8 +6,8 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 29
versionCode 369
versionName "2.35.5"
versionCode 370
versionName "2.35.6"
multiDexEnabled true
renderscriptTargetApi 28 as int
renderscriptSupportModeEnabled true

View File

@ -0,0 +1,11 @@
Added:
- Silesian localization
Changed:
- Add Silesian in language picker
Fixed:
- Some URLs not clickable
- Empty home timeline
- Some crashes when scrolling
- Question mark bug

View File

@ -1314,7 +1314,7 @@ public class Status implements Parcelable {
}
public String getContent() {
return content.replaceAll("\\p{C}", "?");
return content;
}
public void setContent(Context context, String content) {

View File

@ -0,0 +1,11 @@
Added:
- Silesian localization
Changed:
- Add Silesian in language picker
Fixed:
- Some URLs not clickable
- Empty home timeline
- Some crashes when scrolling
- Question mark bug