Release 3.4.0
This commit is contained in:
parent
10f2ac396c
commit
6b2d3670d3
|
@ -13,8 +13,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdk 21
|
minSdk 21
|
||||||
targetSdk 31
|
targetSdk 31
|
||||||
versionCode 412
|
versionCode 413
|
||||||
versionName "3.4-beta-3"
|
versionName "3.4.0"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
flavorDimensions "default"
|
flavorDimensions "default"
|
||||||
|
|
|
@ -1,18 +1,8 @@
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"version": "3.4-beta-3",
|
"version": "3.4.0",
|
||||||
"code": "412",
|
"code": "413",
|
||||||
"note": "- Fix post message with media\n- Fix encoding issue with media descriptions\n- Fix Friendica tag search\n- Fixes when composing\n- Some other small fixes\n"
|
"note": "Added:\n- New cache mechanism (can be disabled in settings)\n- Set thumbnails load behavior Always/Wifi only /ask\n- Add counters for new messages in timelines\nFixed:\n- Contextual menu not working in threads\n- Tag search issue with Friendica\n- Notifications click open the wrong tab\n- Encoding issue with media descriptions\n- Some other fixes."
|
||||||
},
|
|
||||||
{
|
|
||||||
"version": "3.4-beta-2",
|
|
||||||
"code": "411",
|
|
||||||
"note": "- Fix post message with media\n- Set thumbnails load behavior Always/Wifi only /ask\n- Some other small fixes"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"version": "3.4-beta-1",
|
|
||||||
"code": "410",
|
|
||||||
"note": "- New cache mechanism\n- Cache can be disabled in settings\n- Add counters for new messages\n- Some fixes."
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"version": "3.3.2",
|
"version": "3.3.2",
|
||||||
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
Added:
|
||||||
|
- New cache mechanism (can be disabled in settings)
|
||||||
|
- Set thumbnails load behavior Always/Wifi only /ask
|
||||||
|
- Add counters for new messages in timelines
|
||||||
|
Fixed:
|
||||||
|
- Contextual menu not working in threads
|
||||||
|
- Tag search issue with Friendica
|
||||||
|
- Notifications click open the wrong tab
|
||||||
|
- Encoding issue with media descriptions
|
||||||
|
- Some other fixes.
|
Loading…
Reference in New Issue