element-android/CHANGES.md

465 lines
16 KiB
Markdown
Raw Permalink Normal View History

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