Commit Graph

  • 80e2fc0ca3
    Merge pull request #466 from vector-im/feature/edit_history_item Benoit Marty 2019-08-07 15:08:26 +0200
  • 9f53406e99 Fix crash (KotlinNullPointerException) observed on PlayStore Benoit Marty 2019-08-07 13:35:44 +0200
  • 3584658c36 Fix crash (IllegalStateException) observed on PlayStore Benoit Marty 2019-08-07 13:24:43 +0200
  • 12a0cbb400 Fix crash observed on PlayStore Benoit Marty 2019-08-07 13:16:04 +0200
  • 20437446b4 Add "View Edit History" item in the message bottom sheet (#401) Benoit Marty 2019-08-07 12:57:11 +0200
  • 35229882e3 Fix `(edited)` link can be copied to clipboard (#402) Benoit Marty 2019-08-07 12:28:21 +0200
  • a04f4421f6
    Merge pull request #464 from vector-im/feature/splitApk Benoit Marty 2019-08-07 12:11:13 +0200
  • af1e81f65e Remove unused react native lib, and ensure dependencies lib are explicitly declared Benoit Marty 2019-08-07 11:53:59 +0200
  • 63f6081fa5 Split APK: generate one APK per arch, to reduce APK size of about 30% Benoit Marty 2019-08-07 11:46:38 +0200
  • ee2e575211 Display VersionCode of the app in the settings, because Android system does not display it anymore Benoit Marty 2019-08-07 11:44:51 +0200
  • 0949d29f9c Let TimelineEvent be queried by SendState ganfra 2019-08-07 10:54:54 +0200
  • 23466fb5a4
    Merge pull request #463 from vector-im/feature/fix_theme Benoit Marty 2019-08-07 10:40:33 +0200
  • 7f09e64d63 Fix timeline forward loader showing when sending events ganfra 2019-08-07 09:59:37 +0200
  • 585f0ba4b7 Add an identifier method on ChunkEntity ganfra 2019-08-06 21:32:45 +0200
  • 245fbe86d9 Get enum safe with realm entities ganfra 2019-08-06 21:32:40 +0200
  • 456908c851
    Merge branch 'develop' into kt-remove_java_util Dominic Fischer 2019-08-06 18:27:39 +0100
  • b79fdf6a85 Fix theme not well defined at runtime after configurationChange ganfra 2019-08-06 18:55:38 +0200
  • d9f448c9aa
    Merge pull request #459 from vector-im/feature/clenup_after_hol Benoit Marty 2019-08-06 18:39:37 +0200
  • 7a6fc4936b Start chain: create extension Benoit Marty 2019-08-06 15:23:13 +0200
  • d82fd10f3b Start chain: add missing cases Benoit Marty 2019-08-06 15:15:40 +0200
  • 4009f2c176 Add comment to explain why we use a AlwaysSuccessfulWorker Benoit Marty 2019-08-06 15:03:15 +0200
  • 15c4b03340 Event: do not display sendState in View Source and cleanup the class Benoit Marty 2019-08-05 19:00:50 +0200
  • 7b5dff3dcf Mutualize :? part Benoit Marty 2019-08-05 18:30:31 +0200
  • 357123743f Search firstIndexOf, because server url can contains port (This is what JS does, but Riot Android is also bugged) Benoit Marty 2019-08-05 17:59:33 +0200
  • bb04af1e2c Remove useless code Benoit Marty 2019-08-05 17:43:49 +0200
  • 2f94fbd7eb Use existing method Benoit Marty 2019-08-05 17:37:52 +0200
  • f2a3bdb68e Kotlin style Benoit Marty 2019-08-05 17:35:26 +0200
  • 097e9714ff Cleaner code Benoit Marty 2019-08-05 17:03:19 +0200
  • acae0fad3e Better private method name Benoit Marty 2019-08-05 16:50:25 +0200
  • 4deb7eb865 Javadoc for NoMerger Benoit Marty 2019-08-05 16:40:18 +0200
  • f910cd6f97 More robust SDK: retry only when on failure Benoit Marty 2019-08-05 16:23:43 +0200
  • 652ac81fa1 simple code Benoit Marty 2019-08-05 16:17:38 +0200
  • 99f4196388 More code cleanup/review Benoit Marty 2019-08-05 16:05:57 +0200
  • c0b94f4111 Typo Benoit Marty 2019-08-05 15:33:23 +0200
  • 1462fa0484 Simple code Benoit Marty 2019-08-05 15:09:06 +0200
  • dafdc1d3ad Cleaner API Benoit Marty 2019-08-05 14:47:16 +0200
  • 394b89e76b Avoid duplicated code Benoit Marty 2019-08-05 14:30:42 +0200
  • 0db8e7da43 Format Benoit Marty 2019-08-05 14:19:14 +0200
  • dae8b5c196
    Merge pull request #460 from vector-im/feature/fix_cancellations ganfra 2019-08-06 18:06:05 +0200
  • 215324a03e Some kotlinification Dominic Fischer 2019-07-21 23:41:03 +0100
  • d3ce4c491c Clean code after review ganfra 2019-08-06 11:45:06 +0200
  • ed6d28bd3b
    Merge pull request #417 from Dominaezzz/kt-opt Benoit Marty 2019-08-06 11:42:07 +0200
  • c2e053b62b
    Merge pull request #414 from Dominaezzz/kt-leak Benoit Marty 2019-08-06 11:39:51 +0200
  • c450849cc3
    Merge pull request #425 from Cadair/patch-1 Benoit Marty 2019-08-06 11:23:37 +0200
  • fe884dba2d Update CHANGES.md and fix code quality ganfra 2019-08-05 20:28:50 +0200
  • 3fa4dbaa25 Make async transaction working with suspend method ganfra 2019-08-05 20:17:59 +0200
  • 4a74f58516 Task: use a builder with DSL and introduce Constraints (only boolean connectedToNetwork at the moment) ganfra 2019-08-05 17:27:40 +0200
  • c413321a22 Remove unnecessary code and fix signout ganfra 2019-08-02 13:15:56 +0200
  • d696bd2830 Send worker: let LIMIT_EXCEEDED error to be retry ganfra 2019-08-02 11:36:32 +0200
  • a2b6bd0f62 Fix network reconnection with sync ganfra 2019-08-02 11:35:58 +0200
  • 9cc922a8a2 Optimize imports ganfra 2019-08-02 11:35:27 +0200
  • c36d1bcd06
    Merge pull request #456 from vector-im/feature/fix_image_transition_overlap Valere 2019-08-02 10:18:14 +0200
  • 85499c6b33 fix for background overlaps Valere 2019-08-01 14:36:39 +0200
  • 8076eab4b5 Fix / Shared element transition overlap Valere 2019-08-01 14:16:05 +0200
  • d47c0f5ebc Fix / layout res in debug instead of main Valere 2019-08-02 09:59:59 +0200
  • fd09a1224e Remove Try from suspending functions ganfra 2019-08-01 17:15:17 +0200
  • c300c50093
    Merge pull request #449 from vector-im/feature/room_update ganfra 2019-07-31 15:34:38 +0200
  • 77c4355aed Merge branch 'develop' into feature/room_update ganfra 2019-07-31 14:27:12 +0200
  • 1a92562182 Clean code after review ganfra 2019-07-31 14:06:10 +0200
  • 9c390dcc0c
    Merge pull request #453 from vector-im/feature/fix_code_quality ganfra 2019-07-30 21:54:38 +0200
  • 95089b91b8 UserAccountData: optimize helper and clean code. ganfra 2019-07-30 21:41:29 +0200
  • eb446d7b49 Fix code quality issues ganfra 2019-07-30 21:20:30 +0200
  • dc4786ecf0 Room upgrade: add rx flux and handle failures more precisely ganfra 2019-07-30 19:13:09 +0200
  • e245023add
    Merge pull request #444 from vector-im/feature/fail_to_send_msg Valere 2019-07-30 18:31:53 +0200
  • 90fad23493
    Fix reply fallback prefix Stuart Mumford 2019-07-22 17:21:55 +0100
  • 000db4b192 Basic Message Failure support + Resend (text only) Valere 2019-07-26 16:02:20 +0200
  • 2a16c36a59
    Merge pull request #451 from vector-im/feature/fix_user_account_data_direct ganfra 2019-07-30 17:39:12 +0200
  • ef6c1cfc63 RoomSummaryUpdater: remove unused params ganfra 2019-07-30 17:37:16 +0200
  • 4b4156996d User Account Data: fix sync issues with direct invites ganfra 2019-07-30 17:32:31 +0200
  • 087cc0e6e3
    Merge pull request #448 from danteissaias/develop Valere 2019-07-30 17:07:22 +0200
  • f4df27c2dc Merge branch 'develop' into feature/room_update ganfra 2019-07-30 15:42:46 +0200
  • ab25980c4e
    Merge pull request #437 from vector-im/feature/create_direct_room ganfra 2019-07-30 15:13:30 +0200
  • 77b402ce70
    updates CHANGES.md Dante Issaias 2019-07-30 14:01:41 +0100
  • 2763fbb496
    fix #447 Dante Issaias 2019-07-30 13:57:04 +0100
  • 6deba31111 Direct room: finally use PagedList as we can get a lot of users in DB. ganfra 2019-07-30 14:51:14 +0200
  • ff6ce8a4b7 Create direct : remove letter headers when filtering ganfra 2019-07-29 19:13:06 +0200
  • d0cff219aa
    Merge pull request #446 from vector-im/feature/remove_identity_default ganfra 2019-07-29 18:32:07 +0200
  • 65f0af918f Remove default identity server as we don't use it. ganfra 2019-07-29 18:26:26 +0200
  • ac38a6461c Tombstone : handle joining viaserver params ganfra 2019-07-26 19:17:12 +0200
  • 9a1e16a170 Tombstone : add notification area and handle links ganfra 2019-07-26 14:51:14 +0200
  • 9e5c70dda3 Room update: start handling tombstone and room create events [WIP] ganfra 2019-07-25 19:34:39 +0200
  • 0255696c88 Update CHANGES ganfra 2019-07-25 16:49:15 +0200
  • 76a9625f25 Direct chat : finalize flow ganfra 2019-07-25 16:26:45 +0200
  • 5af6bf3762 Direct room: finally handle selection with chips (not as Nad design) ganfra 2019-07-24 18:28:03 +0200
  • 507bc2f622 UserEntity: fix not inserted at all ganfra 2019-07-23 21:31:58 +0200
  • 125eacb20b Direct messages: try to handle selecting/deselecting users (WIP) ganfra 2019-07-23 19:53:47 +0200
  • 6176520805
    Merge pull request #407 from vector-im/feature/pending_edits_ux Valere 2019-07-22 23:53:26 +0200
  • 3aea0a50ca
    Merge branch 'develop' into feature/pending_edits_ux Valere 2019-07-22 23:53:16 +0200
  • ab87a3caea
    Merge pull request #397 from vector-im/feature/animation_image_preview Valere 2019-07-22 23:37:15 +0200
  • c58328f94e cleaning / review Valere 2019-07-22 23:34:40 +0200
  • 03974c8bdf Create Direct Room : fix loading/error state (WIP) ganfra 2019-07-22 19:01:17 +0200
  • 151ae7f4dd Direct chat: handle user account data ganfra 2019-07-22 18:58:55 +0200
  • a34b053efe Some optimisations Dominic Fischer 2019-07-21 23:35:38 +0100
  • 02e342849f Remove most usages of the java.util package Dominic Fischer 2019-07-21 23:23:56 +0100
  • b59017938b Fix potential leak Dominic Fischer 2019-07-21 19:11:53 +0100
  • 2c81e41288 Merge branch 'develop' into feature/create_direct_room ganfra 2019-07-19 18:18:22 +0200
  • cb44ab547c Create direct room: almost finished, still need to handle showing selected users in search field ganfra 2019-07-19 18:12:42 +0200
  • 6d01a570fd Clear notification for a room left on another client Benoit Marty 2019-07-19 16:44:30 +0200
  • 4a2bf0d6c6 Cleaning Lint Valere 2019-07-19 16:18:47 +0200
  • 36af8a6a9f Lab / show replace in timeline when show hidden event selected Valere 2019-07-19 16:13:55 +0200