Commit Graph

  • f9885fd04c Update CHANGES.md Benoit Marty 2019-07-12 11:38:55 +0200
  • 316c8ec27e
    Merge pull request #265 from vector-im/readme_update_for_beta Benoit Marty 2019-07-12 11:36:49 +0200
  • 41465450d8 Code cleanup Benoit Marty 2019-07-12 10:45:08 +0200
  • bd009caaf1 Code cleanup Benoit Marty 2019-07-12 10:22:58 +0200
  • 33252c3b65 Green text color during encrypting Benoit Marty 2019-07-12 10:16:43 +0200
  • 10e4d0190f Try to insert users directly to see if perfs are better [WIP] ganfra 2019-07-11 18:55:13 +0200
  • b77310fe92
    Merge pull request #337 from vector-im/feature/debug_suffix Benoit Marty 2019-07-11 18:33:43 +0200
  • 919dec4a56 Add ".debug" to the applicationId to be able to install the app along with the prod version Benoit Marty 2019-07-11 17:59:07 +0200
  • 43b3680774 Prepare next release Benoit Marty 2019-07-11 17:44:58 +0200
  • bfb5fce809 Update CHANGES.md Benoit Marty 2019-07-11 17:43:56 +0200
  • 1f3731aae7 Merge branch 'master' into develop Benoit Marty 2019-07-11 17:42:11 +0200
  • 52dced43ff Fix version code issue v0.1.0 Benoit Marty 2019-07-11 16:49:06 +0200
  • ff80c3c8d5 Add script to sign the APK. Benoit Marty 2019-07-11 16:41:45 +0200
  • 34e4d27573 Add missing space in pipeline Benoit Marty 2019-07-11 16:00:45 +0200
  • 6522148e63 Merge branch 'release/0.1.0' Benoit Marty 2019-07-11 15:54:48 +0200
  • 252b2ea30a
    Merge pull request #334 from vector-im/feature/general_perf ganfra 2019-07-11 15:52:00 +0200
  • f493ce44f2 RealmLiveEntity: passes the results and changeSet instead of filtering as it's more efficient ganfra 2019-07-11 15:30:01 +0200
  • c4c5069ee5
    Merge pull request #332 from vector-im/feature/login_warning Benoit Marty 2019-07-11 15:25:11 +0200
  • 423125b5d9
    Merge pull request #333 from vector-im/feature/timeout Benoit Marty 2019-07-11 15:24:54 +0200
  • 9e3d29b7d7 Create a TimeOutInterceptor to set specific timeout on some request: login and sync (Fixes #170) Benoit Marty 2019-07-11 15:16:25 +0200
  • f65becf7c0 Rework login screen before release Benoit Marty 2019-07-11 14:34:16 +0200
  • 80a61cf6b5 Improve dependency download safe path Benoit Marty 2019-07-11 14:03:20 +0200
  • 77056aff94
    Merge pull request #330 from vector-im/feature/edit_emote Benoit Marty 2019-07-11 13:34:46 +0200
  • 65e123d87f Split long lines Benoit Marty 2019-07-11 13:32:28 +0200
  • d0b145d031 Edit emote Valere 2019-07-11 12:29:02 +0200
  • 98306e223b
    Merge pull request #322 from vector-im/feature/clean Valere 2019-07-11 11:46:00 +0200
  • c9fe1adb77 Add a debug button to test crash of the app Benoit Marty 2019-07-11 10:36:59 +0200
  • 1b95336ad3 EventEntity|TimelineEventEntity : remove UUID as primary key and use auto-incremented Long ganfra 2019-07-10 19:14:06 +0200
  • f007fb04b8 Timeline: clean listeners ganfra 2019-07-10 16:40:32 +0200
  • 141434e8f8 Try getting things off the main thread ganfra 2019-07-10 19:01:15 +0200
  • b8669d5ed2 Sync: use a single threaded executor to ensure we have only one sync at a time ganfra 2019-07-10 15:55:30 +0200
  • 7a08a11b19 Fix compilation of test Benoit Marty 2019-07-10 18:17:03 +0200
  • 54b1d18812 Merge remote-tracking branch 'origin/feature/clean' into feature/clean Valere 2019-07-10 18:07:03 +0200
  • 3aa30e5f15 Fix reply of reply Valere 2019-07-10 18:05:43 +0200
  • ddf4a81905 Do not display the banner when keys backup is sending keys Benoit Marty 2019-07-10 17:57:30 +0200
  • 794fd650a4 Mutualize code, and also, when replying to an edited event, use the last text in the reply prefix content Benoit Marty 2019-07-10 17:37:22 +0200
  • 9a57a02996 Cleaner code: add TimelineEvent to special modes Benoit Marty 2019-07-10 17:05:32 +0200
  • 7e8cd07e1e Do not send edition if text is identical Benoit Marty 2019-07-10 16:32:44 +0200
  • d613abf4b4 i18n edited_suffix Benoit Marty 2019-07-10 15:29:52 +0200
  • 06699eaefc Cleaner code Benoit Marty 2019-07-10 14:40:08 +0200
  • e5082f662c Fix actually done TODO Benoit Marty 2019-07-10 14:19:59 +0200
  • c8ab53e39c Video visibility fix Benoit Marty 2019-07-10 14:11:49 +0200
  • d424a135a9
    Merge pull request #324 from vector-im/feature/quick_react_e2e Valere 2019-07-10 14:08:46 +0200
  • e6409d4c60 Create a common canReact() method Benoit Marty 2019-07-10 12:10:55 +0200
  • 19c7de687e We can react on e2e room text event Benoit Marty 2019-07-10 11:51:09 +0200
  • 1918302297 Reply with formatted content Benoit Marty 2019-07-10 11:29:47 +0200
  • 92e3a02389 Create data class instead of Pair Benoit Marty 2019-07-10 10:34:32 +0200
  • 0a54801fcc Code clarity Benoit Marty 2019-07-10 10:16:21 +0200
  • 228ee52563 Remove extra space in <mx-reply> Benoit Marty 2019-07-10 10:07:45 +0200
  • e6c74dc1fe Convert a Task to a ConfigurableTask without parameter Benoit Marty 2019-07-09 18:41:08 +0200
  • fe82ad2002 Format Benoit Marty 2019-07-09 18:31:04 +0200
  • f66739491a
    Merge pull request #321 from vector-im/feature/workManager_clean Benoit Marty 2019-07-09 18:30:07 +0200
  • c5dc9d4a9a Fix test Benoit Marty 2019-07-09 18:29:32 +0200
  • 8f858f8119 Fix / line too long Valere 2019-07-09 18:20:00 +0200
  • 6e036c24b8 Make the test be runnable Benoit Marty 2019-07-09 18:14:58 +0200
  • 5e832e07cd Code cleanup Benoit Marty 2019-07-09 17:38:30 +0200
  • e9700e04d8 Move method to JsonCanonicalizer and fix test compilation Benoit Marty 2019-07-09 17:31:44 +0200
  • c19b1f917f Javadoc Benoit Marty 2019-07-09 17:16:17 +0200
  • 4281b5967a Create object for work constraint Benoit Marty 2019-07-09 17:14:30 +0200
  • aa743d8469 Ensure we do not cancel Work from other lib or SDK client Benoit Marty 2019-07-09 17:08:24 +0200
  • a09850b16c
    Merge pull request #316 from vector-im/feature/initial_sync_progress Valere 2019-07-09 17:58:24 +0200
  • 6cb94dd4d6 Fine tune task weights + more measure Valere 2019-07-09 17:42:53 +0200
  • c9931e3ba3 Block interaction on initial sync Valere 2019-07-09 17:36:08 +0200
  • fc302c1b5a FIx / crash notification drawer empty nam Valere 2019-07-09 17:35:50 +0200
  • 34ac987494 Cleanup Benoit Marty 2019-07-09 16:36:46 +0200
  • 24b2387703
    Merge pull request #319 from vector-im/feature/code_quality Benoit Marty 2019-07-09 16:29:44 +0200
  • 8a0c9ae9b0 Rename PreferencesManager to VectorPreferences for code clarity Benoit Marty 2019-07-09 16:10:22 +0200
  • a79227424f Convert PreferencesManager file to Kotlin Benoit Marty 2019-07-09 16:07:16 +0200
  • ffe0b9712c Convert file to Kotlin Benoit Marty 2019-07-09 15:50:15 +0200
  • d92c090c30 Code quality: HashMap / HashSet Benoit Marty 2019-07-09 15:40:49 +0200
  • 1a4157a663 review Valere 2019-07-09 15:36:12 +0200
  • fa81d1a9c7 Fix / revert bad refactor rename Valere 2019-07-09 15:04:13 +0200
  • dba4df6836 clean Valere 2019-07-08 18:23:11 +0200
  • 4aae1f78d8 moved new strings + @StringRes annotation Valere 2019-07-08 18:05:37 +0200
  • 8159a52bd7 cleaning Valere 2019-07-08 16:31:21 +0200
  • 95d83db90c WIP Valere 2019-07-04 10:53:46 +0200
  • ac5b0af63e Code quality: remove rule for map() Benoit Marty 2019-07-09 15:37:20 +0200
  • e80473903e Code quality: import static Benoit Marty 2019-07-09 15:35:27 +0200
  • d08778c674 Code quality: equalTo Benoit Marty 2019-07-09 15:33:31 +0200
  • 0919b9460d Code quality: split long lines Benoit Marty 2019-07-09 15:26:32 +0200
  • 66a018c79e Code quality: trim() Benoit Marty 2019-07-09 15:11:20 +0200
  • dcd64de4b8 Check sdk modules Benoit Marty 2019-07-04 14:51:08 +0200
  • a0bd206308
    Merge pull request #318 from vector-im/feature/send_state Benoit Marty 2019-07-09 15:03:39 +0200
  • ba589e7961 Add missing permission request Benoit Marty 2019-07-09 14:52:48 +0200
  • 5dc83d64c1 Fix compilation issue Benoit Marty 2019-07-09 14:48:57 +0200
  • 9a4eb8e9a4 add getFileUrl extension Benoit Marty 2019-07-09 11:20:00 +0200
  • 058e7153a1 Fix bug Benoit Marty 2019-07-09 11:05:25 +0200
  • d7b2371854 Add long click listener to file items Benoit Marty 2019-07-09 10:42:20 +0200
  • b0c939866f Download file - typo Benoit Marty 2019-07-09 10:33:23 +0200
  • a07f8b615e Download file - WIP Benoit Marty 2019-07-08 19:06:17 +0200
  • 12bd85e0a9 Decrypt video file Benoit Marty 2019-07-08 17:07:21 +0200
  • 1b82ed5abb Fix regression Benoit Marty 2019-07-08 15:41:03 +0200
  • c13ab62187 Fix issue when sending video in encrypted room Benoit Marty 2019-07-08 15:37:39 +0200
  • ea77686746 Send file: cleanup Benoit Marty 2019-07-08 14:46:14 +0200
  • 8a5612be3d Send file: improve UI feedback Benoit Marty 2019-07-08 14:31:19 +0200
  • d24ce27903 Add missing call to contentUploadStateTracker.setFailure Benoit Marty 2019-07-08 13:52:25 +0200
  • 2099965508 Avoid returning Result.failure() from appendable worker. Benoit Marty 2019-07-08 13:49:24 +0200
  • 829e8da8dc lastFailureMessage is val, not var Benoit Marty 2019-07-08 13:31:33 +0200
  • e149ee53de Fix bad mime type for encrypted thumbnail Benoit Marty 2019-07-08 11:55:31 +0200
  • b73d3b15f8
    Merge pull request #317 from vector-im/feature/realm_entity_rework Valere 2019-07-09 15:01:05 +0200