Prepares release 2.23.1

This commit is contained in:
tom79 2019-10-31 17:28:27 +01:00
parent 773f98055c
commit cca50a66bb
3 changed files with 12 additions and 3 deletions

View File

@ -6,8 +6,8 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 29
versionCode 328
versionName "2.22.2"
versionCode 329
versionName "2.23.1"
multiDexEnabled true
renderscriptTargetApi 28 as int
renderscriptSupportModeEnabled true

View File

@ -1003,7 +1003,7 @@ public class API {
account = parseAccountResponse(context, new JSONObject(response));
InstanceNodeInfo nodeinfo = getNodeInfo(instance);
if( nodeinfo != null && nodeinfo.getName() != null) {
account.setSocial(getNodeInfo(instance).getName().toUpperCase());
account.setSocial(nodeinfo.getName().toUpperCase());
}
if (account != null && account.getSocial() != null && account.getSocial().equals("PLEROMA")) {
isPleromaAdmin(account.getAcct());

View File

@ -0,0 +1,9 @@
Added
- New layout for timelines
- Peertube: add a title before uploading
Fixed
- Notifications not working on some devices
- Notifications not clickable
- Issue when sharing media
- Fix crashes