From 16f779372e2b1d12261e5e76d20bdae2c1ccc410 Mon Sep 17 00:00:00 2001 From: 4j17h <7hou74m4j17h@gmail.com> Date: Fri, 9 Apr 2021 15:32:33 +0530 Subject: [PATCH] POSP OTA 20210409 Signed-off-by: 4j17h <7hou74m4j17h@gmail.com> --- RMX1931/GetUpdateInfo.json | 17 ++++++++++++++++- RMX1931/changelog | 18 ++++++++++++++++++ 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/RMX1931/GetUpdateInfo.json b/RMX1931/GetUpdateInfo.json index 2d55c07..d33b764 100644 --- a/RMX1931/GetUpdateInfo.json +++ b/RMX1931/GetUpdateInfo.json @@ -1,8 +1,23 @@ { - "count": 2, + "count": 3, "next": null, "previous": null, "results": [ + { + "id": 3, + "user": null, + "url": "https://github.com/4j17h/CustomROMS_OTA/releases/download/POSP_OTA_20210409/potato_RMX1931-11-20210409-dumaloo.v4.1.3+12.Community.zip", + "build_date": 1617906457, + "build_type": "null", + "device": "RMX1931", + "dish": "null", + "downloads": 0, + "filename": "potato_RMX1931-11-20210409-dumaloo.v4.1.3+12.Community.zip", + "md5": "14dc3fbf0dc5dad6ee2bc03536607c13", + "notes": "", + "size": 939208749, + "version": "4.1.3+12" + }, { "id": 2, "user": null, diff --git a/RMX1931/changelog b/RMX1931/changelog index dea662f..44c3366 100644 --- a/RMX1931/changelog +++ b/RMX1931/changelog @@ -1,3 +1,21 @@ +-------------- +April 9, 2021 +-------------- +* April Security Patch +* Fix lockscreen wallpaper not being set if different from the Home one +* Ask pin for shutdown/reboot on secure lockscreen +* Add Portuguese (Brazil) translations to Fries (thanks to @augusto_peress!) +* Add QS color and transparency +* Add SysUI color mode (wallpaper based theming) +* Add pocket mode +* Add NavigationBarMode2ButtonOverlay +* Full emulator build support +* Use seekbar to allow setting arbitrary animation durations +* Improvements to backuptool +* Fixes to Fries +* Added ability to adjust Haptic Vibration Strength (Realme Settings) +* Fixed crashes when toggling HBM via QS tile (Realme Settings) + -------------- March 16, 2021 --------------