2021-04-14 22:30:29 +03:00
Changes in Element 1.1.5 (2021-XX-XX)
===================================================
Bugfix 🐛:
- Fix crash during Realm migration
2021-04-14 23:35:30 +03:00
- Fix crash when playing video (#3179)
2021-04-14 22:30:29 +03:00
2021-04-09 13:38:55 +03:00
Changes in Element 1.1.4 (2021-04-09)
2021-03-12 14:17:29 +03:00
===================================================
Improvements 🙌:
2021-03-16 13:07:31 +03:00
- Split network request `/keys/query` into smaller requests (250 users max) (#2925)
2021-03-19 12:23:23 +03:00
- Crypto improvement | Bulk send NO_OLM withheld code
2021-03-18 20:01:21 +03:00
- Display the room shield in all room setting screens
2021-03-19 15:48:49 +03:00
- Improve message with Emoji only detection (#3017)
2021-03-19 22:09:53 +03:00
- Picture preview when replying. Also add the image preview in the message detail bottomsheet (#2916)
2021-03-11 16:51:17 +03:00
- Api interceptor to allow app developers peek responses (#2986)
2021-03-26 19:21:33 +03:00
- Update reactions to Unicode 13.1 (#2998)
2021-03-26 14:15:06 +03:00
- Be more robust when parsing some enums
2021-03-30 21:04:26 +03:00
- Improve timeline filtering (dissociate membership and profile events, display hidden events when highlighted, fix hidden item/read receipts behavior)
2021-04-06 10:56:12 +03:00
- Add better support for empty room name fallback (#3106)
2021-03-31 18:36:24 +03:00
- Room list improvements (paging)
2021-04-07 15:08:43 +03:00
- Fix quick click action (#3127)
2021-03-24 20:48:25 +03:00
- Get Event after a Push for a faster notification display in some conditions
2021-04-08 11:59:51 +03:00
- Always try to retry Http requests in case of 429 (#1300)
2021-03-29 16:31:53 +03:00
- registration availability endpoint added to matrix-sdk
2021-03-12 14:17:29 +03:00
Bugfix 🐛:
2021-03-19 15:36:24 +03:00
- Fix bad theme change for the MainActivity
2021-03-19 17:27:56 +03:00
- Handle encrypted reactions (#2509)
2021-03-17 19:05:32 +03:00
- Disable URL preview for some domains (#2995)
2021-03-31 23:53:29 +03:00
- Fix avatar rendering for DMs, after initial sync (#2693)
2021-04-06 17:25:16 +03:00
- Fix mandatory parameter in API (#3065)
2021-04-07 15:52:27 +03:00
- If signout request fails, do not start LoginActivity, but restart the app (#3099)
2021-04-09 11:32:11 +03:00
- Retain keyword order in emoji import script, and update the generated file (#3147)
2021-03-12 14:17:29 +03:00
SDK API changes ⚠️:
2021-03-31 12:39:06 +03:00
- Several Services have been migrated to coroutines (#2449)
2021-03-30 21:04:26 +03:00
- Removes filtering options on Timeline.
2021-03-12 14:17:29 +03:00
Build 🧱:
2021-04-06 21:56:39 +03:00
- Properly exclude gms dependencies in fdroid build flavour which were pulled in through the jitsi SDK (#3125)
2021-03-12 14:17:29 +03:00
Other changes:
2021-03-25 13:18:26 +03:00
- Add version details on the login screen, in debug or developer mode
2021-03-31 15:21:47 +03:00
- Migrate Retrofit interface to coroutine calls
2021-03-12 14:17:29 +03:00
2021-03-18 12:35:03 +03:00
Changes in Element 1.1.3 (2021-03-18)
2021-02-19 23:10:27 +03:00
===================================================
2021-03-17 00:09:41 +03:00
Bugfix 🐛:
2021-03-17 17:04:39 +03:00
- Fix regression in UpdateTrustWorker (introduced in 1.1.2)
2021-03-16 22:14:20 +03:00
- Timeline : Fix ripple effect on text item and fix background color of separators.
2021-03-17 00:09:41 +03:00
2021-03-18 12:35:03 +03:00
Changes in Element 1.1.2 (2021-03-16) (was not published tp GPlay prod)
2021-03-12 14:17:29 +03:00
===================================================
Improvements 🙌:
2021-03-12 14:16:25 +03:00
- Lazy storage of ReadReceipts
2021-03-15 17:06:20 +03:00
- Do not load room members in e2e after init sync
2021-03-12 14:17:29 +03:00
Bugfix 🐛:
2021-03-16 14:16:11 +03:00
- Add option to cancel stuck messages at bottom of timeline see #516
2021-03-15 18:53:19 +03:00
- Ensure message are decrypted in the room list after a clear cache
2021-03-16 17:26:06 +03:00
- Regression: Video will not play upon tap, but only after swipe #2928
2021-03-16 16:48:27 +03:00
- Cross signing now works with servers with an explicit port in the servername
2021-03-12 14:17:29 +03:00
Other changes:
2021-03-14 21:17:05 +03:00
- Change formatting on issue templates to proper headings.
2021-03-12 14:17:29 +03:00
2021-03-18 12:35:03 +03:00
Changes in Element 1.1.1 (2021-03-10) (was not published tp GPlay prod)
2021-02-19 23:10:27 +03:00
===================================================
Improvements 🙌:
2021-03-02 03:50:25 +03:00
- Allow non-HTTPS connections to homeservers on Tor (#2941)
2021-02-16 21:34:26 +03:00
- Fetch homeserver type and version and display in a new setting screen and add info in rageshakes (#2831)
2021-03-04 23:45:05 +03:00
- Improve initial sync performance - split into 2 transactions (#983)
2021-02-23 12:31:00 +03:00
- PIP support for Jitsi call (#2418)
2021-03-02 14:54:00 +03:00
- Add tooltip for room quick actions
2021-03-02 21:18:19 +03:00
- Pre-share session keys when opening a room or start typing (#2771)
2021-03-09 20:18:28 +03:00
- Sending is now queuing by room and not uniquely to the session
2021-03-10 16:49:52 +03:00
- Improve Snackbar duration (#2929)
2021-03-10 23:55:59 +03:00
- Improve sending message state (#2937)
2021-02-19 23:10:27 +03:00
Bugfix 🐛:
2021-02-22 19:44:11 +03:00
- Try to fix crash about UrlPreview (#2640)
2021-03-02 18:14:57 +03:00
- Be robust if Event.type is missing (#2946)
2021-03-09 15:55:56 +03:00
- Snappier message send status
2021-03-10 17:34:28 +03:00
- Fix MainActivity display (#2927)
2021-02-19 23:10:27 +03:00
Translations 🗣:
2021-03-03 16:55:45 +03:00
- All string resources and translations have been moved to the application module. Weblate project for the SDK will be removed.
2021-02-19 23:10:27 +03:00
Build 🧱:
2021-02-21 18:52:19 +03:00
- Update a lot of dependencies, with the help of dependabot.
2021-02-18 14:35:52 +03:00
- Add a script to download and install APK from the CI
2021-02-19 23:10:27 +03:00
Other changes:
2021-03-01 21:59:55 +03:00
- Rework edition of event management
2021-02-19 23:10:27 +03:00
2021-02-19 21:30:38 +03:00
Changes in Element 1.1.0 (2021-02-19)
2021-02-01 21:19:46 +03:00
===================================================
Features ✨:
- VoIP : support for VoIP V1 protocol, transfer call and dial-pad
Improvements 🙌:
- VoIP : new tiles in timeline
2021-02-10 19:32:36 +03:00
- Improve room profile UX
2021-02-10 14:15:32 +03:00
- Upgrade Jitsi library from 2.9.3 to 3.1.0
2021-02-12 22:59:20 +03:00
- a11y improvements
2021-02-04 17:17:46 +03:00
Bugfix 🐛:
2021-02-09 13:52:18 +03:00
- VoIP : fix audio devices output
2021-02-10 18:39:26 +03:00
- Fix crash after initial sync on Dendrite
2021-02-16 00:53:29 +03:00
- Fix crash reported by PlayStore (#2707)
2021-02-17 18:35:24 +03:00
- Ignore url override from credential if it is not valid (#2822)
2021-02-18 20:42:55 +03:00
- Fix crash when deactivating an account
2021-02-01 21:19:46 +03:00
SDK API changes ⚠️:
2021-02-17 19:56:13 +03:00
- Migrate AuthenticationService API to coroutines (#2449)
2021-02-01 21:19:46 +03:00
2021-02-09 23:08:46 +03:00
Other changes:
2021-02-10 12:05:41 +03:00
- New Dev Tools panel for developers
2021-02-11 01:27:43 +03:00
- Fix typos in CHANGES.md (#2811)
2021-02-15 20:12:55 +03:00
- Colors rework: first step: merge file `colors_riot.xml` to file `colors_riotx.xml` and rename the file to `colors.xml`
2021-02-09 23:08:46 +03:00
2021-02-11 01:27:43 +03:00
Changes in Element 1.0.17 (2021-02-09)
2021-02-04 17:17:46 +03:00
===================================================
Improvements 🙌:
2021-02-06 18:52:46 +03:00
- Create a WidgetItemFactory and use it for better rendering of Jitsi widget change (video conference)
2021-02-07 17:00:07 +03:00
- Open image from URL Preview (#2705)
2021-02-04 17:17:46 +03:00
Bugfix 🐛:
2021-02-05 11:36:29 +03:00
- Bug in WidgetContent.computeURL() (#2767)
2021-02-04 16:11:02 +03:00
- Duplicate thumbs | Mobile reactions for 👍 and 👎 are not the same as web (#2776)
2021-02-04 20:06:35 +03:00
- Join room by alias other federation error (#2778)
2021-02-05 22:40:57 +03:00
- HTML unescaping for URL preview (#2766)
2021-02-07 17:21:07 +03:00
- URL preview on reply fallback (#2756)
2021-02-05 21:56:39 +03:00
- RTL: some arrows should be rotated in RTL (#2757)
2021-02-09 23:07:25 +03:00
- Properly delete objects from Realm DB (#2765)
2021-02-04 17:17:46 +03:00
Build 🧱:
2021-02-04 20:02:47 +03:00
- Upgrade build tools
2021-02-04 17:17:46 +03:00
2021-02-01 21:19:46 +03:00
Other changes:
2021-02-08 14:39:35 +03:00
- Change app name from "Element (Riot.im)" to "Element"
2021-02-01 21:19:46 +03:00
2021-02-11 01:27:43 +03:00
Changes in Element 1.0.16 (2021-02-04)
2021-02-03 19:09:32 +03:00
===================================================
Bugfix 🐛:
2021-02-04 14:22:12 +03:00
- Fix crash on API < 30 and light theme (# 2774 )
2021-02-03 19:09:32 +03:00
2021-02-11 01:27:43 +03:00
Changes in Element 1.0.15 (2021-02-03)
2021-01-15 13:14:59 +03:00
===================================================
Features ✨:
2021-02-02 11:32:04 +03:00
- Social Login support
2021-01-15 13:14:59 +03:00
Improvements 🙌:
2021-02-02 11:32:04 +03:00
- SSO support for cross signing (#1062)
- Deactivate account when logged in with SSO (#1264)
- SSO UIA doesn't work (#2754)
2021-01-15 13:14:59 +03:00
Bugfix 🐛:
2021-01-20 17:19:21 +03:00
- Fix clear cache issue: sometimes, after a clear cache, there is still a token, so the init sync service is not started.
2021-01-19 15:33:35 +03:00
- Sidebar too large in horizontal orientation or tablets (#475)
2021-01-21 15:20:19 +03:00
- UrlPreview should be updated when the url is edited and changed (#2678)
2021-01-05 08:58:55 +03:00
- When receiving a new pepper from identity server, use it on the next hash lookup (#2708)
2021-01-22 15:34:40 +03:00
- Crashes reported by PlayStore (new in 1.0.14) (#2707)
2021-02-01 18:13:26 +03:00
- Widgets: Support $matrix_widget_id parameter (#2748)
2021-02-02 13:38:23 +03:00
- Data for Worker overload (#2721)
2021-02-02 19:10:58 +03:00
- Fix multiple tasks
2021-02-02 23:23:16 +03:00
- Object deletion in database is not complete (#2759)
2021-01-15 13:14:59 +03:00
SDK API changes ⚠️:
2021-01-04 17:12:49 +03:00
- Increase targetSdkVersion to 30 (#2600)
2021-01-15 13:14:59 +03:00
Build 🧱:
2021-01-04 17:12:49 +03:00
- Compile with Android SDK 30 (Android 11)
2021-01-15 13:14:59 +03:00
Other changes:
2021-01-15 16:40:26 +03:00
- Update Dagger to 2.31 version so we can use the embedded AssistedInject feature
2021-01-15 13:14:59 +03:00
2021-02-11 01:27:43 +03:00
Changes in Element 1.0.14 (2021-01-15)
2020-12-18 13:03:01 +03:00
===================================================
Features ✨:
2020-12-19 21:57:49 +03:00
- Enable url previews for notices (#2562)
2021-01-06 18:15:01 +03:00
- Edit room permissions (#2471)
2020-12-18 13:03:01 +03:00
Improvements 🙌:
2021-01-05 13:46:59 +03:00
- Add System theme option and set as default (#904, #2387 )
2021-01-14 12:43:38 +03:00
- Store megolm outbound session to improve send time of first message after app launch.
2021-01-09 03:39:24 +03:00
- Warn user when they are leaving a not public room (#1460)
2021-01-13 13:28:46 +03:00
- Option to disable emoji keyboard (#2563)
2020-12-18 13:03:01 +03:00
Bugfix 🐛:
2020-12-29 17:42:12 +03:00
- Unspecced msgType field in m.sticker (#2580)
2020-12-18 18:01:39 +03:00
- Wait for all room members to be known before sending a message to a e2e room (#2518)
2020-12-19 21:51:56 +03:00
- Url previews sometimes attached to wrong message (#2561)
2020-12-28 17:17:01 +03:00
- Room Topic not displayed correctly after visiting a link (#2551)
2020-12-30 12:17:25 +03:00
- Hiding membership events works the exact opposite (#2603)
2021-01-04 20:18:34 +03:00
- Tapping drawer having more than 1 room in notifications gives "malformed link" error (#2605)
2021-01-07 19:32:04 +03:00
- Sent image not displayed when opened immediately after sending (#409)
2021-01-08 14:40:20 +03:00
- Initial sync is not retried correctly when there is some network error. (#2632)
2020-12-29 14:20:24 +03:00
- Fix switch theme issue, and white field issue (#2599, #2528 )
2021-01-12 20:16:35 +03:00
- Fix request too large Uri error when joining a room
2020-12-18 13:03:01 +03:00
Translations 🗣:
2021-01-15 13:13:36 +03:00
- New language supported: Hebrew
2020-12-18 13:03:01 +03:00
Build 🧱:
2021-01-05 20:55:09 +03:00
- Remove dependency to org.greenrobot.eventbus library
2020-12-18 13:03:01 +03:00
Other changes:
2020-12-16 02:46:52 +03:00
- Migrate to ViewBindings (#1072)
2020-12-18 13:03:01 +03:00
2020-12-18 12:59:43 +03:00
Changes in Element 1.0.13 (2020-12-18)
2020-12-15 16:18:35 +03:00
===================================================
Bugfix 🐛:
2020-12-15 21:45:06 +03:00
- Fix MSC2858 implementation details (#2540)
2020-12-15 16:18:35 +03:00
2020-12-15 16:16:08 +03:00
Changes in Element 1.0.12 (2020-12-15)
2020-11-27 22:42:02 +03:00
===================================================
Features ✨:
2020-11-30 13:00:58 +03:00
- Add room aliases management, and room directory visibility management in a dedicated screen (#1579, #2428 )
2020-11-30 19:53:31 +03:00
- Room setting: update join rules and guest access (#2442)
2020-12-04 16:19:24 +03:00
- Url preview (#481)
2020-12-11 11:46:36 +03:00
- Store encrypted file in cache and cleanup decrypted file at each app start (#2512)
2020-12-10 12:59:09 +03:00
- Emoji Keyboard (#2520)
2020-12-14 16:10:04 +03:00
- Social login (#2452)
2020-12-09 14:34:22 +03:00
- Support for chat effects in timeline (confetti, snow) (#2535)
2020-11-27 22:42:02 +03:00
Improvements 🙌:
2020-11-30 13:14:13 +03:00
- Add Setting Item to Change PIN (#2462)
2020-11-30 19:53:31 +03:00
- Improve room history visibility setting UX (#1579)
2020-12-11 17:16:10 +03:00
- Matrix.to deeplink custom scheme support
2020-12-14 18:20:36 +03:00
- Homeserver history (#1933)
2020-11-27 22:42:02 +03:00
Bugfix 🐛:
2020-11-30 12:08:31 +03:00
- Fix cancellation of sending event (#2438)
2020-11-28 02:41:29 +03:00
- Double bottomsheet effect after verify with passphrase
2020-11-30 18:12:26 +03:00
- EditText cursor jumps to the start while typing fast (#2469)
2020-12-03 16:19:37 +03:00
- UTD for events before invitation if member state events are hidden (#2486)
2020-12-11 17:16:10 +03:00
- No known servers error is given when joining rooms on new Gitter bridge (#2516)
2020-12-01 19:11:05 +03:00
- Show preview when sending attachment from the keyboard (#2440)
2020-12-01 19:55:37 +03:00
- Do not compress GIFs (#1616, #1254 )
2020-11-27 22:42:02 +03:00
SDK API changes ⚠️:
2020-12-08 13:04:30 +03:00
- StateService now exposes suspendable function instead of using MatrixCallback.
2020-12-03 15:43:04 +03:00
- RawCacheStrategy has been moved and renamed to CacheStrategy
2020-12-08 19:20:40 +03:00
- FileService: remove useless FileService.DownloadMode
2020-11-27 22:42:02 +03:00
Build 🧱:
2020-12-02 14:08:29 +03:00
- Upgrade some dependencies and Kotlin version
2020-12-02 14:46:15 +03:00
- Use fragment-ktx and preference-ktx dependencies (fix lint issue KtxExtensionAvailable)
2020-12-08 15:33:01 +03:00
- Upgrade Realm dependency to 10.1.2
2020-11-27 22:42:02 +03:00
Other changes:
2020-12-01 18:19:50 +03:00
- Remove "Status.im" theme #2424
2020-12-08 13:36:12 +03:00
- Log HTTP requests and responses in production (level BASIC, i.e. without any private data)
2020-11-27 22:42:02 +03:00
2020-11-27 15:59:23 +03:00
Changes in Element 1.0.11 (2020-11-27)
2020-10-16 18:34:10 +03:00
===================================================
Features ✨:
2020-11-06 16:04:21 +03:00
- Create DMs with users by scanning their QR code (#2025)
2020-11-19 15:11:41 +03:00
- Add Invite friends quick invite actions (#2348)
- Add friend by scanning QR code, show your code to friends (#2025)
2020-10-16 18:34:10 +03:00
2020-11-04 18:00:16 +03:00
Improvements 🙌:
2020-11-18 19:00:44 +03:00
- New room creation tile with quick action (#2346)
2020-11-05 19:34:10 +03:00
- Open an existing DM instead of creating a new one (#2319)
2020-11-10 17:18:41 +03:00
- Use RoomMember instead of User in the context of a Room.
2020-11-11 19:12:42 +03:00
- Ask for explicit user consent to send their contact details to the identity server (#2375)
2020-11-13 02:39:16 +03:00
- Handle events of type "m.room.server_acl" (#890)
2020-11-16 19:25:42 +03:00
- Room creation form: add advanced section to disable federation (#1314)
2020-11-16 16:56:42 +03:00
- Move "Enable Encryption" from room setting screen to room profile screen (#2394)
2020-11-26 15:31:00 +03:00
- Home empty screens quick design update (#2347)
2020-11-19 15:11:41 +03:00
- Improve Invite user screen (seamless search for matrix ID)
2020-11-04 18:00:16 +03:00
Bugfix 🐛:
2020-11-10 17:12:21 +03:00
- Fix crash on AttachmentViewer (#2365)
2020-11-10 17:17:05 +03:00
- Exclude yourself when decorating rooms which are direct or don't have more than 2 users (#2370)
2020-11-13 21:14:50 +03:00
- F-Droid version: ensure timeout of sync request can be more than 60 seconds (#2169)
2020-11-09 21:23:45 +03:00
- Fix issue when restoring draft after sharing (#2287)
2020-11-10 01:00:19 +03:00
- Fix issue when updating the avatar of a room (new avatar vanishing)
- Discard change dialog displayed by mistake when avatar has been updated
2020-11-13 18:17:27 +03:00
- Try to fix cropped image in timeline (#2126)
2020-11-16 12:54:36 +03:00
- Registration: annoying error message scares every new user when they add an email (#2391)
2020-11-23 03:01:05 +03:00
- Fix jitsi integration for those with non-vanilla dialler frameworks
2020-11-26 16:17:47 +03:00
- Update profile has no effect if user is in zero rooms
2020-11-27 12:24:07 +03:00
- Fix issues with matrix.to deep linking (#2349)
2020-11-04 18:00:16 +03:00
SDK API changes ⚠️:
2020-11-27 15:59:23 +03:00
- AccountService now exposes suspendable function instead of using MatrixCallback (#2354).
Note: We will incrementally migrate all the SDK API in a near future (#2449)
2020-11-04 18:00:16 +03:00
2020-11-09 20:28:23 +03:00
Test:
- Add `allScreensTest` to cover all screens of the app
2020-11-04 18:00:16 +03:00
Other changes:
2020-11-05 18:14:19 +03:00
- Upgrade Realm dependency to 10.0.0
2020-11-04 18:00:16 +03:00
2020-11-04 17:57:56 +03:00
Changes in Element 1.0.10 (2020-11-04)
2020-10-16 18:34:10 +03:00
===================================================
Improvements 🙌:
2020-10-09 11:36:42 +03:00
- Rework sending Event management (#154)
2020-10-20 16:50:03 +03:00
- New room creation screen: set topic and avatar in the room creation form (#2078)
2020-10-23 15:58:31 +03:00
- Toggle Low priority tag (#1490)
2020-10-27 18:18:26 +03:00
- Add option to send with enter (#1195)
- Use Hardware keyboard enter to send message (use shift-enter for new line) (#1881, #1440 )
2020-10-23 21:08:23 +03:00
- Edit and remove icons are now visible on image attachment preview screen (#2294)
2020-10-22 15:34:15 +03:00
- Room profile: BigImageViewerActivity now only display the image. Use the room setting to change or delete the room Avatar
2020-10-29 16:44:08 +03:00
- Better visibility of text reactions in dark theme (#1118)
2020-10-28 20:09:16 +03:00
- Room member profile: Add action to create (or open) a DM (#2310)
2020-11-01 12:13:27 +03:00
- Prepare changelog for F-Droid (#2296)
- Add graphic resources for F-Droid (#812, #2220 )
- Highlight text in the body of the displayed result (#2200)
2020-10-31 18:07:23 +03:00
- Considerably faster QR-code bitmap generation (#2331)
2020-10-16 18:34:10 +03:00
Bugfix 🐛:
2020-10-31 15:48:53 +03:00
- Fixed ringtone handling (#2100 & #2246 )
2020-10-20 23:18:14 +03:00
- Messages encrypted with no way to decrypt after SDK update from 0.18 to 1.0.0 (#2252)
2020-09-04 17:55:29 +03:00
- Incoming call continues to ring if call is answered on another device (#1921)
2020-11-01 12:13:27 +03:00
- Search Result | scroll jumps after pagination (#2238)
2020-11-03 11:53:50 +03:00
- Badly formatted mentions in body (#1506)
2020-10-30 19:10:59 +03:00
- KeysBackup: Avoid using `!!` (#2262)
2020-11-04 16:32:54 +03:00
- Two elements in the task switcher (#2299)
2020-10-16 18:34:10 +03:00
2020-10-16 18:09:31 +03:00
Changes in Element 1.0.9 (2020-10-16)
2020-09-25 15:09:25 +03:00
===================================================
Features ✨:
2020-09-24 11:44:17 +03:00
- Search messages in a room - phase 1 (#2110)
2020-09-30 19:11:30 +03:00
- Hide encrypted history (before user is invited). Can be shown if wanted in developer settings
2020-10-05 18:28:05 +03:00
- Changed rainbow algorithm
2020-09-25 15:09:25 +03:00
Improvements 🙌:
2020-09-30 11:08:26 +03:00
- Wording differentiation for direct rooms (#2176)
2020-09-28 17:57:36 +03:00
- PIN code: request PIN code if phone has been locked
2020-09-29 17:10:54 +03:00
- Small optimisation of scrolling experience in timeline (#2114)
2020-09-29 18:07:56 +03:00
- Allow user to reset cross signing if he has no way to recover (#2052)
2020-10-14 16:55:51 +03:00
- Ability to share text
2020-10-01 19:33:33 +03:00
- Create home shortcut for any room (#1525)
2020-10-06 11:15:00 +03:00
- Can't confirm email due to killing by Android (#2021)
2020-10-01 18:43:43 +03:00
- Add a menu item to open the setting in room list and in room (#2171)
2020-10-05 11:10:55 +03:00
- Add a menu item in the timeline as a shortcut to invite user (#2171)
2020-10-05 15:51:21 +03:00
- Drawer: move settings access and add sign out action (#2171)
2020-10-03 00:20:28 +03:00
- Filter room member (and banned users) by name (#2184)
2020-10-05 19:42:34 +03:00
- Implement "Jump to read receipt" and "Mention" actions on the room member profile screen
2020-10-11 22:09:36 +03:00
- Direct share (#2029)
2020-10-12 13:35:34 +03:00
- Add FAB to room members list (#2226)
2020-10-02 13:06:06 +03:00
- Add Sygnal API implementation to test is Push are correctly received
2020-10-02 17:46:40 +03:00
- Add PushGateway API implementation to test if Push are correctly received
2020-10-12 18:57:09 +03:00
- Cross signing: shouldn't offer to verify with other session when there is not. (#2227)
2020-09-25 15:09:25 +03:00
Bugfix 🐛:
2020-09-29 17:41:55 +03:00
- Improve support for image/audio/video/file selection with intent changes (#1376)
2020-09-26 12:30:08 +03:00
- Fix Splash layout on small screens
2020-10-06 17:02:49 +03:00
- Invalid popup when pressing back (#1635)
2020-09-23 15:03:39 +03:00
- Simplifies draft management and should fix bunch of draft issues (#952, #683 )
2020-10-09 14:53:02 +03:00
- Very long topic cannot be fully visible (#1957)
2020-10-12 18:03:28 +03:00
- Properly detect cross signing keys reset
2020-10-13 23:34:08 +03:00
- Don't set presence when handling a push notification or polling (#2156)
2020-10-15 16:27:32 +03:00
- Be robust against `StrandHogg` task injection
2020-10-15 15:23:45 +03:00
- Clear alerts if user sign out
2020-10-16 12:02:29 +03:00
- Fix rows are hidden in Textinput (#2234)
2020-10-16 17:10:50 +03:00
- Uploading a file to a room caused it to have a info.size of -1 (#2141)
2020-09-25 15:09:25 +03:00
Translations 🗣:
2020-10-12 20:09:04 +03:00
- Move store data to `/fastlane/metadata/android` (#812)
2020-10-15 16:49:22 +03:00
- Weblate is now hosted at https://translate.element.io
2020-09-25 15:09:25 +03:00
SDK API changes ⚠️:
2020-09-24 11:44:17 +03:00
- Search messages in a room by using Session.searchService() or Room.search()
2020-09-25 15:09:25 +03:00
Build 🧱:
2020-09-29 18:40:55 +03:00
- Use Update Gradle Wrapper Action
2020-10-01 15:47:35 +03:00
- Updates Gradle Wrapper from 5.6.4 to 6.6.1. (#2193)
2020-10-06 13:33:40 +03:00
- Upgrade kotlin version from `1.3.72` to `1.4.10` and kotlin coroutines version from `1.3.8` to `1.3.9`
2020-10-13 18:18:13 +03:00
- Upgrade build tools from `3.5.3` to `4.0.1` , then to `4.1.0`
2020-10-06 14:08:36 +03:00
- Upgrade com.google.gms:google-services from `4.3.2` to `4.3.4`
2020-10-06 15:47:57 +03:00
- Upgrade Moshi to `1.11.0` , Dagger to `2.29.1` , Epoxy to `4.1.0`
2020-09-25 15:09:25 +03:00
Other changes:
2020-09-29 16:12:25 +03:00
- Added registration/verification automated UI tests
2020-09-29 12:38:19 +03:00
- Create a script to help getting public information form any homeserver
2020-09-25 15:09:25 +03:00
2020-09-25 15:08:15 +03:00
Changes in Element 1.0.8 (2020-09-25)
2020-09-17 10:32:35 +03:00
===================================================
Improvements 🙌:
2020-09-18 16:00:36 +03:00
- Add "show password" in import Megolm keys dialog
2020-09-21 18:26:27 +03:00
- Visually disable call buttons in menu and prohibit calling when permissions are insufficient (#2112)
2020-09-18 10:31:58 +03:00
- Better management of requested permissions (#2048)
2020-09-22 19:40:37 +03:00
- Add a setting to show timestamp for all messages (#2123)
2020-09-22 18:05:25 +03:00
- Use cache for user color
2020-09-21 17:03:59 +03:00
- Allow using an outdated homeserver, at user's risk (#1972)
2020-09-21 16:09:47 +03:00
- Restore small logo on login screens and fix scrolling issue on those screens
2020-09-23 16:57:20 +03:00
- PIN Code Improvements: Add more settings: biometrics, grace period, notification content (#1985)
2020-09-17 10:32:35 +03:00
Bugfix 🐛:
2020-09-25 12:25:27 +03:00
- Long message cannot be sent/takes infinite time & blocks other messages (#1397)
- Fix crash when wellknown are malformed, or redirect to some HTML content (reported by rageshakes)
2020-09-18 19:00:49 +03:00
- User Verification in DM not working
2020-09-18 16:28:06 +03:00
- Manual import of Megolm keys does back up the imported keys
2020-09-21 16:00:53 +03:00
- Auto scrolling to the latest message when sending (#2094)
2020-09-21 18:34:55 +03:00
- Fix incorrect permission check when creating widgets (#2137)
2020-09-23 22:42:30 +03:00
- Pin code: user has to enter pin code twice (#2005)
2020-09-17 10:32:35 +03:00
SDK API changes ⚠️:
2020-09-21 19:26:35 +03:00
- Rename `tryThis` to `tryOrNull`
2020-09-17 10:32:35 +03:00
Other changes:
2020-09-18 13:49:14 +03:00
- Add an advanced action to reset an account data entry
2020-09-17 10:32:35 +03:00
2020-09-17 10:31:09 +03:00
Changes in Element 1.0.7 (2020-09-17)
2020-09-08 18:49:26 +03:00
===================================================
Improvements 🙌:
2020-09-01 12:01:32 +03:00
- Handle date formatting properly (show time am/pm if needed, display year when needed)
2020-09-09 12:35:33 +03:00
- Improve F-Droid Notification (#2055)
2020-09-08 18:49:26 +03:00
Bugfix 🐛:
2020-09-10 12:08:05 +03:00
- Clear the notification when the event is read elsewhere (#1822)
2020-09-11 13:30:00 +03:00
- Speakerphone is not used for ringback tone (#1644, #1645 )
2020-09-14 21:59:34 +03:00
- Back camera preview is not mirrored anymore (#1776)
2020-09-15 11:03:49 +03:00
- Various report of people that cannot play video (#2107)
2020-09-16 16:48:09 +03:00
- Rooms incorrectly marked as unread (#588)
- Allow users to show/hide room member state events (#1231)
2020-09-15 13:56:37 +03:00
- Fix stuck on loader when launching home
2020-09-08 18:49:26 +03:00
SDK API changes ⚠️:
2020-09-16 17:14:20 +03:00
- Create a new RawService to get plain data from the server.
2020-09-08 18:49:26 +03:00
Other changes:
2020-09-09 13:15:27 +03:00
- Performance: share Realm instance used on UI thread and improve SharedPreferences reading time.
2020-09-08 18:49:26 +03:00
2020-09-08 18:47:03 +03:00
Changes in Element 1.0.6 (2020-09-08)
2020-08-21 18:04:05 +03:00
===================================================
Features ✨:
2020-09-01 15:55:12 +03:00
- List phone numbers and emails added to the Matrix account, and add emails and phone numbers to account (#44, #45 )
2020-08-21 18:04:05 +03:00
Improvements 🙌:
2020-08-26 18:03:51 +03:00
- You can now join room through permalink and within room directory search
2020-08-26 12:57:27 +03:00
- Add long click gesture to copy userId, user display name, room name, room topic and room alias (#1774)
2020-09-08 10:52:51 +03:00
- Fix several issues when uploading big files (#1889)
2020-09-03 11:00:01 +03:00
- Do not propose to verify session if there is only one session and 4S is not configured (#1901)
2020-08-31 14:06:41 +03:00
- Call screen does not use proximity sensor (#1735)
2020-08-21 18:04:05 +03:00
Bugfix 🐛:
2020-08-21 23:24:29 +03:00
- Display name not shown under Settings/General (#1926)
2020-09-03 10:16:37 +03:00
- Editing message forgets line breaks and markdown (#1939)
2020-08-25 18:26:16 +03:00
- Words containing my name should not trigger notifications (#1781)
2020-08-24 19:05:11 +03:00
- Fix changing language issue
2020-08-24 19:20:09 +03:00
- Fix FontSize issue (#1483, #1787 )
2020-08-26 13:55:49 +03:00
- Fix bad color for settings icon on Android < 24 (# 1786 )
2020-08-26 12:27:12 +03:00
- Change user or room avatar: when selecting Gallery, I'm not proposed to crop the selected image (#1590)
2020-08-27 16:43:11 +03:00
- Loudspeaker is always used (#1685)
2020-08-26 20:25:20 +03:00
- Fix uploads still don't work with room v6 (#1879)
2020-08-27 19:19:15 +03:00
- Can't handle ongoing call events in background (#1992)
2020-09-07 17:48:12 +03:00
- Handle room, user and group links by the Element app (#1795)
2020-09-07 20:53:11 +03:00
- Update associated site domain (#1833)
2020-08-31 18:50:17 +03:00
- Crash / Attachment viewer: Cannot draw a recycled Bitmap #2034
2020-08-31 13:08:37 +03:00
- Login with Matrix-Id | Autodiscovery fails if identity server is invalid and Homeserver ok (#2027)
2020-09-02 19:25:29 +03:00
- Support for image compression on Android 10
2020-09-04 21:38:32 +03:00
- Verification popup won't show
2020-09-06 01:58:00 +03:00
- Android 6: App crash when read Contact permission is granted (#2064)
2020-09-03 16:20:37 +03:00
- JSON for verification events leaks in to the room list (#1246)
2020-09-08 10:52:51 +03:00
- Replies to poll appears in timeline as unsupported events during sending (#1004)
2020-08-21 18:04:05 +03:00
Translations 🗣:
2020-10-15 16:49:22 +03:00
- The SDK is now using SAS string translations from [Weblate Matrix-doc project ](https://translate.element.io/projects/matrix-doc/ ) (#1909)
2020-09-08 18:47:03 +03:00
- New translation to kabyle
2020-08-21 18:04:05 +03:00
Build 🧱:
2020-08-24 11:14:00 +03:00
- Some dependencies have been upgraded (coroutine, recyclerView, appCompat, core-ktx, firebase-messaging)
2020-09-01 19:49:08 +03:00
- Buildkite:
New pipeline location: https://github.com/matrix-org/pipelines/blob/master/element-android/pipeline.yml
New build location: https://buildkite.com/matrix-dot-org/element-android
2020-08-21 18:04:05 +03:00
Other changes:
2020-08-19 23:59:57 +03:00
- Use File extension functions to make code more concise (#1996)
2020-08-26 16:28:48 +03:00
- Create a script to import SAS strings (#1909)
2020-09-07 21:52:30 +03:00
- Support `data-mx-[bg-]color` attributes on `<font>` tags.
2020-08-21 18:04:05 +03:00
2020-08-21 18:02:32 +03:00
Changes in Element 1.0.5 (2020-08-21)
2020-07-15 15:32:15 +03:00
===================================================
Features ✨:
2020-07-30 18:25:49 +03:00
- Protect access to the app by a pin code (#1700)
2020-08-14 16:40:02 +03:00
- Conference with Jitsi support (#43)
2020-07-15 15:32:15 +03:00
Improvements 🙌:
2020-08-20 13:28:25 +03:00
- Share button in rooms gives room ID link without via parameters (#1927)
2020-08-05 20:59:25 +03:00
- Give user the possibility to prevent accidental call (#1869)
2020-08-12 19:00:43 +03:00
- Display device information (name, id and key) in Cryptography setting screen (#1784)
2020-08-12 12:01:01 +03:00
- Ensure users do not accidentally ignore other users (#1890)
2020-08-20 16:44:28 +03:00
- Better handling DM creation when invitees cannot be inviting due to denied federation
2020-08-17 20:42:21 +03:00
- Support new config.json format and config.domain.json files (#1682)
2020-08-17 17:48:40 +03:00
- Increase Font size on Calling screen (#1643)
2020-08-19 19:32:06 +03:00
- Make the user's Avatar live in the general settings
2020-07-15 15:32:15 +03:00
Bugfix 🐛:
2020-08-16 00:35:10 +03:00
- Fix incorrect date format for some Asian languages (#1928)
2020-07-19 19:15:45 +03:00
- Fix invisible toolbar (Status.im theme) (#1746)
2020-07-24 13:35:33 +03:00
- Fix relative date time formatting (#822)
2020-08-05 14:32:36 +03:00
- Fix crash reported by RageShake
2020-08-12 16:19:03 +03:00
- Fix refreshing of sessions list when another session is logged out
2020-08-20 19:31:03 +03:00
- Fix IllegalArgumentException: Receiver not registered: NetworkInfoReceiver (#1960)
2020-08-18 18:54:59 +03:00
- Failed to build unique file (#1954)
2020-08-20 19:20:53 +03:00
- Highlighted Event when opening a permalink from another room (#1033)
2020-08-19 16:54:46 +03:00
- A Kick appears has "someone has made no change" (#1959)
2020-08-21 17:11:22 +03:00
- Avoid NetworkOnMainThreadException when setting a user avatar
2020-08-20 20:30:08 +03:00
- Renew turnserver credentials when ttl runs out
2020-07-15 15:32:15 +03:00
Translations 🗣:
2020-08-04 09:41:38 +03:00
- Add PlayStore description resources in the Triple-T format, to let Weblate handle them
2020-07-15 15:32:15 +03:00
SDK API changes ⚠️:
2020-08-13 11:44:55 +03:00
- Rename package `im.vector.matrix.android` to `org.matrix.android.sdk`
- Rename package `im.vector.matrix.rx` to `org.matrix.android.sdk.rx`
2020-07-15 15:32:15 +03:00
Build 🧱:
2020-08-13 19:49:19 +03:00
- Fix RtlHardcoded issues (use `Start` and `End` instead of `Left` and `Right` layout attributes)
2020-07-15 15:32:15 +03:00
Other changes:
2020-07-16 18:39:36 +03:00
- Use `Context#getSystemService` extension function provided by `core-ktx` (#1702)
2020-08-03 17:14:33 +03:00
- Hide Flair settings, this is not implemented yet.
2020-08-03 18:58:35 +03:00
- Rename package `im.vector.riotx.attachmentviewer` to `im.vector.lib.attachmentviewer`
2020-08-03 19:08:13 +03:00
- Rename package `im.vector.riotx.multipicker` to `im.vector.lib.multipicker`
2020-08-03 19:23:05 +03:00
- Rename package `im.vector.riotx` to `im.vector.app`
2020-08-17 19:02:01 +03:00
- Remove old code that was used on devices with api level < 21
2020-08-18 00:09:41 +03:00
- Add Official Gradle Wrapper Validation Action
2020-07-15 15:32:15 +03:00
2020-08-03 13:11:50 +03:00
Changes in Element 1.0.4 (2020-08-03)
===================================================
Bugfix 🐛:
- Fix Crash when opening invite to room user screen
2020-07-31 01:01:33 +03:00
Changes in Element 1.0.3 (2020-07-31)
2020-07-29 12:39:23 +03:00
===================================================
Features ✨:
2020-07-30 17:57:25 +03:00
- Support server admin option to disable E2EE for DMs / private rooms [users can still enable] (#1794)
2020-07-29 12:39:23 +03:00
Bugfix 🐛:
2020-07-30 18:02:19 +03:00
- Crash reported on playstore for HomeActivity launch (151 reports)
2020-07-29 12:39:23 +03:00
2020-07-29 11:33:55 +03:00
Changes in Element 1.0.2 (2020-07-29)
2020-07-29 10:00:29 +03:00
===================================================
Improvements 🙌:
2020-07-29 10:26:11 +03:00
- Added Session Database migration to avoid unneeded initial syncs
2020-07-29 10:00:29 +03:00
2020-07-28 19:02:51 +03:00
Changes in Element 1.0.1 (2020-07-28)
2020-07-15 15:32:15 +03:00
===================================================
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-28 12:35:37 +03:00
- Improve UI of edit role action in member profile
2020-07-28 11:09:39 +03:00
- Moderation | New screen to display list of banned users in room settings, with unban action
2020-07-15 15:32:15 +03:00
Bugfix 🐛:
2020-07-14 11:33:58 +03:00
- Fix theme issue on Room directory screen (#1613)
2020-07-17 14:31:36 +03:00
- Fix notification not dismissing when entering a room
2020-07-17 21:16:27 +03:00
- 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-24 12:31:47 +03:00
- Remove inner mx-reply tags before replying
2020-07-28 16:09:45 +03:00
- Fix timeline items not loading when there are only filtered events
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-27 17:55:11 +03:00
- Migration from old client does not enable notifications (#1723)
2020-07-15 15:32:15 +03:00
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 🐛:
2020-07-13 11:57:52 +03:00
- Video calls are shown as a voice ones in the timeline (#1676)
2020-07-13 11:27:39 +03:00
- 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)
2020-07-09 18:28:12 +03:00
- 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)
2020-07-09 18:20:51 +03:00
- All users seems to be able to see the enable encryption option in room settings (#1341)
2020-07-10 09:54:41 +03:00
- Leave room only leaves the current version (#1656)
2020-07-08 12:00:13 +03:00
- Regression | Share action menu do not work (#1647)
2020-07-08 15:56:36 +03:00
- verification issues on transition (#1555)
2020-07-11 13:26:04 +03:00
- Fix issue when restoring keys backup using recovery key
2020-07-01 22:58:58 +03:00
SDK API changes ⚠️:
2020-07-11 23:15:26 +03:00
- CreateRoomParams has been updated
2020-07-01 22:58:58 +03:00
Build 🧱:
2020-07-06 16:59:49 +03:00
- Upgrade some dependencies
2020-07-07 00:38:26 +03:00
- Revert to build-tools 3.5.3
2020-07-01 22:58:58 +03:00
Other changes:
2020-07-11 13:25:31 +03:00
- Use Intent.ACTION_CREATE_DOCUMENT to save megolm key or recovery key in a txt file
2020-06-24 13:16:30 +03:00
- 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 ✨:
2020-07-04 13:10:17 +03:00
- Re-activate Wellknown support with updated UI (#1614)
2020-07-01 22:58:58 +03:00
Improvements 🙌:
2020-07-06 18:12:47 +03:00
- 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)
2020-07-02 22:31:39 +03:00
- Fix Exception when importing keys (#1576)
2020-07-03 10:34:38 +03:00
- File isn't downloaded when another file with the same name already exists (#1578)
- saved images don't show up in gallery (#1324)
2020-07-03 23:10:44 +03:00
- 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)
2020-07-07 00:38:26 +03:00
- Upgrade build-tools from 3.5.3 to 3.6.3
2020-07-02 13:44:07 +03:00
- Upgrade gradle from 5.4.1 to 5.6.4
2020-07-01 22:58:58 +03:00
2020-07-01 22:51:30 +03:00
Changes in Riot.imX 0.91.3 (2020-07-01)
2020-06-16 00:28:57 +03:00
===================================================
2020-07-01 22:51:30 +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)
2020-06-22 21:50:31 +03:00
- Add capability to change the display name (#1529)
2020-06-16 00:28:57 +03:00
Improvements 🙌:
2020-06-17 19:13:09 +03:00
- "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)
2020-06-09 11:11:17 +03:00
- Room Settings: Name, Topic, Photo, Aliases, History Visibility (#1455)
2020-06-25 14:38:22 +03:00
- Update user avatar (#1054)
2020-06-30 01:16:38 +03:00
- Allow self-signed certificate (#1564)
2020-06-26 10:50:30 +03:00
- Improve file download and open in timeline
2020-07-01 17:15:06 +03:00
- 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 🐛:
2020-06-17 16:52:31 +03:00
- Fix dark theme issue on login screen (#1097)
2020-06-22 10:17:37 +03:00
- Incomplete predicate in RealmCryptoStore#getOutgoingRoomKeyRequest (#1519)
2020-06-24 15:21:45 +03:00
- User could not redact message that they have sent (#1543)
2020-06-24 15:10:24 +03:00
- Use vendor prefix for non merged MSC (#1537)
2020-06-25 16:14:54 +03:00
- 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:
2020-06-24 12:42:01 +03:00
- Use `SharedPreferences#edit` extension function consistently (#1545)
2020-06-22 17:58:51 +03:00
- Use `retrofit2.Call.awaitResponse` extension provided by Retrofit 2. (#1526)
2020-06-20 21:09:45 +03:00
- 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 )
2020-06-19 23:22:05 +03:00
- Keys Backup API now use the unstable prefix (#1503)
2020-06-20 00:23:36 +03:00
- 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)
2020-06-02 17:37:51 +03:00
- Send stickers (#51)
2020-05-28 11:45:58 +03:00
Improvements 🙌:
2020-06-02 14:14:37 +03:00
- New wording for notice when current user is the sender
2020-06-02 16:54:01 +03:00
- 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
2020-06-05 02:06:52 +03:00
- 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)
2020-06-10 01:21:02 +03:00
- Add capability to add and remove a room from the favorites (#1217)
2020-05-28 11:45:58 +03:00
Bugfix 🐛:
2020-05-29 00:03:04 +03:00
- Switch theme is not fully taken into account without restarting the app
2020-05-27 17:12:06 +03:00
- 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)
2020-06-04 13:50:42 +03:00
- Fix navigation bar icon contrast on API in [21,27[ (#1342)
2020-06-04 13:55:27 +03:00
- Fix status bar icon contrast on API in [21,23[
2020-06-04 12:59:04 +03:00
- Wrong /query request (#1444)
2020-06-04 12:41:32 +03:00
- Make Credentials.homeServer optional because it is deprecated (#1443)
2020-06-16 00:22:09 +03:00
- Fix issue on dark themes, after alert popup dismiss
2020-05-28 11:45:58 +03:00
Other changes:
2020-06-03 19:44:21 +03:00
- 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
2020-06-10 10:13:08 +03:00
- 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 🙌:
2020-05-15 10:34:14 +03:00
- Better connectivity lost indicator when airplane mode is on
2020-05-15 11:16:01 +03:00
- Add a setting to hide redacted events (#951)
2020-05-21 02:47:17 +03:00
- Render formatted_body for m.notice and m.emote (#1196)
2020-05-20 19:47:19 +03:00
- Change icon to magnifying-glass to filter room (#1384)
2020-05-04 17:06:41 +03:00
Bugfix 🐛:
2020-05-05 03:40:50 +03:00
- After jump to unread, newer messages are never loaded (#1008)
2020-05-14 12:22:44 +03:00
- Fix issues with FontScale switch (#69, #645 )
2020-05-21 00:52:41 +03:00
- "Seen by" uses 12h time (#1378)
2020-05-21 01:27:19 +03:00
- 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 23:12:15 +03: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)
2020-05-13 14:33:12 +03:00
- 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 18:24:49 +03:00
===================================================
Features ✨:
2020-03-11 00:16:37 +03:00
- Change password (#528)
2020-03-17 17:10:27 +03:00
- Cross-Signing | Support SSSS secret sharing (#944)
2020-03-24 20:09:54 +03: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)
2020-04-16 16:04:37 +03:00
- Save media files to Gallery (#973)
2020-04-21 21:31:54 +03:00
- Account deactivation (with password only) (#35)
2020-03-11 18:24:49 +03:00
Improvements 🙌:
2020-03-18 12:07:57 +03:00
- 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)
2020-03-27 16:41:48 +03:00
- 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)
2020-04-10 11:57:09 +03:00
- 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)
2020-04-23 15:42:57 +03:00
- Show a warning dialog if the text of the clicked link does not match the link target (#922)
2020-04-23 16:24:32 +03:00
- Cross-Signing | Consider not using a spinner on the 'complete security' prompt (#1271)
2020-04-20 18:44:45 +03:00
- Restart broken Olm sessions ([MSC1719](https://github.com/matrix-org/matrix-doc/pull/1719))
2020-04-23 12:13:55 +03:00
- 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 18:24:49 +03:00
Bugfix 🐛:
2020-03-14 01:30:16 +03:00
- Fix summary notification staying after "mark as read"
2020-03-18 14:06:37 +03:00
- Missing avatar/displayname after verification request message (#841)
2020-03-25 15:50:51 +03:00
- Crypto | RiotX sometimes rotate the current device keys (#1170)
2020-03-26 11:49:34 +03: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)
2020-04-13 17:48:19 +03:00
- Fix crash when trying to download file without internet connection (#1229)
2020-04-14 18:35:11 +03:00
- 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)
2020-04-16 12:50:58 +03:00
- RiotX now uses as many threads as it needs to do work and send messages (#1221)
2020-04-15 19:03:20 +03:00
- Fix issue with media path (#1227)
2020-04-21 15:25:48 +03:00
- Add user to direct chat by user id (#1065)
2020-04-24 16:54:02 +03:00
- Use correct URL for SSO connection (#1178)
2020-04-28 14:41:23 +03:00
- 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 18:24:49 +03:00
Translations 🗣:
2020-05-04 17:03:01 +03:00
- Weblate now create PR directly to RiotX GitHub project
2020-03-11 18:24:49 +03:00
SDK API changes ⚠️:
2020-03-26 15:56:33 +03:00
- Increase targetSdkVersion to 29
2020-03-11 18:24:49 +03:00
Build 🧱:
2020-04-15 13:57:15 +03:00
- Compile with Android SDK 29 (Android Q)
2020-03-11 18:24:49 +03:00
Other changes:
2020-02-29 12:29:49 +03:00
- 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 16:18:08 +03:00
2020-03-17 13:46:42 +03:00
Changes in RiotX 0.18.1 (2020-03-17)
2020-03-11 18:24:49 +03:00
===================================================
Improvements 🙌:
2020-03-13 14:02:42 +03:00
- Implementation of /join command
2020-03-11 18:24:49 +03:00
Bugfix 🐛:
2020-03-16 18:00:22 +03:00
- 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 12:43:48 +03:00
- Fix / Cannot click on key backup banner when new keys are available
2020-03-11 18:24:49 +03:00
2020-03-11 15:41:17 +03:00
Changes in RiotX 0.18.0 (2020-03-11)
2020-02-27 14:34:33 +03:00
===================================================
Improvements 🙌:
2020-03-04 18:26:09 +03:00
- Share image and other media from e2e rooms (#677)
2020-03-01 11:59:00 +03:00
- Add support for `/plain` command (#12)
2020-03-04 12:37:31 +03:00
- Detect spaces in password if user fail to login (#1038)
2020-03-04 14:14:07 +03:00
- FTUE: do not display a different color when encrypting message when not in developer mode.
2020-03-05 20:44:34 +03:00
- Open room member profile from avatar of the room member state event (#935)
2020-02-29 00:10:07 +03:00
- Restore the push rules configuration in the settings
2020-02-27 14:34:33 +03:00
Bugfix 🐛:
2020-02-28 13:38:30 +03:00
- Fix crash on attachment preview screen (#1088)
2020-03-03 12:40:58 +03:00
- "Share" option is not appearing in encrypted rooms for images (#1031)
2020-03-04 18:26:09 +03:00
- Set "image/jpeg" as MIME type of images instead of "image/jpg" (#1075)
2020-03-11 12:08:42 +03:00
- Self verification via QR code is failing (#1130)
2020-02-27 14:34:33 +03:00
SDK API changes ⚠️:
2020-02-28 16:46:42 +03:00
- PushRuleService.getPushRules() now returns a RuleSet. Use getAllRules() on this object to get all the rules.
2020-02-27 14:34:33 +03:00
Build 🧱:
2020-02-27 14:47:11 +03:00
- Upgrade ktlint to version 0.36.0
2020-03-04 14:20:09 +03:00
- 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 14:34:33 +03:00
Other changes:
2020-02-27 17:41:35 +03:00
- Restore availability to Chromebooks (#932)
2020-03-04 11:37:32 +03:00
- Add a [documentation ](./docs/integration_tests.md ) to run integration tests
2020-02-27 14:34:33 +03:00
2020-02-27 14:32:03 +03:00
Changes in RiotX 0.17.0 (2020-02-27)
2020-02-03 18:20:55 +03:00
===================================================
Features ✨:
2020-02-12 19:20:01 +03:00
- Secured Shared Storage Support (#984, #936 )
2020-02-14 11:40:07 +03: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 18:20:55 +03:00
Improvements 🙌:
2020-02-19 20:11:23 +03:00
- Migrate to binary QR code verification (#994)
2020-02-21 15:30:01 +03:00
- Share action is added to room profile and room member profile (#858)
2020-02-26 12:12:49 +03:00
- Display avatar in fullscreen (#861)
2020-02-21 20:23:47 +03:00
- Fix some performance issues with crypto
2020-02-03 18:20:55 +03:00
Bugfix 🐛:
2020-02-17 12:30:54 +03:00
- Account creation: wrongly hints that an email can be used to create an account (#941)
2020-02-18 12:40:30 +03:00
- Fix crash in the room directory, when public room has no name (#1023)
2020-02-19 18:30:12 +03:00
- Fix restoring keys backup with passphrase (#526)
2020-02-21 00:51:22 +03:00
- Fix rotation of full-size image (#647)
2020-02-20 20:57:29 +03:00
- Fix joining rooms from directory via federation isn't working. (#808)
2020-02-20 21:31:33 +03:00
- Leaving a room creates a stuck "leaving room" loading screen. (#1041)
2020-02-24 19:44:51 +03:00
- Fix some invitation handling issues (#1013)
2020-02-25 21:00:38 +03:00
- New direct chat: selecting a participant sometimes results in two breadcrumbs (#1022)
2020-02-26 09:38:10 +03:00
- New direct chat: selecting several participants was not adding the room to the direct chats list
2020-02-26 16:51:01 +03:00
- Room overview shows deleted messages as “Encrypted message” (#758)
2020-02-03 18:20:55 +03:00
2020-02-14 17:16:00 +03:00
SDK API changes ⚠️:
2020-02-17 17:54:17 +03:00
- Get crypto methods through Session.cryptoService()
2020-02-20 16:39:48 +03:00
- ProgressListener.onProgress() function will be invoked on the background thread instead of UI thread
2020-02-26 09:17:25 +03:00
- Improve CreateRoomParams API (#1070)
2020-02-13 09:01:48 +03:00
2020-02-14 17:14:48 +03:00
Changes in RiotX 0.16.0 (2020-02-14)
2020-02-03 18:20:55 +03:00
===================================================
Features ✨:
2020-02-12 17:06:22 +03:00
- Polls and Bot Buttons (MSC 2192 matrix-org/matrix-doc#2192)
2020-02-03 18:20:55 +03:00
Improvements 🙌:
2020-02-14 16:34:22 +03:00
- Show confirmation dialog before deleting a message (#967, #1003 )
2020-02-12 17:57:49 +03:00
- Open room member profile from reactions list and read receipts list (#875)
2020-02-03 18:20:55 +03:00
Bugfix 🐛:
2020-02-11 16:48:28 +03:00
- Fix crash by removing all notifications after clearing cache (#878)
2020-02-12 13:16:21 +03:00
- Fix issue with verification when other client declares it can only show QR code (#988)
2020-02-14 16:52:10 +03:00
- Fix too errors in the code (1941862499c9ec5268cc80882512ced379cafcfd, a250a895fe0a4acf08c671e03434edcd29ccd84f)
2020-02-03 18:20:55 +03:00
2020-02-14 14:43:27 +03:00
SDK API changes ⚠️:
2020-02-13 09:01:48 +03:00
- Javadoc improved for PushersService
- PushersService.pushers() has been renamed to PushersService.getPushers()
2020-02-10 23:40:27 +03:00
Changes in RiotX 0.15.0 (2020-02-10)
2020-02-03 18:20:55 +03:00
===================================================
Improvements 🙌:
2020-02-05 16:13:43 +03:00
- Improve navigation to the timeline (#789, #862 )
2020-02-11 12:11:36 +03:00
- Improve network detection. It is now based on the sync request status (#873, #882 )
2020-02-03 18:20:55 +03:00
Other changes:
2020-02-05 17:18:03 +03:00
- Support SSO login with Firefox account (#606)
2020-02-03 18:20:55 +03:00
Bugfix 🐛:
2020-02-03 22:06:37 +03:00
- Ask for permission before opening the camera (#934)
2020-02-04 16:41:32 +03:00
- Encrypt for invited users by default, if the room state allows it (#803)
2020-02-03 18:20:55 +03:00
2020-02-03 18:15:38 +03:00
Changes in RiotX 0.14.3 (2020-02-03)
2020-02-02 16:26:09 +03:00
===================================================
Bugfix 🐛:
2020-02-03 18:15:38 +03:00
- Fix Exception in DeviceListManager
2020-02-02 16:26:09 +03:00
2020-02-02 16:05:12 +03:00
Changes in RiotX 0.14.2 (2020-02-02)
2020-02-02 10:00:57 +03:00
===================================================
2020-02-03 18:15:38 +03:00
Bugfix 🐛:
- Fix RiotX not starting issue
2020-02-02 10:00:57 +03:00
2020-02-02 09:55:46 +03:00
Changes in RiotX 0.14.1 (2020-02-02)
2020-02-01 19:21:41 +03:00
===================================================
Bugfix 🐛:
2020-02-02 09:55:46 +03: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 19:21:41 +03:00
2020-02-01 19:19:53 +03:00
Changes in RiotX 0.14.0 (2020-02-01)
2019-12-19 18:46:01 +03:00
===================================================
Features ✨:
2020-02-01 19:19:53 +03:00
- First implementation of Cross-signing
2020-01-20 17:10:16 +03:00
- Enable encryption in unencrypted rooms, from the room settings (#212)
2020-01-29 18:11:23 +03:00
- Negotiate E2E by default for DMs (#907)
2019-12-19 18:46:01 +03:00
Improvements 🙌:
2020-01-21 19:57:06 +03:00
- Sharing things to RiotX: sort list by recent room first (#771)
2020-01-28 18:36:28 +03:00
- Hide the algorithm when turning on e2e (#897)
2020-01-29 20:07:57 +03:00
- Sort room members by display names
2019-12-19 18:46:01 +03:00
Other changes:
2020-01-24 01:25:26 +03:00
- Add support for /rainbow and /rainbowme commands (#879)
2019-12-19 18:46:01 +03:00
2020-01-17 16:25:25 +03:00
Build 🧱:
2020-01-17 18:06:58 +03:00
- Ensure builds are reproducible (#842)
2020-01-20 17:58:12 +03:00
- F-Droid: fix the "-dev" issue in version name (#815)
2020-01-17 16:25:25 +03:00
2020-01-17 16:23:58 +03:00
Changes in RiotX 0.13.0 (2020-01-17)
2020-01-09 17:32:37 +03:00
===================================================
Features ✨:
2020-01-11 22:43:47 +03:00
- Send and render typing events (#564)
2020-01-14 20:48:13 +03:00
- Create Room Profile screen (#54)
- Create Room Member Profile screen (#59)
2020-01-09 17:32:37 +03:00
Improvements 🙌:
2020-01-10 20:15:34 +03:00
- Render events m.room.encryption and m.room.guest_access in the timeline
2020-01-09 17:32:37 +03:00
Bugfix 🐛:
2020-01-17 16:10:47 +03: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 17:32:37 +03:00
2019-12-19 18:46:01 +03:00
Build 🧱:
2020-01-10 19:29:34 +03:00
- Change the way versionCode is computed (#827)
2019-12-19 18:46:01 +03:00
2020-01-09 17:31:13 +03:00
Changes in RiotX 0.12.0 (2020-01-09)
2019-12-19 18:46:01 +03:00
===================================================
Improvements 🙌:
2019-12-20 13:27:26 +03:00
- The initial sync is now handled by a foreground service
2019-12-19 21:39:35 +03:00
- Render aliases and canonical alias change in the timeline
2020-01-08 19:58:26 +03:00
- Introduce developer mode in the settings (#745, #796 )
2020-01-02 18:10:55 +03:00
- Improve devices list screen
2020-01-02 20:12:44 +03:00
- Add settings for rageshake sensibility
2019-12-22 11:22:43 +03:00
- Fix autocompletion issues and add support for rooms, groups, and emoji (#780)
2020-01-08 16:49:26 +03:00
- Show skip to bottom FAB while scrolling down (#752)
2020-01-07 20:37:05 +03:00
- Enable encryption on a room, SDK part (#212)
2019-12-19 18:46:01 +03:00
Other changes:
2020-01-03 18:20:00 +03:00
- Change the way RiotX identifies a session to allow the SDK to support several sessions with the same user (#800)
2020-01-08 17:57:35 +03:00
- Exclude play-services-oss-licenses library from F-Droid build (#814)
2020-01-09 17:02:39 +03:00
- Email domain can be limited on some homeservers, i18n of the displayed error (#754)
2019-12-19 18:46:01 +03:00
Bugfix 🐛:
2020-01-02 20:53:35 +03:00
- Fix crash when opening room creation screen from the room filtering screen
2019-12-20 13:27:26 +03:00
- Fix avatar image disappearing (#777)
- Fix read marker banner when permalink
2020-01-06 02:51:41 +03:00
- Fix joining upgraded rooms (#697)
2020-01-08 20:12:22 +03:00
- Fix matrix.org room directory not being browsable (#807)
2020-01-02 18:24:31 +03:00
- Hide non working settings (#751)
2019-12-19 18:46:01 +03:00
2019-12-19 18:44:14 +03:00
Changes in RiotX 0.11.0 (2019-12-19)
2019-12-11 20:34:06 +03:00
===================================================
Features ✨:
2019-12-11 20:33:16 +03:00
- Implement soft logout (#281)
2019-12-11 20:34:06 +03:00
Improvements 🙌:
2019-11-25 19:59:19 +03:00
- Handle navigation to room via room alias (#201)
- Open matrix.to link in RiotX (#57)
2019-12-19 13:44:07 +03:00
- Limit sticker size in the timeline
2019-12-11 20:34:06 +03:00
Other changes:
2019-12-13 22:50:18 +03:00
- Use same default room colors than Riot-Web
2019-12-11 20:34:06 +03:00
Bugfix 🐛:
2019-12-13 18:42:48 +03:00
- Scroll breadcrumbs to top when opened
2019-12-13 23:17:52 +03:00
- Render default room name when it starts with an emoji (#477)
2019-12-16 19:14:26 +03:00
- Do not display " (IRC)" in display names https://github.com/vector-im/riot-android/issues/444
2019-12-18 12:57:00 +03:00
- Fix rendering issue with HTML formatted body
2019-12-18 21:20:44 +03:00
- Disable click on Stickers (#703)
2019-12-11 20:34:06 +03:00
Build 🧱:
2019-12-11 12:44:51 +03:00
- Include diff-match-patch sources as dependency
2019-12-11 20:34:06 +03:00
2019-12-10 17:47:26 +03:00
Changes in RiotX 0.10.0 (2019-12-10)
2019-12-05 20:19:20 +03:00
===================================================
Features ✨:
2019-12-06 00:09:55 +03:00
- Breadcrumbs: switch from one room to another quickly (#571)
2019-12-05 20:19:20 +03:00
Improvements 🙌:
2019-12-07 01:46:32 +03:00
- Support entering a RiotWeb client URL instead of the homeserver URL during connection (#744)
2019-12-05 20:19:20 +03:00
Other changes:
2019-12-05 11:53:18 +03:00
- Add reason for all membership events (https://github.com/matrix-org/matrix-doc/pull/2367)
2019-12-05 20:19:20 +03:00
Bugfix 🐛:
2019-12-06 12:28:50 +03:00
- When automardown is ON, pills are sent as MD in body (#739)
2019-12-09 19:43:14 +03:00
- "ban" event are not rendered correctly (#716)
- Fix crash when rotating screen in Room timeline
2019-12-05 20:19:20 +03:00
2019-12-05 20:17:36 +03:00
Changes in RiotX 0.9.1 (2019-12-05)
2019-12-05 11:46:36 +03:00
===================================================
Bugfix 🐛:
2019-12-05 20:17:36 +03:00
- Fix an issue with DB transaction (#740)
2019-12-05 11:46:36 +03:00
2019-12-05 11:43:58 +03:00
Changes in RiotX 0.9.0 (2019-12-05)
2019-11-19 11:58:48 +03:00
===================================================
Features ✨:
2019-11-22 14:19:15 +03: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 14:44:29 +03:00
- [SDK] MSC2241 / verification in DMs (#707)
2019-11-19 11:58:48 +03:00
Improvements 🙌:
2019-11-15 12:12:23 +03:00
- Send mention Pills from composer
2019-12-03 18:36:44 +03:00
- Links in message preview in the bottom sheet are now active.
2019-11-22 14:32:45 +03:00
- Rework the read marker to make it more usable
2019-11-19 11:58:48 +03:00
Other changes:
2019-11-19 18:10:41 +03:00
- Fix a small grammatical error when an empty room list is shown.
2019-11-19 11:58:48 +03:00
Bugfix 🐛:
2019-11-22 16:54:22 +03:00
- Do not show long click help if only invitation are displayed
2019-11-22 17:19:09 +03:00
- Fix emoji filtering not working
2019-12-03 12:05:10 +03:00
- Fix issue of closing Realm in another thread (#725)
2019-12-04 16:39:47 +03:00
- Attempt to properly cancel the crypto module when user signs out (#724)
2019-11-19 11:58:48 +03:00
2019-11-19 11:47:12 +03: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 17:12:30 +03:00
- Handle long click on room in the room list (#395)
2019-11-05 18:13:46 +03:00
- Ignore/UnIgnore users, and display list of ignored users (#542, #617 )
2019-10-24 15:40:31 +03:00
Improvements 🙌:
2019-10-28 16:36:15 +03:00
- Search reaction by name or keyword in emoji picker
2019-10-30 21:02:44 +03:00
- Handle code tags (#567)
2019-10-28 20:33:15 +03:00
- Support spoiler messages
2019-11-14 15:26:25 +03:00
- Support m.sticker and m.room.join_rules events in timeline
2019-10-24 15:40:31 +03:00
Other changes:
2019-10-29 18:22:12 +03:00
- Markdown set to off by default (#412)
2019-10-31 09:58:08 +03:00
- Accessibility improvements to the attachment file type chooser
2019-10-24 15:40:31 +03:00
Bugfix 🐛:
2019-10-28 19:01:41 +03:00
- Fix issues with some member events rendering (#498)
2019-10-29 16:38:04 +03:00
- Passphrase does not match (Export room keys) (#644)
2019-10-31 17:47:40 +03:00
- Ask for permission to write external storage when uri comes from the keyboard (#658)
2019-11-06 20:19:37 +03:00
- 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:
2019-09-24 13:29:37 +03:00
- 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 17:08:08 +03: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:
2019-09-25 17:59:50 +03:00
- 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)
2019-09-26 18:13:52 +03:00
- after login, the icon in the top left is a green 'A' for (all communities) rather than my avatar (#267)
2019-09-26 16:40:59 +03:00
- Picture uploads are unreliable, pictures are shown in wrong aspect ratio on desktop client (#517)
2019-09-23 22:48:01 +03:00
- Invitation notifications are not dismissed automatically if room is joined from another client (#347)
2019-10-09 17:23:35 +03:00
- Opening links from RiotX reuses browser tab (#599)
2019-09-24 11:23:51 +03:00
2019-09-24 15:23:13 +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:
2019-09-12 16:14:17 +03:00
- 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)
2019-09-13 10:37:12 +03:00
- Message Editing: Update notifications (#128)
2019-09-18 17:26:25 +03:00
- 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:
2019-09-17 15:55:19 +03:00
- Fix characters erased from the Search field when the result are coming (#545)
2019-09-19 13:55:39 +03:00
- "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)
2019-09-20 13:40:00 +03:00
- Push rules was not retrieved after a clear cache
2019-09-20 17:31:13 +03:00
- m.notice messages trigger push notifications (#238)
2019-09-20 20:22:42 +03:00
- Embiggen messages with multiple emojis also for edited messages (#458)
2019-09-17 15:53:50 +03:00
Build:
2019-09-18 11:27:44 +03:00
- 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)
2019-09-16 11:58:51 +03:00
- 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.
2019-09-17 11:59:58 +03:00
- Display a no network indicator when there is no network (#559)
2019-08-30 16:07:04 +03:00
Bugfix:
2019-09-02 15:24:36 +03:00
- Fix crash due to missing informationData (#535)
2019-09-05 19:14:05 +03:00
- Progress in initial sync dialog is decreasing for a step and should not (#532)
2019-09-12 17:05:04 +03:00
- Fix rendering issue of accepted third party invitation event
2019-09-16 20:24:52 +03:00
- All current notifications were dismissed by mistake when the app is launched from the launcher
2019-08-30 16:07:04 +03:00
Build:
2019-08-30 16:57:39 +03:00
- Fix issue with version name (#533)
2019-09-12 17:05:04 +03:00
- 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:
2019-08-18 21:26:53 +03:00
- 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)
2019-08-18 22:12:59 +03:00
- 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)
2019-08-27 18:01:52 +03:00
- Regression / e2e replies not encrypted
2019-08-27 17:50:02 +03:00
- Some video won't play
2019-08-29 11:36:45 +03:00
- 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)
2019-07-18 19:49:28 +03:00
- UX image preview screen transition (#393)
2019-07-26 17:02:20 +03:00
- 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
2019-08-07 13:57:11 +03:00
- Add "View Edit History" item in the message bottom sheet (#401)
2019-08-08 17:03:11 +03:00
- Cancel sync request on pause and timeout to 0 after pause (#404)
2019-07-18 18:48:56 +03:00
Other changes:
2019-08-08 15:14:10 +03:00
- Show sync progress also in room detail screen (#403)
2019-07-18 18:48:56 +03:00
Bugfix:
2019-07-19 10:57:57 +03:00
- Edited message: link confusion when (edited) appears in body (#398)
2019-07-19 17:00:06 +03:00
- Close detail room screen when the room is left with another client (#256)
2019-07-19 17:44:30 +03:00
- Clear notification for a room left on another client
2019-07-30 16:01:41 +03:00
- Fix messages with empty `in_reply_to` not rendering (#447)
2019-08-07 13:28:21 +03:00
- 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:
2019-08-07 12:46:38 +03:00
- 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)
2019-07-17 17:46:03 +03:00
- 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)
2019-07-15 20:03:52 +03:00
- 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:
2019-07-16 16:01:14 +03:00
- 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
2019-07-12 15:40:35 +03:00
- Fix crash reported by the PlayStore (#341)
2019-07-15 18:45:35 +03:00
- Fix Chat composer separator color in dark/black theme
2019-07-16 16:01:14 +03:00
- Fix bad layout for room directory filter (#349)
2019-07-15 20:03:52 +03:00
- 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 19:00:30 +03:00
===================================================
2019-07-11 18:43:56 +03:00
First release!
2019-03-13 19:00:30 +03: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 19:00:30 +03:00
=======================================================
+ TEMPLATE WHEN PREPARING A NEW RELEASE +
=======================================================
2021-02-19 23:10:27 +03:00
Changes in Element 1.1.X (2021-XX-XX)
2019-03-13 19:00:30 +03:00
===================================================
2019-10-07 18:18:07 +03:00
Features ✨:
2019-03-13 19:00:30 +03:00
-
2019-10-07 18:18:07 +03:00
Improvements 🙌:
2019-03-13 19:00:30 +03:00
-
2019-10-07 18:18:07 +03:00
Bugfix 🐛:
2019-03-13 19:00:30 +03:00
-
2019-10-07 18:18:07 +03:00
Translations 🗣:
2019-03-13 19:00:30 +03:00
-
2020-02-14 14:43:27 +03:00
SDK API changes ⚠️:
2020-02-13 09:01:48 +03:00
-
2019-10-07 18:18:07 +03:00
Build 🧱:
2019-03-13 19:00:30 +03:00
-
2020-11-09 20:28:23 +03:00
Test:
-
2020-02-13 09:01:48 +03:00
Other changes:
-