Commit Graph

331 Commits

Author SHA1 Message Date
Benoit Marty 3b52fa4be8 Command parser: check userId format 2019-04-09 14:52:31 +02:00
Benoit Marty 81ddb8c5fb SlashCommand: handle user invitation 2019-04-09 14:44:48 +02:00
Benoit Marty eae8f993e6 SlashCommand: implement parser 2019-04-09 14:00:30 +02:00
Benoit Marty fab1d249f4 Autocomplete : better code 2019-04-09 10:03:06 +02:00
Benoit Marty 3f1cc466ed Autocomplete : handle click 2019-04-09 09:58:07 +02:00
Benoit Marty c64d6b6b28 Autocomplete : handle click and better detection for / commands 2019-04-08 18:31:24 +02:00
Benoit Marty 6d3028c2d7 Autocomplete : start fetching users. Still need to adjust UI and manage selection. 2019-04-08 16:18:36 +02:00
Benoit Marty aec7b73345 Introduce room member service 2019-04-08 15:53:02 +02:00
Benoit Marty 56563412aa Autocomplete : start integrating commands. Still need to work on it 2019-04-08 15:51:35 +02:00
Benoit Marty a9b8c57464 Allow cleartext communication on 127.0.0.1 (Fixes #98) 2019-04-08 15:21:12 +02:00
Benoit Marty 314771cce2 Allow cleartext communication on localhost (Fixes #98) 2019-04-08 15:15:11 +02:00
Benoit Marty bb65dc5247
Merge pull request #99 from vector-im/feature/create_room
Create Room
2019-04-08 14:16:47 +02:00
Benoit Marty 460a72e6b5 Create Room 2019-04-08 13:49:28 +02:00
Benoit Marty 748090d0f9 Avoid critical log for timeout on event thread 2019-04-05 11:07:45 +02:00
Benoit Marty 968258852f Add a log 2019-04-05 11:01:43 +02:00
Benoit Marty 260cc0dd5f Rename class from Riot* to Vector* 2019-04-05 10:40:59 +02:00
Benoit Marty 57cea677e4 Import resource from Riot 2019-04-05 10:14:45 +02:00
Benoit Marty e929019247
Merge pull request #97 from vector-im/feature/settings
Feature/settings
2019-04-04 11:39:56 +02:00
Benoit Marty 43659dffd3 Improve signout task 2019-04-04 11:10:45 +02:00
Benoit Marty 82d89825d3 Differentiate icon from Riot one 2019-04-04 11:10:31 +02:00
Benoit Marty 772670252a Make build FDroid pass 2019-04-04 11:10:12 +02:00
Benoit Marty 08dacacdda SignOut 2019-04-03 18:25:39 +02:00
Benoit Marty 3091a337c9 Launcher + Animated logo 2019-04-03 14:46:15 +02:00
Benoit Marty 73580493ea Import resource from riot 2019-04-03 14:34:52 +02:00
Benoit Marty c188bb290f Not implemented toast or Snackbar 2019-04-03 14:08:25 +02:00
Benoit Marty d9c8867c0b Introduce common parent for PreferenceFragment 2019-04-03 12:10:02 +02:00
Benoit Marty 87c9f6b2a0 Improve lint configuration 2019-04-03 12:04:24 +02:00
Benoit Marty 6830957d31 Import settings from Riot - not all fonctional of course 2019-04-02 18:08:43 +02:00
Benoit Marty b9b8527b38 Improve RiotFragment 2019-04-02 12:14:16 +02:00
Benoit Marty 10520fb1bd Upgrade string from Riot 2019-04-02 11:57:12 +02:00
Benoit Marty 494d893aa3
Merge pull request #96 from vector-im/feature/vector
Rename `app` to `vector`
2019-04-02 11:46:43 +02:00
Benoit Marty 9048a1dbbe Rename `app` to `vector` 2019-04-02 11:24:54 +02:00
ganfra 04b4f32e16 Sync : add log and continue when read_receipts fail 2019-04-01 17:39:27 +02:00
ganfra d110dac0a6 Merge feature/replace_paged_list into develop 2019-04-01 17:33:53 +02:00
ganfra be6a4efacb Timeline : make tests compile and pass 2019-04-01 15:18:52 +02:00
Benoit Marty f75fe1201d
Merge pull request #95 from vector-im/feature/fix_state
RageShake
2019-03-29 21:13:14 +01:00
Benoit Marty 547272b17b Please TravisCI build 2019-03-29 18:25:44 +01:00
ganfra 94db36d6c4 Fix room summary not being updated when room members are loaded 2019-03-29 11:15:27 +01:00
Benoit Marty 3efcbaaea9 cleanup 2019-03-29 09:49:07 +01:00
Benoit Marty fde09b4a94 Forbid backup 2019-03-28 17:55:38 +01:00
Benoit Marty 317503aa2b userAgent, userId and deviceId in rageshake 2019-03-28 17:49:13 +01:00
Benoit Marty be2dad9b17 ExceptionHandler + Log in files for RageShake 2019-03-28 17:28:20 +01:00
ganfra 2e2d5b9f86 Timeline : add non empty content to displayable conditions => should probably be removed later if we want to handle this case with special epoxy item. 2019-03-28 16:24:40 +01:00
ganfra a7b81a4671 Timeline : remove item animation for now. 2019-03-28 16:07:05 +01:00
ganfra 86a60f7ebd Timeline : fix avatar issues / remove glide logs 2019-03-28 16:06:43 +01:00
ganfra a6366e47fe Timeline : change some database details to make it faster 2019-03-28 12:00:45 +01:00
Benoit Marty bc467340c9 RageShake impleme + Import stuff from Riot 2019-03-28 11:53:28 +01:00
ganfra 4154df7c21 Timeline : stabilize the pagedList replacement. Seems ok for phase0 2019-03-27 19:57:36 +01:00
Benoit Marty 79e273b1ca Add Doc 2019-03-27 18:03:36 +01:00
Benoit Marty 4ab3c39415
Merge pull request #18 from z3ntu/develop_api19
Hacks to get it running on API 19
2019-03-21 15:58:37 +01:00