Commit f17e97f5 authored by Thomas's avatar Thomas
Browse files

- Support 16KB memory page size for Google Play

parent bed72b0d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ android {
    defaultConfig {
        minSdk 21
        targetSdk 35
        versionCode 548
        versionCode 549
        versionName "3.37.0"
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
    }
+1 −1
Original line number Diff line number Diff line
[
  {
    "version": "3.37.0",
    "code": "548",
    "code": "549",
    "note": "Added\n- Add reverse timeline reading order option\n- Add grouped notifications API (v2) with fallback to local grouping\n- Add volume slider and playback speed controls to video player\n- Add replies policy option when creating/editing lists\n- Add pinch zoom on remotely loaded media\n- Add fediverse creator support in link preview cards\n- Add unreachable gap detection in home timeline\n- Add pinned statuses carousel in profiles\n\nChanged\n- Show display name instead of generic text in poll notifications\n- Show emoji shortcode as fallback when custom emoji fails to load\n- Keep timeline stable when interacting with posts\n- Improve pronouns and display name handling\n- Improve fit preview by capping height\n\nFixed\n- Fix picture timelines not loading new art and losing posts on restart\n- Fix alt-text changes lost when editing scheduled posts\n- Fix quotes lost on scheduled posts\n- Fix unexpected quote_approval format from GlitchSocial instances\n- Fix scheduled posts: wrong item removed from list and minimum delay enforced\n- Fix search pagination for statuses and accounts\n- Fix duplicate posts when one post in a series fails\n- Fix crash when hiding/deleting timeline after another deletion\n- Fix compose error message not shown immediately in thread view\n- Fix quote button not disabled when quoting is denied\n- Fix pagination for instances with non-alphanumeric IDs\n- Fix remote mention resolution\n- Fix quote visibility forced to unlisted instead of using default\n"
  },
  {
+2 −1
Original line number Diff line number Diff line
@@ -20,3 +20,4 @@ android.enableJetifier=true
android.defaults.buildfeatures.buildconfig=true
android.nonTransitiveRClass=false
android.nonFinalResIds=false
android.experimental.enablePageSizeAlignment=true
 No newline at end of file