2020-02-27 19:34:33 +08:00
|
|
|
Changes in RiotX 0.18.0 (2020-XX-XX)
|
|
|
|
===================================================
|
|
|
|
|
|
|
|
Features ✨:
|
|
|
|
-
|
|
|
|
|
|
|
|
Improvements 🙌:
|
2020-03-04 23:26:09 +08:00
|
|
|
- Share image and other media from e2e rooms (#677)
|
2020-03-01 16:59:00 +08:00
|
|
|
- Add support for `/plain` command (#12)
|
2020-03-04 17:37:31 +08:00
|
|
|
- Detect spaces in password if user fail to login (#1038)
|
2020-03-04 19:14:07 +08:00
|
|
|
- FTUE: do not display a different color when encrypting message when not in developer mode.
|
2020-02-27 19:34:33 +08:00
|
|
|
|
|
|
|
Bugfix 🐛:
|
2020-02-28 18:38:30 +08:00
|
|
|
- Fix crash on attachment preview screen (#1088)
|
2020-03-03 17:40:58 +08:00
|
|
|
- "Share" option is not appearing in encrypted rooms for images (#1031)
|
2020-03-04 23:26:09 +08:00
|
|
|
- Set "image/jpeg" as MIME type of images instead of "image/jpg" (#1075)
|
2020-02-27 19:34:33 +08:00
|
|
|
|
|
|
|
Translations 🗣:
|
|
|
|
-
|
|
|
|
|
|
|
|
SDK API changes ⚠️:
|
|
|
|
-
|
|
|
|
|
|
|
|
Build 🧱:
|
2020-02-27 19:47:11 +08:00
|
|
|
- Upgrade ktlint to version 0.36.0
|
2020-02-27 19:34:33 +08:00
|
|
|
|
|
|
|
Other changes:
|
2020-02-27 22:41:35 +08:00
|
|
|
- Restore availability to Chromebooks (#932)
|
2020-03-04 16:37:32 +08:00
|
|
|
- Add a [documentation](./docs/integration_tests.md) to run integration tests
|
2020-02-27 19:34:33 +08:00
|
|
|
|
2020-02-27 19:32:03 +08:00
|
|
|
Changes in RiotX 0.17.0 (2020-02-27)
|
2020-02-03 23:20:55 +08:00
|
|
|
===================================================
|
|
|
|
|
|
|
|
Features ✨:
|
2020-02-13 00:20:01 +08:00
|
|
|
- Secured Shared Storage Support (#984, #936)
|
2020-02-14 16:40:07 +08:00
|
|
|
- It's now possible to select several rooms (with a possible mix of clear/encrypted rooms) when sharing elements to RiotX (#1010)
|
|
|
|
- Media preview: media are previewed before being sent to a room (#1010)
|
|
|
|
- Image edition: it's now possible to edit image before sending: crop, rotate, and delete actions are supported (#1010)
|
|
|
|
- Sending image: image are sent to rooms with a reduced size. It's still possible to send original image file (#1010)
|
2020-02-03 23:20:55 +08:00
|
|
|
|
|
|
|
Improvements 🙌:
|
2020-02-20 01:11:23 +08:00
|
|
|
- Migrate to binary QR code verification (#994)
|
2020-02-21 20:30:01 +08:00
|
|
|
- Share action is added to room profile and room member profile (#858)
|
2020-02-26 17:12:49 +08:00
|
|
|
- Display avatar in fullscreen (#861)
|
2020-02-22 01:23:47 +08:00
|
|
|
- Fix some performance issues with crypto
|
2020-02-03 23:20:55 +08:00
|
|
|
|
|
|
|
Bugfix 🐛:
|
2020-02-17 17:30:54 +08:00
|
|
|
- Account creation: wrongly hints that an email can be used to create an account (#941)
|
2020-02-18 17:40:30 +08:00
|
|
|
- Fix crash in the room directory, when public room has no name (#1023)
|
2020-02-19 23:30:12 +08:00
|
|
|
- Fix restoring keys backup with passphrase (#526)
|
2020-02-21 05:51:22 +08:00
|
|
|
- Fix rotation of full-size image (#647)
|
2020-02-21 01:57:29 +08:00
|
|
|
- Fix joining rooms from directory via federation isn't working. (#808)
|
2020-02-21 02:31:33 +08:00
|
|
|
- Leaving a room creates a stuck "leaving room" loading screen. (#1041)
|
2020-02-25 00:44:51 +08:00
|
|
|
- Fix some invitation handling issues (#1013)
|
2020-02-26 02:00:38 +08:00
|
|
|
- New direct chat: selecting a participant sometimes results in two breadcrumbs (#1022)
|
2020-02-26 14:38:10 +08:00
|
|
|
- New direct chat: selecting several participants was not adding the room to the direct chats list
|
2020-02-26 21:51:01 +08:00
|
|
|
- Room overview shows deleted messages as “Encrypted message” (#758)
|
2020-02-03 23:20:55 +08:00
|
|
|
|
2020-02-14 22:16:00 +08:00
|
|
|
SDK API changes ⚠️:
|
2020-02-17 22:54:17 +08:00
|
|
|
- Get crypto methods through Session.cryptoService()
|
2020-02-20 21:39:48 +08:00
|
|
|
- ProgressListener.onProgress() function will be invoked on the background thread instead of UI thread
|
2020-02-26 14:17:25 +08:00
|
|
|
- Improve CreateRoomParams API (#1070)
|
2020-02-13 14:01:48 +08:00
|
|
|
|
2020-02-14 22:14:48 +08:00
|
|
|
Changes in RiotX 0.16.0 (2020-02-14)
|
2020-02-03 23:20:55 +08:00
|
|
|
===================================================
|
|
|
|
|
|
|
|
Features ✨:
|
2020-02-12 22:06:22 +08:00
|
|
|
- Polls and Bot Buttons (MSC 2192 matrix-org/matrix-doc#2192)
|
2020-02-03 23:20:55 +08:00
|
|
|
|
|
|
|
Improvements 🙌:
|
2020-02-14 21:34:22 +08:00
|
|
|
- Show confirmation dialog before deleting a message (#967, #1003)
|
2020-02-12 22:57:49 +08:00
|
|
|
- Open room member profile from reactions list and read receipts list (#875)
|
2020-02-03 23:20:55 +08:00
|
|
|
|
|
|
|
Bugfix 🐛:
|
2020-02-11 21:48:28 +08:00
|
|
|
- Fix crash by removing all notifications after clearing cache (#878)
|
2020-02-12 18:16:21 +08:00
|
|
|
- Fix issue with verification when other client declares it can only show QR code (#988)
|
2020-02-14 21:52:10 +08:00
|
|
|
- Fix too errors in the code (1941862499c9ec5268cc80882512ced379cafcfd, a250a895fe0a4acf08c671e03434edcd29ccd84f)
|
2020-02-03 23:20:55 +08:00
|
|
|
|
2020-02-14 19:43:27 +08:00
|
|
|
SDK API changes ⚠️:
|
2020-02-13 14:01:48 +08:00
|
|
|
- Javadoc improved for PushersService
|
|
|
|
- PushersService.pushers() has been renamed to PushersService.getPushers()
|
|
|
|
|
2020-02-11 04:40:27 +08:00
|
|
|
Changes in RiotX 0.15.0 (2020-02-10)
|
2020-02-03 23:20:55 +08:00
|
|
|
===================================================
|
|
|
|
|
|
|
|
Improvements 🙌:
|
2020-02-05 21:13:43 +08:00
|
|
|
- Improve navigation to the timeline (#789, #862)
|
2020-02-11 17:11:36 +08:00
|
|
|
- Improve network detection. It is now based on the sync request status (#873, #882)
|
2020-02-03 23:20:55 +08:00
|
|
|
|
|
|
|
Other changes:
|
2020-02-05 22:18:03 +08:00
|
|
|
- Support SSO login with Firefox account (#606)
|
2020-02-03 23:20:55 +08:00
|
|
|
|
|
|
|
Bugfix 🐛:
|
2020-02-04 03:06:37 +08:00
|
|
|
- Ask for permission before opening the camera (#934)
|
2020-02-04 21:41:32 +08:00
|
|
|
- Encrypt for invited users by default, if the room state allows it (#803)
|
2020-02-03 23:20:55 +08:00
|
|
|
|
2020-02-03 23:15:38 +08:00
|
|
|
Changes in RiotX 0.14.3 (2020-02-03)
|
2020-02-02 21:26:09 +08:00
|
|
|
===================================================
|
|
|
|
|
|
|
|
Bugfix 🐛:
|
2020-02-03 23:15:38 +08:00
|
|
|
- Fix Exception in DeviceListManager
|
2020-02-02 21:26:09 +08:00
|
|
|
|
2020-02-02 21:05:12 +08:00
|
|
|
Changes in RiotX 0.14.2 (2020-02-02)
|
2020-02-02 15:00:57 +08:00
|
|
|
===================================================
|
|
|
|
|
2020-02-03 23:15:38 +08:00
|
|
|
Bugfix 🐛:
|
|
|
|
- Fix RiotX not starting issue
|
2020-02-02 15:00:57 +08:00
|
|
|
|
2020-02-02 14:55:46 +08:00
|
|
|
Changes in RiotX 0.14.1 (2020-02-02)
|
2020-02-02 00:21:41 +08:00
|
|
|
===================================================
|
|
|
|
|
|
|
|
Bugfix 🐛:
|
2020-02-02 14:55:46 +08:00
|
|
|
- Cross-signing: fix UX issue when closing the bottom sheet verification (#813)
|
|
|
|
- Room and room member profile: fix issues on dark and black themes
|
2020-02-02 00:21:41 +08:00
|
|
|
|
2020-02-02 00:19:53 +08:00
|
|
|
Changes in RiotX 0.14.0 (2020-02-01)
|
2019-12-19 23:46:01 +08:00
|
|
|
===================================================
|
|
|
|
|
|
|
|
Features ✨:
|
2020-02-02 00:19:53 +08:00
|
|
|
- First implementation of Cross-signing
|
2020-01-20 22:10:16 +08:00
|
|
|
- Enable encryption in unencrypted rooms, from the room settings (#212)
|
2020-01-29 23:11:23 +08:00
|
|
|
- Negotiate E2E by default for DMs (#907)
|
2019-12-19 23:46:01 +08:00
|
|
|
|
|
|
|
Improvements 🙌:
|
2020-01-22 00:57:06 +08:00
|
|
|
- Sharing things to RiotX: sort list by recent room first (#771)
|
2020-01-28 23:36:28 +08:00
|
|
|
- Hide the algorithm when turning on e2e (#897)
|
2020-01-30 01:07:57 +08:00
|
|
|
- Sort room members by display names
|
2019-12-19 23:46:01 +08:00
|
|
|
|
|
|
|
Other changes:
|
2020-01-24 06:25:26 +08:00
|
|
|
- Add support for /rainbow and /rainbowme commands (#879)
|
2019-12-19 23:46:01 +08:00
|
|
|
|
2020-01-17 21:25:25 +08:00
|
|
|
Build 🧱:
|
2020-01-17 23:06:58 +08:00
|
|
|
- Ensure builds are reproducible (#842)
|
2020-01-20 22:58:12 +08:00
|
|
|
- F-Droid: fix the "-dev" issue in version name (#815)
|
2020-01-17 21:25:25 +08:00
|
|
|
|
2020-01-17 21:23:58 +08:00
|
|
|
Changes in RiotX 0.13.0 (2020-01-17)
|
2020-01-09 22:32:37 +08:00
|
|
|
===================================================
|
|
|
|
|
|
|
|
Features ✨:
|
2020-01-12 03:43:47 +08:00
|
|
|
- Send and render typing events (#564)
|
2020-01-15 01:48:13 +08:00
|
|
|
- Create Room Profile screen (#54)
|
|
|
|
- Create Room Member Profile screen (#59)
|
2020-01-09 22:32:37 +08:00
|
|
|
|
|
|
|
Improvements 🙌:
|
2020-01-11 01:15:34 +08:00
|
|
|
- Render events m.room.encryption and m.room.guest_access in the timeline
|
2020-01-09 22:32:37 +08:00
|
|
|
|
|
|
|
Bugfix 🐛:
|
2020-01-17 21:10:47 +08:00
|
|
|
- Fix broken background sync in F-Droid version
|
|
|
|
- Fix issue with downloaded file on encrypted rooms. The file was not properly decrypted
|
2020-01-09 22:32:37 +08:00
|
|
|
|
2019-12-19 23:46:01 +08:00
|
|
|
Build 🧱:
|
2020-01-11 00:29:34 +08:00
|
|
|
- Change the way versionCode is computed (#827)
|
2019-12-19 23:46:01 +08:00
|
|
|
|
2020-01-09 22:31:13 +08:00
|
|
|
Changes in RiotX 0.12.0 (2020-01-09)
|
2019-12-19 23:46:01 +08:00
|
|
|
===================================================
|
|
|
|
|
|
|
|
Improvements 🙌:
|
2019-12-20 18:27:26 +08:00
|
|
|
- The initial sync is now handled by a foreground service
|
2019-12-20 02:39:35 +08:00
|
|
|
- Render aliases and canonical alias change in the timeline
|
2020-01-09 00:58:26 +08:00
|
|
|
- Introduce developer mode in the settings (#745, #796)
|
2020-01-02 23:10:55 +08:00
|
|
|
- Improve devices list screen
|
2020-01-03 01:12:44 +08:00
|
|
|
- Add settings for rageshake sensibility
|
2019-12-22 16:22:43 +08:00
|
|
|
- Fix autocompletion issues and add support for rooms, groups, and emoji (#780)
|
2020-01-08 21:49:26 +08:00
|
|
|
- Show skip to bottom FAB while scrolling down (#752)
|
2020-01-08 01:37:05 +08:00
|
|
|
- Enable encryption on a room, SDK part (#212)
|
2019-12-19 23:46:01 +08:00
|
|
|
|
|
|
|
Other changes:
|
2020-01-03 23:20:00 +08:00
|
|
|
- Change the way RiotX identifies a session to allow the SDK to support several sessions with the same user (#800)
|
2020-01-08 22:57:35 +08:00
|
|
|
- Exclude play-services-oss-licenses library from F-Droid build (#814)
|
2020-01-09 22:02:39 +08:00
|
|
|
- Email domain can be limited on some homeservers, i18n of the displayed error (#754)
|
2019-12-19 23:46:01 +08:00
|
|
|
|
|
|
|
Bugfix 🐛:
|
2020-01-03 01:53:35 +08:00
|
|
|
- Fix crash when opening room creation screen from the room filtering screen
|
2019-12-20 18:27:26 +08:00
|
|
|
- Fix avatar image disappearing (#777)
|
|
|
|
- Fix read marker banner when permalink
|
2020-01-06 07:51:41 +08:00
|
|
|
- Fix joining upgraded rooms (#697)
|
2020-01-09 01:12:22 +08:00
|
|
|
- Fix matrix.org room directory not being browsable (#807)
|
2020-01-02 23:24:31 +08:00
|
|
|
- Hide non working settings (#751)
|
2019-12-19 23:46:01 +08:00
|
|
|
|
2019-12-19 23:44:14 +08:00
|
|
|
Changes in RiotX 0.11.0 (2019-12-19)
|
2019-12-12 01:34:06 +08:00
|
|
|
===================================================
|
|
|
|
|
|
|
|
Features ✨:
|
2019-12-12 01:33:16 +08:00
|
|
|
- Implement soft logout (#281)
|
2019-12-12 01:34:06 +08:00
|
|
|
|
|
|
|
Improvements 🙌:
|
2019-11-26 00:59:19 +08:00
|
|
|
- Handle navigation to room via room alias (#201)
|
|
|
|
- Open matrix.to link in RiotX (#57)
|
2019-12-19 18:44:07 +08:00
|
|
|
- Limit sticker size in the timeline
|
2019-12-12 01:34:06 +08:00
|
|
|
|
|
|
|
Other changes:
|
2019-12-14 03:50:18 +08:00
|
|
|
- Use same default room colors than Riot-Web
|
2019-12-12 01:34:06 +08:00
|
|
|
|
|
|
|
Bugfix 🐛:
|
2019-12-13 23:42:48 +08:00
|
|
|
- Scroll breadcrumbs to top when opened
|
2019-12-14 04:17:52 +08:00
|
|
|
- Render default room name when it starts with an emoji (#477)
|
2019-12-17 00:14:26 +08:00
|
|
|
- Do not display " (IRC)" in display names https://github.com/vector-im/riot-android/issues/444
|
2019-12-18 17:57:00 +08:00
|
|
|
- Fix rendering issue with HTML formatted body
|
2019-12-19 02:20:44 +08:00
|
|
|
- Disable click on Stickers (#703)
|
2019-12-12 01:34:06 +08:00
|
|
|
|
|
|
|
Build 🧱:
|
2019-12-11 17:44:51 +08:00
|
|
|
- Include diff-match-patch sources as dependency
|
2019-12-12 01:34:06 +08:00
|
|
|
|
2019-12-10 22:47:26 +08:00
|
|
|
Changes in RiotX 0.10.0 (2019-12-10)
|
2019-12-06 01:19:20 +08:00
|
|
|
===================================================
|
|
|
|
|
|
|
|
Features ✨:
|
2019-12-06 05:09:55 +08:00
|
|
|
- Breadcrumbs: switch from one room to another quickly (#571)
|
2019-12-06 01:19:20 +08:00
|
|
|
|
|
|
|
Improvements 🙌:
|
2019-12-07 06:46:32 +08:00
|
|
|
- Support entering a RiotWeb client URL instead of the homeserver URL during connection (#744)
|
2019-12-06 01:19:20 +08:00
|
|
|
|
|
|
|
Other changes:
|
2019-12-05 16:53:18 +08:00
|
|
|
- Add reason for all membership events (https://github.com/matrix-org/matrix-doc/pull/2367)
|
2019-12-06 01:19:20 +08:00
|
|
|
|
|
|
|
Bugfix 🐛:
|
2019-12-06 17:28:50 +08:00
|
|
|
- When automardown is ON, pills are sent as MD in body (#739)
|
2019-12-10 00:43:14 +08:00
|
|
|
- "ban" event are not rendered correctly (#716)
|
|
|
|
- Fix crash when rotating screen in Room timeline
|
2019-12-06 01:19:20 +08:00
|
|
|
|
2019-12-06 01:17:36 +08:00
|
|
|
Changes in RiotX 0.9.1 (2019-12-05)
|
2019-12-05 16:46:36 +08:00
|
|
|
===================================================
|
|
|
|
|
|
|
|
Bugfix 🐛:
|
2019-12-06 01:17:36 +08:00
|
|
|
- Fix an issue with DB transaction (#740)
|
2019-12-05 16:46:36 +08:00
|
|
|
|
2019-12-05 16:43:58 +08:00
|
|
|
Changes in RiotX 0.9.0 (2019-12-05)
|
2019-11-19 16:58:48 +08:00
|
|
|
===================================================
|
|
|
|
|
|
|
|
Features ✨:
|
2019-11-22 19:19:15 +08:00
|
|
|
- Account creation. It's now possible to create account on any homeserver with RiotX (#34)
|
|
|
|
- Iteration of the login flow (#613)
|
2019-12-01 19:44:29 +08:00
|
|
|
- [SDK] MSC2241 / verification in DMs (#707)
|
2019-11-19 16:58:48 +08:00
|
|
|
|
|
|
|
Improvements 🙌:
|
2019-11-15 17:12:23 +08:00
|
|
|
- Send mention Pills from composer
|
2019-12-03 23:36:44 +08:00
|
|
|
- Links in message preview in the bottom sheet are now active.
|
2019-11-22 19:32:45 +08:00
|
|
|
- Rework the read marker to make it more usable
|
2019-11-19 16:58:48 +08:00
|
|
|
|
|
|
|
Other changes:
|
2019-11-19 23:10:41 +08:00
|
|
|
- Fix a small grammatical error when an empty room list is shown.
|
2019-11-19 16:58:48 +08:00
|
|
|
|
|
|
|
Bugfix 🐛:
|
2019-11-22 21:54:22 +08:00
|
|
|
- Do not show long click help if only invitation are displayed
|
2019-11-22 22:19:09 +08:00
|
|
|
- Fix emoji filtering not working
|
2019-12-03 17:05:10 +08:00
|
|
|
- Fix issue of closing Realm in another thread (#725)
|
2019-12-04 21:39:47 +08:00
|
|
|
- Attempt to properly cancel the crypto module when user signs out (#724)
|
2019-11-19 16:58:48 +08:00
|
|
|
|
2019-11-19 16:47:12 +08:00
|
|
|
Changes in RiotX 0.8.0 (2019-11-19)
|
2019-09-24 16:23:51 +08:00
|
|
|
===================================================
|
|
|
|
|
2019-10-24 20:40:31 +08:00
|
|
|
Features ✨:
|
2019-11-04 22:12:30 +08:00
|
|
|
- Handle long click on room in the room list (#395)
|
2019-11-05 23:13:46 +08:00
|
|
|
- Ignore/UnIgnore users, and display list of ignored users (#542, #617)
|
2019-10-24 20:40:31 +08:00
|
|
|
|
|
|
|
Improvements 🙌:
|
2019-10-28 21:36:15 +08:00
|
|
|
- Search reaction by name or keyword in emoji picker
|
2019-10-31 02:02:44 +08:00
|
|
|
- Handle code tags (#567)
|
2019-10-29 01:33:15 +08:00
|
|
|
- Support spoiler messages
|
2019-11-14 20:26:25 +08:00
|
|
|
- Support m.sticker and m.room.join_rules events in timeline
|
2019-10-24 20:40:31 +08:00
|
|
|
|
|
|
|
Other changes:
|
2019-10-29 23:22:12 +08:00
|
|
|
- Markdown set to off by default (#412)
|
2019-10-31 14:58:08 +08:00
|
|
|
- Accessibility improvements to the attachment file type chooser
|
2019-10-24 20:40:31 +08:00
|
|
|
|
|
|
|
Bugfix 🐛:
|
2019-10-29 00:01:41 +08:00
|
|
|
- Fix issues with some member events rendering (#498)
|
2019-10-29 21:38:04 +08:00
|
|
|
- Passphrase does not match (Export room keys) (#644)
|
2019-10-31 22:47:40 +08:00
|
|
|
- Ask for permission to write external storage when uri comes from the keyboard (#658)
|
2019-11-07 01:19:37 +08:00
|
|
|
- Fix issue with english US/GB translation (#671)
|
2019-10-24 20:40:31 +08:00
|
|
|
|
2019-10-24 20:37:28 +08:00
|
|
|
Changes in RiotX 0.7.0 (2019-10-24)
|
2019-09-24 16:23:51 +08:00
|
|
|
===================================================
|
|
|
|
|
|
|
|
Features:
|
2019-10-24 20:37:28 +08:00
|
|
|
- Share elements from other app to RiotX (#58)
|
|
|
|
- Read marker (#84)
|
|
|
|
- Add ability to report content (#515)
|
2019-09-24 16:23:51 +08:00
|
|
|
|
|
|
|
Improvements:
|
2019-09-24 18:29:37 +08:00
|
|
|
- Persist active tab between sessions (#503)
|
2019-09-25 23:08:58 +08:00
|
|
|
- Do not upload file too big for the homeserver (#587)
|
2019-10-22 00:08:42 +08:00
|
|
|
- Attachments: start using system pickers (#52)
|
2019-10-11 21:42:22 +08:00
|
|
|
- Mark all messages as read (#396)
|
2019-09-24 16:23:51 +08:00
|
|
|
|
2019-11-04 22:08:08 +08:00
|
|
|
|
2019-09-24 16:23:51 +08:00
|
|
|
Other changes:
|
2019-09-29 03:24:55 +08:00
|
|
|
- Accessibility improvements to read receipts in the room timeline and reactions emoji chooser
|
2019-09-24 16:23:51 +08:00
|
|
|
|
|
|
|
Bugfix:
|
2019-09-25 22:59:50 +08:00
|
|
|
- Fix issue on upload error in loop (#587)
|
2019-09-26 23:05:18 +08:00
|
|
|
- Fix opening a permalink: the targeted event is displayed twice (#556)
|
|
|
|
- Fix opening a permalink paginates all the history up to the last event (#282)
|
2019-09-26 23:13:52 +08:00
|
|
|
- after login, the icon in the top left is a green 'A' for (all communities) rather than my avatar (#267)
|
2019-09-26 21:40:59 +08:00
|
|
|
- Picture uploads are unreliable, pictures are shown in wrong aspect ratio on desktop client (#517)
|
2019-09-24 03:48:01 +08:00
|
|
|
- Invitation notifications are not dismissed automatically if room is joined from another client (#347)
|
2019-10-09 22:23:35 +08:00
|
|
|
- Opening links from RiotX reuses browser tab (#599)
|
2019-09-24 16:23:51 +08:00
|
|
|
|
2019-09-24 20:23:13 +08:00
|
|
|
Changes in RiotX 0.6.1 (2019-09-24)
|
|
|
|
===================================================
|
|
|
|
|
|
|
|
Bugfix:
|
|
|
|
- Fix crash: MergedHeaderItem was missing dimensionConverter
|
|
|
|
|
2019-09-24 16:22:36 +08:00
|
|
|
Changes in RiotX 0.6.0 (2019-09-24)
|
2019-09-17 20:53:50 +08:00
|
|
|
===================================================
|
|
|
|
|
|
|
|
Features:
|
2019-09-12 21:14:17 +08:00
|
|
|
- Save draft of a message when exiting a room with non empty composer (#329)
|
2019-09-17 20:53:50 +08:00
|
|
|
|
|
|
|
Improvements:
|
2019-09-19 18:42:01 +08:00
|
|
|
- Add unread indent on room list (#485)
|
2019-09-13 15:37:12 +08:00
|
|
|
- Message Editing: Update notifications (#128)
|
2019-09-18 22:26:25 +08:00
|
|
|
- Remove any notification of a redacted event (#563)
|
2019-09-17 20:53:50 +08:00
|
|
|
|
|
|
|
Other changes:
|
2019-09-23 22:17:28 +08:00
|
|
|
- Fix a few accessibility issues
|
2019-09-17 20:53:50 +08:00
|
|
|
|
|
|
|
Bugfix:
|
2019-09-17 20:55:19 +08:00
|
|
|
- Fix characters erased from the Search field when the result are coming (#545)
|
2019-09-19 18:55:39 +08:00
|
|
|
- "No connection" banner was displayed by mistake
|
2019-09-19 23:08:22 +08:00
|
|
|
- Leaving community (from another client) has no effect on RiotX (#497)
|
2019-09-20 18:40:00 +08:00
|
|
|
- Push rules was not retrieved after a clear cache
|
2019-09-20 22:31:13 +08:00
|
|
|
- m.notice messages trigger push notifications (#238)
|
2019-09-21 01:22:42 +08:00
|
|
|
- Embiggen messages with multiple emojis also for edited messages (#458)
|
2019-09-17 20:53:50 +08:00
|
|
|
|
|
|
|
Build:
|
2019-09-18 16:27:44 +08:00
|
|
|
- Fix (again) issue with bad versionCode generated by Buildkite (#553)
|
2019-09-17 20:53:50 +08:00
|
|
|
|
2019-09-17 20:50:43 +08:00
|
|
|
Changes in RiotX 0.5.0 (2019-09-17)
|
2019-08-30 21:07:04 +08:00
|
|
|
===================================================
|
|
|
|
|
|
|
|
Features:
|
2019-09-19 23:56:34 +08:00
|
|
|
- Implementation of login to homeserver with SSO (#557)
|
2019-09-14 00:21:56 +08:00
|
|
|
- Handle M_CONSENT_NOT_GIVEN error (#64)
|
2019-09-16 16:58:51 +08:00
|
|
|
- Auto configure homeserver and identity server URLs of LoginActivity with a magic link
|
2019-08-30 21:07:04 +08:00
|
|
|
|
|
|
|
Improvements:
|
2019-09-02 20:33:53 +08:00
|
|
|
- Reduce default release build log level, and lab option to enable more logs.
|
2019-09-17 16:59:58 +08:00
|
|
|
- Display a no network indicator when there is no network (#559)
|
2019-08-30 21:07:04 +08:00
|
|
|
|
|
|
|
Bugfix:
|
2019-09-02 20:24:36 +08:00
|
|
|
- Fix crash due to missing informationData (#535)
|
2019-09-06 00:14:05 +08:00
|
|
|
- Progress in initial sync dialog is decreasing for a step and should not (#532)
|
2019-09-12 22:05:04 +08:00
|
|
|
- Fix rendering issue of accepted third party invitation event
|
2019-09-17 01:24:52 +08:00
|
|
|
- All current notifications were dismissed by mistake when the app is launched from the launcher
|
2019-08-30 21:07:04 +08:00
|
|
|
|
|
|
|
Build:
|
2019-08-30 21:57:39 +08:00
|
|
|
- Fix issue with version name (#533)
|
2019-09-12 22:05:04 +08:00
|
|
|
- Fix issue with bad versionCode generated by Buildkite (#553)
|
2019-08-30 21:07:04 +08:00
|
|
|
|
2019-09-17 20:50:43 +08:00
|
|
|
Changes in RiotX 0.4.0 (2019-08-30)
|
2019-08-08 22:47:13 +08:00
|
|
|
===================================================
|
|
|
|
|
|
|
|
Features:
|
2019-08-19 20:08:15 +08:00
|
|
|
- Display read receipts in timeline (#81)
|
2019-08-08 22:47:13 +08:00
|
|
|
|
|
|
|
Improvements:
|
2019-08-19 02:26:53 +08:00
|
|
|
- Reactions: Reinstate the ability to react with non-unicode keys (#307)
|
2019-08-08 22:47:13 +08:00
|
|
|
|
|
|
|
Bugfix:
|
2019-08-19 05:30:41 +08:00
|
|
|
- Fix text diff linebreak display (#441)
|
2019-08-19 03:12:59 +08:00
|
|
|
- Date change message repeats for each redaction until a normal message (#358)
|
2019-08-19 05:46:17 +08:00
|
|
|
- Slide-in reply icon is distorted (#423)
|
2019-08-27 23:01:52 +08:00
|
|
|
- Regression / e2e replies not encrypted
|
2019-08-27 22:50:02 +08:00
|
|
|
- Some video won't play
|
2019-08-29 16:36:45 +08:00
|
|
|
- Privacy: remove log of notifiable event (#519)
|
2019-08-30 20:54:15 +08:00
|
|
|
- Fix crash with EmojiCompat (#530)
|
2019-08-08 22:47:13 +08:00
|
|
|
|
2019-08-08 22:44:53 +08:00
|
|
|
Changes in RiotX 0.3.0 (2019-08-08)
|
2019-07-18 23:48:56 +08:00
|
|
|
===================================================
|
|
|
|
|
|
|
|
Features:
|
2019-07-25 22:49:15 +08:00
|
|
|
- Create Direct Room flow
|
2019-08-08 18:09:05 +08:00
|
|
|
- Handle `/markdown` command
|
2019-07-18 23:48:56 +08:00
|
|
|
|
|
|
|
Improvements:
|
2019-07-23 05:34:40 +08:00
|
|
|
- UI for pending edits (#193)
|
2019-07-19 00:49:28 +08:00
|
|
|
- UX image preview screen transition (#393)
|
2019-07-26 22:02:20 +08:00
|
|
|
- Basic support for resending failed messages (retry/remove)
|
2019-08-06 02:28:50 +08:00
|
|
|
- Enable proper cancellation of suspending functions (including db transaction)
|
|
|
|
- Enhances network connectivity checks in SDK
|
2019-08-07 18:57:11 +08:00
|
|
|
- Add "View Edit History" item in the message bottom sheet (#401)
|
2019-08-08 22:03:11 +08:00
|
|
|
- Cancel sync request on pause and timeout to 0 after pause (#404)
|
2019-07-18 23:48:56 +08:00
|
|
|
|
|
|
|
Other changes:
|
2019-08-08 20:14:10 +08:00
|
|
|
- Show sync progress also in room detail screen (#403)
|
2019-07-18 23:48:56 +08:00
|
|
|
|
|
|
|
Bugfix:
|
2019-07-19 15:57:57 +08:00
|
|
|
- Edited message: link confusion when (edited) appears in body (#398)
|
2019-07-19 22:00:06 +08:00
|
|
|
- Close detail room screen when the room is left with another client (#256)
|
2019-07-19 22:44:30 +08:00
|
|
|
- Clear notification for a room left on another client
|
2019-07-30 21:01:41 +08:00
|
|
|
- Fix messages with empty `in_reply_to` not rendering (#447)
|
2019-08-07 18:28:21 +08:00
|
|
|
- Fix clear cache (#408) and Logout (#205)
|
|
|
|
- Fix `(edited)` link can be copied to clipboard (#402)
|
2019-07-18 23:48:56 +08:00
|
|
|
|
|
|
|
Build:
|
2019-08-07 17:46:38 +08:00
|
|
|
- Split APK: generate one APK per arch, to reduce APK size of about 30%
|
2019-07-18 23:48:56 +08:00
|
|
|
|
|
|
|
|
2019-07-18 23:47:24 +08:00
|
|
|
Changes in RiotX 0.2.0 (2019-07-18)
|
2019-07-12 17:39:26 +08:00
|
|
|
===================================================
|
|
|
|
|
|
|
|
Features:
|
2019-07-15 23:18:31 +08:00
|
|
|
- Message Editing: View edit history (#121)
|
2019-07-15 23:25:33 +08:00
|
|
|
- Rooms filtering (#304)
|
2019-07-17 22:46:03 +08:00
|
|
|
- Edit in encrypted room
|
2019-07-12 17:39:26 +08:00
|
|
|
|
|
|
|
Improvements:
|
2019-07-12 19:51:05 +08:00
|
|
|
- Handle click on redacted events: view source and create permalink
|
2019-07-17 16:51:09 +08:00
|
|
|
- Improve long tap menu: reply on top, more compact (#368)
|
2019-07-16 01:03:52 +08:00
|
|
|
- Quick reply in timeline with swipe gesture (#167)
|
2019-07-15 23:18:31 +08:00
|
|
|
- Improve edit of replies
|
2019-07-17 21:05:29 +08:00
|
|
|
- Improve performance on Room Members and Users management (#381)
|
2019-07-12 17:39:26 +08:00
|
|
|
|
|
|
|
Other changes:
|
2019-07-16 21:01:14 +08:00
|
|
|
- migrate from rxbinding 2 to rxbinding 3
|
2019-07-12 17:39:26 +08:00
|
|
|
|
|
|
|
Bugfix:
|
2019-07-12 18:46:02 +08:00
|
|
|
- Fix regression on permalink click
|
2019-07-12 20:40:35 +08:00
|
|
|
- Fix crash reported by the PlayStore (#341)
|
2019-07-15 23:45:35 +08:00
|
|
|
- Fix Chat composer separator color in dark/black theme
|
2019-07-16 21:01:14 +08:00
|
|
|
- Fix bad layout for room directory filter (#349)
|
2019-07-16 01:03:52 +08:00
|
|
|
- Fix Copying link from a message shouldn't open context menu (#364)
|
2019-07-12 17:39:26 +08:00
|
|
|
|
2019-07-11 23:43:56 +08:00
|
|
|
Changes in RiotX 0.1.0 (2019-07-11)
|
2019-03-14 00:00:30 +08:00
|
|
|
===================================================
|
|
|
|
|
2019-07-11 23:43:56 +08:00
|
|
|
First release!
|
2019-03-14 00:00:30 +08:00
|
|
|
|
2019-07-12 17:38:55 +08:00
|
|
|
Mode details here: https://medium.com/@RiotChat/introducing-the-riotx-beta-for-android-b17952e8f771
|
2019-03-14 00:00:30 +08:00
|
|
|
|
|
|
|
|
|
|
|
=======================================================
|
|
|
|
+ TEMPLATE WHEN PREPARING A NEW RELEASE +
|
|
|
|
=======================================================
|
|
|
|
|
|
|
|
|
2020-02-02 00:21:41 +08:00
|
|
|
Changes in RiotX 0.X.0 (2020-XX-XX)
|
2019-03-14 00:00:30 +08:00
|
|
|
===================================================
|
|
|
|
|
2019-10-07 23:18:07 +08:00
|
|
|
Features ✨:
|
2019-03-14 00:00:30 +08:00
|
|
|
-
|
|
|
|
|
2019-10-07 23:18:07 +08:00
|
|
|
Improvements 🙌:
|
2019-03-14 00:00:30 +08:00
|
|
|
-
|
|
|
|
|
2019-10-07 23:18:07 +08:00
|
|
|
Bugfix 🐛:
|
2019-03-14 00:00:30 +08:00
|
|
|
-
|
|
|
|
|
2019-10-07 23:18:07 +08:00
|
|
|
Translations 🗣:
|
2019-03-14 00:00:30 +08:00
|
|
|
-
|
|
|
|
|
2020-02-14 19:43:27 +08:00
|
|
|
SDK API changes ⚠️:
|
2020-02-13 14:01:48 +08:00
|
|
|
-
|
|
|
|
|
2019-10-07 23:18:07 +08:00
|
|
|
Build 🧱:
|
2019-03-14 00:00:30 +08:00
|
|
|
-
|
|
|
|
|
2020-02-13 14:01:48 +08:00
|
|
|
Other changes:
|
|
|
|
-
|