element-android/CHANGES.md

765 lines
28 KiB
Markdown
Raw Normal View History

2020-07-15 15:32:15 +03:00
Changes in Element 1.0.1 (2020-XX-XX)
===================================================
Features ✨:
-
Improvements 🙌:
2020-07-22 18:04:48 +03:00
- Sending events is now retried only 3 times, so we avoid blocking the sending queue too long.
- Display warning when fail to send events in room list
2020-07-15 15:32:15 +03:00
Bugfix 🐛:
- Fix theme issue on Room directory screen (#1613)
- Fix notification not dismissing when entering a room
- Fix uploads don't work with Room v6 (#1558)
2020-07-20 21:29:52 +03:00
- Fix Requesting avatar thumbnails in Element uses wrong http "user-agent" string (#1725)
- Fix 404 on EMS (#1761)
- Fix Infinite loop at startup when migrating account from Riot (#1699)
- Fix Element crashes in loop after initial sync (#1709)
2020-07-28 15:43:50 +03:00
- Fix "Voice & Video" grayed out in Settings (#1733)
- Fix Allow VOIP call in all rooms with 2 participants (even if not DM)
2020-07-15 15:32:15 +03:00
Translations 🗣:
-
SDK API changes ⚠️:
-
Build 🧱:
-
Other changes:
2020-07-17 18:23:48 +03:00
- i18n deactivated account error
2020-07-15 15:32:15 +03:00
2020-07-15 15:27:08 +03:00
Changes in Element 1.0.0 (2020-07-15)
2020-07-12 00:00:16 +03:00
===================================================
Features ✨:
2020-07-15 15:27:08 +03:00
- Re-branding: The app is now called Element. New name, new themes, new icons, etc. More details here: https://element.io/blog/welcome-to-element/ (#1691)
2020-07-12 00:00:16 +03:00
Bugfix 🐛:
- Video calls are shown as a voice ones in the timeline (#1676)
- Fix regression: not able to create a room without IS configured (#1679)
2020-07-12 00:00:16 +03:00
2020-07-11 23:58:34 +03:00
Changes in Riot.imX 0.91.5 (2020-07-11)
2020-07-01 22:58:58 +03:00
===================================================
Features ✨:
2020-07-11 23:58:34 +03:00
- 3pid invite: it is now possible to invite people by email. An Identity Server has to be configured (#548)
2020-07-01 22:58:58 +03:00
Improvements 🙌:
2020-07-07 13:00:41 +03:00
- Cleaning chunks with lots of events as long as a threshold has been exceeded (35_000 events in DB) (#1634)
- Creating and listening to EventInsertEntity. (#1634)
- Handling (almost) properly the groups fetching (#1634)
2020-07-07 11:00:56 +03:00
- Improve fullscreen media display (#327)
2020-07-11 18:29:22 +03:00
- Setup server recovery banner (#1648)
- Set up SSSS from security settings (#1567)
2020-07-11 19:41:08 +03:00
- New lab setting to add 'unread notifications' tab to main screen
2020-07-07 18:10:12 +03:00
- Render third party invite event (#548)
- Display three pid invites in the room members list (#548)
2020-07-01 22:58:58 +03:00
Bugfix 🐛:
2020-07-08 18:40:37 +03:00
- Integration Manager: Wrong URL to review terms if URL in config contains path (#1606)
- Regression Composer does not grow, crops out text (#1650)
- Bug / Unwanted draft (#698)
- All users seems to be able to see the enable encryption option in room settings (#1341)
- Leave room only leaves the current version (#1656)
2020-07-08 12:00:13 +03:00
- Regression | Share action menu do not work (#1647)
- verification issues on transition (#1555)
- Fix issue when restoring keys backup using recovery key
2020-07-01 22:58:58 +03:00
SDK API changes ⚠️:
- CreateRoomParams has been updated
2020-07-01 22:58:58 +03:00
Build 🧱:
2020-07-06 16:59:49 +03:00
- Upgrade some dependencies
- Revert to build-tools 3.5.3
2020-07-01 22:58:58 +03:00
Other changes:
- Use Intent.ACTION_CREATE_DOCUMENT to save megolm key or recovery key in a txt file
- Use `Context#withStyledAttributes` extension function (#1546)
2020-07-01 22:58:58 +03:00
2020-07-07 00:35:05 +03:00
Changes in Riot.imX 0.91.4 (2020-07-06)
2020-07-01 22:58:58 +03:00
===================================================
Features ✨:
- Re-activate Wellknown support with updated UI (#1614)
2020-07-01 22:58:58 +03:00
Improvements 🙌:
- Upload device keys only once to the homeserver and fix crash when no network (#1629)
2020-07-01 22:58:58 +03:00
Bugfix 🐛:
2020-07-02 17:17:00 +03:00
- Fix crash when coming from a notification (#1601)
- Fix Exception when importing keys (#1576)
- File isn't downloaded when another file with the same name already exists (#1578)
- saved images don't show up in gallery (#1324)
- Fix reply fallback leaking sender locale (#429)
2020-07-01 22:58:58 +03:00
Build 🧱:
2020-07-04 12:15:20 +03:00
- Fix lint false-positive about WorkManager (#1012)
- Upgrade build-tools from 3.5.3 to 3.6.3
- Upgrade gradle from 5.4.1 to 5.6.4
2020-07-01 22:58:58 +03:00
Changes in Riot.imX 0.91.3 (2020-07-01)
2020-06-16 00:28:57 +03:00
===================================================
Notes:
- This version is the third beta version of RiotX codebase published as Riot-Android on the PlayStore.
- Changelog below includes changes of v0.91.0, v0.91.1, and v0.91.2, because the first beta versions have been tagged and
published from the branch feature/migration_from_legacy.
- This version uses temporary name `Riot.imX`, to distinguish the app with RiotX app.
2020-06-16 00:28:57 +03:00
Features ✨:
2020-06-19 19:57:50 +03:00
- Call with WebRTC support (##611)
- Add capability to change the display name (#1529)
2020-06-16 00:28:57 +03:00
Improvements 🙌:
- "Add Matrix app" menu is now always visible (#1495)
2020-06-27 00:40:23 +03:00
- Handle `/op`, `/deop`, and `/nick` commands (#12)
2020-06-16 15:14:49 +03:00
- Prioritising Recovery key over Recovery passphrase (#1463)
- Room Settings: Name, Topic, Photo, Aliases, History Visibility (#1455)
- Update user avatar (#1054)
- Allow self-signed certificate (#1564)
2020-06-26 10:50:30 +03:00
- Improve file download and open in timeline
- Catchup tab is removed temporarily (#1565)
2020-07-01 15:52:37 +03:00
- Render room avatar change (#1319)
2020-06-16 00:28:57 +03:00
Bugfix 🐛:
- Fix dark theme issue on login screen (#1097)
- Incomplete predicate in RealmCryptoStore#getOutgoingRoomKeyRequest (#1519)
- User could not redact message that they have sent (#1543)
- Use vendor prefix for non merged MSC (#1537)
- Compress images before sending (#1333)
2020-06-30 19:38:46 +03:00
- Searching by displayname is case sensitive (#1468)
2020-07-01 15:03:30 +03:00
- Fix layout overlap issue (#1407)
2020-06-16 00:28:57 +03:00
Build 🧱:
2020-06-16 12:18:33 +03:00
- Enable code optimization (Proguard)
2020-06-18 15:18:40 +03:00
- SDK is now API level 21 minimum, and so RiotX (#405)
2020-06-16 00:28:57 +03:00
Other changes:
- Use `SharedPreferences#edit` extension function consistently (#1545)
- Use `retrofit2.Call.awaitResponse` extension provided by Retrofit 2. (#1526)
- Fix minor typo in contribution guide (#1512)
2020-06-21 21:07:34 +03:00
- Fix self-assignment of callback in `DefaultRoomPushRuleService#setRoomNotificationState` (#1520)
2020-06-24 11:58:47 +03:00
- Random housekeeping clean-ups indicated by Lint (#1520, #1541)
- Keys Backup API now use the unstable prefix (#1503)
- Remove deviceId from /keys/upload/{deviceId} as not spec-compliant (#1502)
2020-06-16 00:28:57 +03:00
2020-06-16 00:27:10 +03:00
Changes in RiotX 0.22.0 (2020-06-15)
2020-05-28 11:45:58 +03:00
===================================================
Features ✨:
2020-05-29 20:06:06 +03:00
- Integration Manager and Widget support (#48)
- Send stickers (#51)
2020-05-28 11:45:58 +03:00
Improvements 🙌:
- New wording for notice when current user is the sender
- Hide "X made no changes" event by default in timeline (#1430)
2020-06-04 09:59:01 +03:00
- Hide left rooms in breadcrumbs (#766)
2020-06-08 11:32:02 +03:00
- Handle PowerLevel properly (#627)
2020-06-04 17:55:27 +03:00
- Correctly handle SSO login redirection
- SSO login is now performed in the default browser, or in Chrome Custom tab if available (#1400)
2020-06-04 12:43:54 +03:00
- Improve checking of homeserver version support (#1442)
- Add capability to add and remove a room from the favorites (#1217)
2020-05-28 11:45:58 +03:00
Bugfix 🐛:
- Switch theme is not fully taken into account without restarting the app
- Temporary fix to show error when user is creating an account on matrix.org with userId containing only digits (#1410)
2020-06-04 12:43:47 +03:00
- Reply composer overlay stays on screen too long after send (#1169)
- Fix navigation bar icon contrast on API in [21,27[ (#1342)
- Fix status bar icon contrast on API in [21,23[
2020-06-04 12:59:04 +03:00
- Wrong /query request (#1444)
- Make Credentials.homeServer optional because it is deprecated (#1443)
- Fix issue on dark themes, after alert popup dismiss
2020-05-28 11:45:58 +03:00
Other changes:
- Send plain text in the body of events containing formatted body, as per https://matrix.org/docs/spec/client_server/latest#m-room-message-msgtypes
- Update link to Modular url from "https://modular.im/" to "https://modular.im/services/matrix-hosting-riot" and open it using ChromeCustomTab
2020-05-28 11:45:58 +03:00
2020-05-28 11:43:40 +03:00
Changes in RiotX 0.21.0 (2020-05-28)
2020-05-04 17:06:41 +03:00
===================================================
Features ✨:
2020-05-11 16:03:50 +03:00
- Identity server support (#607)
2020-05-14 03:14:12 +03:00
- Switch language support (#41)
2020-05-20 15:52:28 +03:00
- Display list of attachments of a room (#860)
2020-05-04 17:06:41 +03:00
Improvements 🙌:
- Better connectivity lost indicator when airplane mode is on
- Add a setting to hide redacted events (#951)
- Render formatted_body for m.notice and m.emote (#1196)
- Change icon to magnifying-glass to filter room (#1384)
2020-05-04 17:06:41 +03:00
Bugfix 🐛:
- After jump to unread, newer messages are never loaded (#1008)
- Fix issues with FontScale switch (#69, #645)
- "Seen by" uses 12h time (#1378)
- Enable markdown (if active) when sending emote (#734)
2020-05-25 16:21:31 +03:00
- Screenshots for Rageshake now includes Dialogs such as BottomSheet (#1349)
2020-05-04 17:06:41 +03:00
SDK API changes ⚠️:
2020-03-16 22:12:15 +02:00
- initialize with proxy configuration
2020-05-04 17:06:41 +03:00
Other changes:
2020-05-19 10:57:54 +03:00
- support new key agreement method for SAS (#1374)
2020-05-04 17:06:41 +03:00
2020-05-15 16:44:36 +03:00
Changes in RiotX 0.20.0 (2020-05-15)
2020-05-04 17:06:41 +03:00
===================================================
Features ✨:
2020-05-12 21:37:03 +03:00
- Add Direct Shortcuts (#652)
2020-05-04 17:06:41 +03:00
Improvements 🙌:
2020-05-13 01:34:33 +03:00
- Invite member(s) to an existing room (#1276)
2020-05-11 23:27:16 +03:00
- Improve notification accessibility with ticker text (#1226)
- Support homeserver discovery from MXID (DISABLED: waiting for design) (#476)
2020-05-04 17:06:41 +03:00
Bugfix 🐛:
2020-05-06 19:11:11 +03:00
- Fix | Verify Manually by Text crashes if private SSK not known (#1337)
2020-05-06 19:20:43 +03:00
- Sometimes the same device appears twice in the list of devices of a user (#1329)
2020-05-13 17:23:34 +03:00
- Random Crashes while doing sth with cross signing keys (#1364)
2020-05-13 17:46:36 +03:00
- Crash | crash while restoring key backup (#1366)
2020-05-04 17:06:41 +03:00
SDK API changes ⚠️:
2020-05-15 16:44:36 +03:00
- excludedUserIds parameter added to the UserService.getPagedUsersLive() function
2020-05-04 17:06:41 +03:00
2020-05-04 17:03:01 +03:00
Changes in RiotX 0.19.0 (2020-05-04)
2020-03-11 17:24:49 +02:00
===================================================
Features ✨:
- Change password (#528)
2020-03-17 16:10:27 +02:00
- Cross-Signing | Support SSSS secret sharing (#944)
2020-03-24 19:09:54 +02:00
- Cross-Signing | Verify new session from existing session (#1134)
2020-04-03 12:14:14 +03:00
- Cross-Signing | Bootstraping cross signing with 4S from mobile (#985)
- Save media files to Gallery (#973)
- Account deactivation (with password only) (#35)
2020-03-11 17:24:49 +02:00
Improvements 🙌:
- Verification DM / Handle concurrent .start after .ready (#794)
2020-04-23 20:17:52 +03:00
- Reimplementation of multiple attachment picker
2020-04-03 12:14:14 +03:00
- Cross-Signing | Update Shield Logic for DM (#963)
- Cross-Signing | Complete security new session design update (#1135)
2020-04-03 19:47:14 +03:00
- Cross-Signing | Setup key backup as part of SSSS bootstrapping (#1201)
- Cross-Signing | Gossip key backup recovery key (#1200)
2020-04-08 15:56:37 +03:00
- Show room encryption status as a bubble tile (#1078)
- UX/UI | Add indicator to home tab on invite (#957)
2020-04-08 18:55:47 +03:00
- Cross-Signing | Restore history after recover from passphrase (#1214)
2020-04-09 17:34:30 +03:00
- Cross-Sign | QR code scan confirmation screens design update (#1187)
- Emoji Verification | It's not the same butterfly! (#1220)
2020-04-10 18:42:34 +03:00
- Cross-Signing | Composer decoration: shields (#1077)
2020-04-16 01:34:18 +03:00
- Cross-Signing | Migrate existing keybackup to cross signing with 4S from mobile (#1197)
- Show a warning dialog if the text of the clicked link does not match the link target (#922)
- Cross-Signing | Consider not using a spinner on the 'complete security' prompt (#1271)
- Restart broken Olm sessions ([MSC1719](https://github.com/matrix-org/matrix-doc/pull/1719))
- Cross-Signing | Hide Use recovery key when 4S is not setup (#1007)
2020-04-22 19:35:03 +03:00
- Cross-Signing | Trust account xSigning keys by entering Recovery Key (select file or copy) #1199
2020-04-24 17:50:26 +03:00
- E2E timeline decoration (#1279)
2020-04-28 12:34:53 +03:00
- Manage Session Settings / Cross Signing update (#1295)
2020-04-30 11:10:56 +03:00
- Cross-Signing | Review sessions toast update old vs new (#1293, #1306)
2020-03-11 17:24:49 +02:00
Bugfix 🐛:
- Fix summary notification staying after "mark as read"
2020-03-18 13:06:37 +02:00
- Missing avatar/displayname after verification request message (#841)
2020-03-25 14:50:51 +02:00
- Crypto | RiotX sometimes rotate the current device keys (#1170)
2020-03-26 10:49:34 +02:00
- RiotX can't restore cross signing keys saved by web in SSSS (#1174)
2020-04-03 12:14:14 +03:00
- Cross- Signing | After signin in new session, verification paper trail in DM is off (#1191)
2020-04-03 14:43:40 +03:00
- Failed to encrypt message in room (message stays in red), [thanks to pwr22] (#925)
2020-04-07 20:20:49 +03:00
- Cross-Signing | web <-> riotX After QR code scan, gossiping fails (#1210)
- Fix crash when trying to download file without internet connection (#1229)
- Local echo are not updated in timeline (for failed & encrypted states)
2020-04-16 11:16:10 +03:00
- Render image event even if thumbnail_info does not have mimetype defined (#1209)
- RiotX now uses as many threads as it needs to do work and send messages (#1221)
- Fix issue with media path (#1227)
- Add user to direct chat by user id (#1065)
- Use correct URL for SSO connection (#1178)
- Emoji completion :tada: does not completes to 🎉 like on web (#1285)
2020-04-30 11:55:25 +03:00
- Fix bad Shield Logic for DM (#963)
2020-03-11 17:24:49 +02:00
Translations 🗣:
2020-05-04 17:03:01 +03:00
- Weblate now create PR directly to RiotX GitHub project
2020-03-11 17:24:49 +02:00
SDK API changes ⚠️:
- Increase targetSdkVersion to 29
2020-03-11 17:24:49 +02:00
Build 🧱:
2020-04-15 13:57:15 +03:00
- Compile with Android SDK 29 (Android Q)
2020-03-11 17:24:49 +02:00
Other changes:
- Add a setting to prevent screenshots of the application, disabled by default (#1027)
2020-04-03 14:53:34 +03:00
- Increase File Logger capacities ( + use dev log preferences)
2020-03-17 15:18:08 +02:00
2020-03-17 12:46:42 +02:00
Changes in RiotX 0.18.1 (2020-03-17)
2020-03-11 17:24:49 +02:00
===================================================
Improvements 🙌:
2020-03-13 13:02:42 +02:00
- Implementation of /join command
2020-03-11 17:24:49 +02:00
Bugfix 🐛:
- Message transitions in encrypted rooms are jarring #518
- Images that failed to send are waiting to be sent forever #1145
- Fix / Crashed when trying to send a gif from the Gboard #1136
2020-03-17 11:43:48 +02:00
- Fix / Cannot click on key backup banner when new keys are available
2020-03-11 17:24:49 +02:00
2020-03-11 14:41:17 +02:00
Changes in RiotX 0.18.0 (2020-03-11)
2020-02-27 13:34:33 +02:00
===================================================
Improvements 🙌:
- Share image and other media from e2e rooms (#677)
2020-03-01 10:59:00 +02: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 23:10:07 +02:00
- Restore the push rules configuration in the settings
2020-02-27 13:34:33 +02:00
Bugfix 🐛:
- Fix crash on attachment preview screen (#1088)
2020-03-03 11:40:58 +02: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)
- Self verification via QR code is failing (#1130)
2020-02-27 13:34:33 +02:00
SDK API changes ⚠️:
- PushRuleService.getPushRules() now returns a RuleSet. Use getAllRules() on this object to get all the rules.
2020-02-27 13:34:33 +02:00
Build 🧱:
2020-02-27 13:47:11 +02: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 13:34:33 +02:00
Other changes:
- Restore availability to Chromebooks (#932)
2020-03-04 10:37:32 +02:00
- Add a [documentation](./docs/integration_tests.md) to run integration tests
2020-02-27 13:34:33 +02:00
2020-02-27 13:32:03 +02:00
Changes in RiotX 0.17.0 (2020-02-27)
2020-02-03 17:20:55 +02:00
===================================================
Features ✨:
2020-02-12 18:20:01 +02:00
- Secured Shared Storage Support (#984, #936)
2020-02-14 10:40:07 +02: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 17:20:55 +02:00
Improvements 🙌:
2020-02-19 19:11:23 +02:00
- Migrate to binary QR code verification (#994)
- Share action is added to room profile and room member profile (#858)
2020-02-26 11:12:49 +02:00
- Display avatar in fullscreen (#861)
2020-02-21 19:23:47 +02:00
- Fix some performance issues with crypto
2020-02-03 17:20:55 +02: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 18:44:51 +02: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 17:20:55 +02:00
2020-02-14 16:16:00 +02:00
SDK API changes ⚠️:
2020-02-17 16:54:17 +02: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 16:14:48 +02:00
Changes in RiotX 0.16.0 (2020-02-14)
2020-02-03 17:20:55 +02:00
===================================================
Features ✨:
2020-02-12 16:06:22 +02:00
- Polls and Bot Buttons (MSC 2192 matrix-org/matrix-doc#2192)
2020-02-03 17:20:55 +02:00
Improvements 🙌:
2020-02-14 15:34:22 +02: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 17:20:55 +02: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 17:20:55 +02:00
2020-02-14 13:43:27 +02:00
SDK API changes ⚠️:
- Javadoc improved for PushersService
- PushersService.pushers() has been renamed to PushersService.getPushers()
2020-02-10 22:40:27 +02:00
Changes in RiotX 0.15.0 (2020-02-10)
2020-02-03 17:20:55 +02: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 17:20:55 +02:00
Other changes:
- Support SSO login with Firefox account (#606)
2020-02-03 17:20:55 +02: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 17:20:55 +02:00
2020-02-03 17:15:38 +02:00
Changes in RiotX 0.14.3 (2020-02-03)
2020-02-02 15:26:09 +02:00
===================================================
Bugfix 🐛:
2020-02-03 17:15:38 +02:00
- Fix Exception in DeviceListManager
2020-02-02 15:26:09 +02:00
2020-02-02 15:05:12 +02:00
Changes in RiotX 0.14.2 (2020-02-02)
2020-02-02 09:00:57 +02:00
===================================================
2020-02-03 17:15:38 +02:00
Bugfix 🐛:
- Fix RiotX not starting issue
2020-02-02 09:00:57 +02:00
2020-02-02 08:55:46 +02:00
Changes in RiotX 0.14.1 (2020-02-02)
2020-02-01 18:21:41 +02:00
===================================================
Bugfix 🐛:
2020-02-02 08:55:46 +02: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 18:21:41 +02:00
2020-02-01 18:19:53 +02:00
Changes in RiotX 0.14.0 (2020-02-01)
2019-12-19 17:46:01 +02:00
===================================================
Features ✨:
2020-02-01 18:19:53 +02: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 17:46:01 +02:00
Improvements 🙌:
- Sharing things to RiotX: sort list by recent room first (#771)
- Hide the algorithm when turning on e2e (#897)
2020-01-29 19:07:57 +02:00
- Sort room members by display names
2019-12-19 17:46:01 +02:00
Other changes:
- Add support for /rainbow and /rainbowme commands (#879)
2019-12-19 17:46:01 +02:00
2020-01-17 15:25:25 +02:00
Build 🧱:
2020-01-17 17:06:58 +02:00
- Ensure builds are reproducible (#842)
- F-Droid: fix the "-dev" issue in version name (#815)
2020-01-17 15:25:25 +02:00
2020-01-17 15:23:58 +02:00
Changes in RiotX 0.13.0 (2020-01-17)
2020-01-09 16:32:37 +02:00
===================================================
Features ✨:
2020-01-11 21:43:47 +02:00
- Send and render typing events (#564)
2020-01-14 19:48:13 +02:00
- Create Room Profile screen (#54)
- Create Room Member Profile screen (#59)
2020-01-09 16:32:37 +02:00
Improvements 🙌:
- Render events m.room.encryption and m.room.guest_access in the timeline
2020-01-09 16:32:37 +02:00
Bugfix 🐛:
2020-01-17 15:10:47 +02: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 16:32:37 +02:00
2019-12-19 17:46:01 +02:00
Build 🧱:
- Change the way versionCode is computed (#827)
2019-12-19 17:46:01 +02:00
2020-01-09 16:31:13 +02:00
Changes in RiotX 0.12.0 (2020-01-09)
2019-12-19 17:46:01 +02:00
===================================================
Improvements 🙌:
2019-12-20 12:27:26 +02:00
- The initial sync is now handled by a foreground service
- Render aliases and canonical alias change in the timeline
2020-01-08 18:58:26 +02:00
- Introduce developer mode in the settings (#745, #796)
- Improve devices list screen
2020-01-02 19:12:44 +02:00
- Add settings for rageshake sensibility
2019-12-22 10:22:43 +02: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 17:46:01 +02: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 16:02:39 +02:00
- Email domain can be limited on some homeservers, i18n of the displayed error (#754)
2019-12-19 17:46:01 +02:00
Bugfix 🐛:
- Fix crash when opening room creation screen from the room filtering screen
2019-12-20 12:27:26 +02:00
- Fix avatar image disappearing (#777)
- Fix read marker banner when permalink
- Fix joining upgraded rooms (#697)
2020-01-08 19:12:22 +02:00
- Fix matrix.org room directory not being browsable (#807)
2020-01-02 17:24:31 +02:00
- Hide non working settings (#751)
2019-12-19 17:46:01 +02:00
2019-12-19 17:44:14 +02:00
Changes in RiotX 0.11.0 (2019-12-19)
2019-12-11 19:34:06 +02:00
===================================================
Features ✨:
2019-12-11 19:33:16 +02:00
- Implement soft logout (#281)
2019-12-11 19:34:06 +02:00
Improvements 🙌:
2019-11-25 18:59:19 +02:00
- Handle navigation to room via room alias (#201)
- Open matrix.to link in RiotX (#57)
2019-12-19 12:44:07 +02:00
- Limit sticker size in the timeline
2019-12-11 19:34:06 +02:00
Other changes:
- Use same default room colors than Riot-Web
2019-12-11 19:34:06 +02:00
Bugfix 🐛:
2019-12-13 17:42:48 +02:00
- Scroll breadcrumbs to top when opened
- Render default room name when it starts with an emoji (#477)
2019-12-16 18:14:26 +02: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 20:20:44 +02:00
- Disable click on Stickers (#703)
2019-12-11 19:34:06 +02:00
Build 🧱:
- Include diff-match-patch sources as dependency
2019-12-11 19:34:06 +02:00
2019-12-10 16:47:26 +02:00
Changes in RiotX 0.10.0 (2019-12-10)
2019-12-05 19:19:20 +02:00
===================================================
Features ✨:
2019-12-05 23:09:55 +02:00
- Breadcrumbs: switch from one room to another quickly (#571)
2019-12-05 19:19:20 +02:00
Improvements 🙌:
- Support entering a RiotWeb client URL instead of the homeserver URL during connection (#744)
2019-12-05 19:19:20 +02:00
Other changes:
2019-12-05 10:53:18 +02:00
- Add reason for all membership events (https://github.com/matrix-org/matrix-doc/pull/2367)
2019-12-05 19:19:20 +02:00
Bugfix 🐛:
2019-12-06 11:28:50 +02:00
- When automardown is ON, pills are sent as MD in body (#739)
2019-12-09 18:43:14 +02:00
- "ban" event are not rendered correctly (#716)
- Fix crash when rotating screen in Room timeline
2019-12-05 19:19:20 +02:00
2019-12-05 19:17:36 +02:00
Changes in RiotX 0.9.1 (2019-12-05)
2019-12-05 10:46:36 +02:00
===================================================
Bugfix 🐛:
2019-12-05 19:17:36 +02:00
- Fix an issue with DB transaction (#740)
2019-12-05 10:46:36 +02:00
2019-12-05 10:43:58 +02:00
Changes in RiotX 0.9.0 (2019-12-05)
2019-11-19 10:58:48 +02: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 10:58:48 +02:00
Improvements 🙌:
2019-11-15 11:12:23 +02:00
- Send mention Pills from composer
2019-12-03 17:36:44 +02:00
- Links in message preview in the bottom sheet are now active.
2019-11-22 13:32:45 +02:00
- Rework the read marker to make it more usable
2019-11-19 10:58:48 +02:00
Other changes:
2019-11-19 17:10:41 +02:00
- Fix a small grammatical error when an empty room list is shown.
2019-11-19 10:58:48 +02:00
Bugfix 🐛:
- Do not show long click help if only invitation are displayed
2019-11-22 16:19:09 +02: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 10:58:48 +02:00
2019-11-19 10:47:12 +02:00
Changes in RiotX 0.8.0 (2019-11-19)
2019-09-24 11:23:51 +03:00
===================================================
2019-10-24 15:40:31 +03:00
Features ✨:
2019-11-04 16:12:30 +02:00
- Handle long click on room in the room list (#395)
2019-11-05 17:13:46 +02:00
- Ignore/UnIgnore users, and display list of ignored users (#542, #617)
2019-10-24 15:40:31 +03:00
Improvements 🙌:
2019-10-28 15:36:15 +02:00
- Search reaction by name or keyword in emoji picker
2019-10-30 20:02:44 +02:00
- Handle code tags (#567)
2019-10-28 19:33:15 +02:00
- Support spoiler messages
2019-11-14 14:26:25 +02:00
- Support m.sticker and m.room.join_rules events in timeline
2019-10-24 15:40:31 +03:00
Other changes:
- Markdown set to off by default (#412)
2019-10-31 08:58:08 +02:00
- Accessibility improvements to the attachment file type chooser
2019-10-24 15:40:31 +03:00
Bugfix 🐛:
2019-10-28 18:01:41 +02: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 15:40:31 +03:00
2019-10-24 15:37:28 +03:00
Changes in RiotX 0.7.0 (2019-10-24)
2019-09-24 11:23:51 +03:00
===================================================
Features:
2019-10-24 15:37:28 +03:00
- Share elements from other app to RiotX (#58)
- Read marker (#84)
- Add ability to report content (#515)
2019-09-24 11:23:51 +03:00
Improvements:
- Persist active tab between sessions (#503)
2019-09-25 18:08:58 +03:00
- Do not upload file too big for the homeserver (#587)
2019-10-21 19:08:42 +03:00
- Attachments: start using system pickers (#52)
2019-10-11 16:42:22 +03:00
- Mark all messages as read (#396)
2019-09-24 11:23:51 +03:00
2019-11-04 16:08:08 +02:00
2019-09-24 11:23:51 +03:00
Other changes:
2019-09-28 22:24:55 +03:00
- Accessibility improvements to read receipts in the room timeline and reactions emoji chooser
2019-09-24 11:23:51 +03:00
Bugfix:
- Fix issue on upload error in loop (#587)
2019-09-26 18:05:18 +03: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 11:23:51 +03:00
Changes in RiotX 0.6.1 (2019-09-24)
===================================================
Bugfix:
- Fix crash: MergedHeaderItem was missing dimensionConverter
2019-09-24 11:22:36 +03:00
Changes in RiotX 0.6.0 (2019-09-24)
2019-09-17 15:53:50 +03:00
===================================================
Features:
- Save draft of a message when exiting a room with non empty composer (#329)
2019-09-17 15:53:50 +03:00
Improvements:
2019-09-19 13:42:01 +03:00
- Add unread indent on room list (#485)
- Message Editing: Update notifications (#128)
- Remove any notification of a redacted event (#563)
2019-09-17 15:53:50 +03:00
Other changes:
2019-09-23 17:17:28 +03:00
- Fix a few accessibility issues
2019-09-17 15:53:50 +03: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 18:08:22 +03: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 15:53:50 +03:00
Build:
- Fix (again) issue with bad versionCode generated by Buildkite (#553)
2019-09-17 15:53:50 +03:00
2019-09-17 15:50:43 +03:00
Changes in RiotX 0.5.0 (2019-09-17)
2019-08-30 16:07:04 +03:00
===================================================
Features:
2019-09-19 18:56:34 +03:00
- Implementation of login to homeserver with SSO (#557)
2019-09-13 19:21:56 +03:00
- Handle M_CONSENT_NOT_GIVEN error (#64)
- Auto configure homeserver and identity server URLs of LoginActivity with a magic link
2019-08-30 16:07:04 +03:00
Improvements:
2019-09-02 15:33:53 +03: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 16:07:04 +03: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 16:07:04 +03:00
Build:
- Fix issue with version name (#533)
- Fix issue with bad versionCode generated by Buildkite (#553)
2019-08-30 16:07:04 +03:00
2019-09-17 15:50:43 +03:00
Changes in RiotX 0.4.0 (2019-08-30)
2019-08-08 17:47:13 +03:00
===================================================
Features:
2019-08-19 15:08:15 +03:00
- Display read receipts in timeline (#81)
2019-08-08 17:47:13 +03:00
Improvements:
- Reactions: Reinstate the ability to react with non-unicode keys (#307)
2019-08-08 17:47:13 +03:00
Bugfix:
2019-08-19 00:30:41 +03:00
- Fix text diff linebreak display (#441)
- Date change message repeats for each redaction until a normal message (#358)
2019-08-19 00:46:17 +03: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 15:54:15 +03:00
- Fix crash with EmojiCompat (#530)
2019-08-08 17:47:13 +03:00
2019-08-08 17:44:53 +03:00
Changes in RiotX 0.3.0 (2019-08-08)
2019-07-18 18:48:56 +03:00
===================================================
Features:
2019-07-25 17:49:15 +03:00
- Create Direct Room flow
2019-08-08 13:09:05 +03:00
- Handle `/markdown` command
2019-07-18 18:48:56 +03:00
Improvements:
2019-07-23 00:34:40 +03:00
- UI for pending edits (#193)
- UX image preview screen transition (#393)
- Basic support for resending failed messages (retry/remove)
2019-08-05 21:28:50 +03: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 18:48:56 +03:00
Other changes:
- Show sync progress also in room detail screen (#403)
2019-07-18 18:48:56 +03: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)
2020-04-20 17:53:14 +03:00
- KeyBackup / SSSS | Should get the key from SSSS instead of asking recovery Key (#1163)
2019-07-18 18:48:56 +03:00
Build:
- Split APK: generate one APK per arch, to reduce APK size of about 30%
2019-07-18 18:48:56 +03:00
2019-07-18 18:47:24 +03:00
Changes in RiotX 0.2.0 (2019-07-18)
2019-07-12 12:39:26 +03:00
===================================================
Features:
2019-07-15 18:18:31 +03:00
- Message Editing: View edit history (#121)
2019-07-15 18:25:33 +03:00
- Rooms filtering (#304)
- Edit in encrypted room
2019-07-12 12:39:26 +03:00
Improvements:
2019-07-12 14:51:05 +03:00
- Handle click on redacted events: view source and create permalink
2019-07-17 11:51:09 +03:00
- Improve long tap menu: reply on top, more compact (#368)
- Quick reply in timeline with swipe gesture (#167)
2019-07-15 18:18:31 +03:00
- Improve edit of replies
2019-07-17 16:05:29 +03:00
- Improve performance on Room Members and Users management (#381)
2019-07-12 12:39:26 +03:00
Other changes:
- migrate from rxbinding 2 to rxbinding 3
2019-07-12 12:39:26 +03:00
Bugfix:
2019-07-12 13:46:02 +03: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 12:39:26 +03:00
2019-07-11 18:43:56 +03:00
Changes in RiotX 0.1.0 (2019-07-11)
2019-03-13 18:00:30 +02:00
===================================================
2019-07-11 18:43:56 +03:00
First release!
2019-03-13 18:00:30 +02:00
2019-07-12 12:38:55 +03:00
Mode details here: https://medium.com/@RiotChat/introducing-the-riotx-beta-for-android-b17952e8f771
2019-03-13 18:00:30 +02:00
=======================================================
+ TEMPLATE WHEN PREPARING A NEW RELEASE +
=======================================================
2020-07-15 15:27:08 +03:00
Changes in Element 1.X.X (2020-XX-XX)
2019-03-13 18:00:30 +02:00
===================================================
2019-10-07 18:18:07 +03:00
Features ✨:
2019-03-13 18:00:30 +02:00
-
2019-10-07 18:18:07 +03:00
Improvements 🙌:
2019-03-13 18:00:30 +02:00
-
2019-10-07 18:18:07 +03:00
Bugfix 🐛:
2019-03-13 18:00:30 +02:00
-
2019-10-07 18:18:07 +03:00
Translations 🗣:
2019-03-13 18:00:30 +02:00
-
2020-02-14 13:43:27 +02:00
SDK API changes ⚠️:
-
2019-10-07 18:18:07 +03:00
Build 🧱:
2019-03-13 18:00:30 +02:00
-
Other changes:
-