Prepare release 2.35.0

This commit is contained in:
tom79 2020-04-16 16:23:48 +02:00
parent 92cf0c6ff5
commit d6d7086600
3 changed files with 35 additions and 29 deletions

View File

@ -6,8 +6,8 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 29
versionCode 362
versionName "2.34.5"
versionCode 363
versionName "2.35.0"
multiDexEnabled true
renderscriptTargetApi 28 as int
renderscriptSupportModeEnabled true

View File

@ -0,0 +1,4 @@
Fixed:
- Lot of crashes 🥺🥺🥺🥺🥺😱
- Push notifications not working
- Some issues with filters

View File

@ -1788,6 +1788,7 @@ public class Helper {
if (!accountChoice.getAvatar().startsWith("http"))
accountChoice.setAvatar("https://" + accountChoice.getInstance() + accountChoice.getAvatar());
ImageView itemIconAcc = new ImageView(activity);
if( !activity.isFinishing()) {
Glide.with(activity)
.asDrawable()
.apply(new RequestOptions().transform(new CenterCrop(), new RoundedCorners(270)))
@ -1819,6 +1820,7 @@ public class Helper {
}
});
}
if (accounts.size() > 2) {
if (accountChoice.getSocial() != null && accountChoice.getSocial().equals("PEERTUBE"))