Commit Graph

  • 4cf8f1513b Burger menu: fix wrong color ganfra 2018-11-02 10:17:53 +0100
  • 0b50ee0974 Timeline : scroll to show new message ganfra 2018-11-02 10:17:37 +0100
  • eda88030a3 Add blank item to use pagedlist load around method ganfra 2018-11-02 09:52:10 +0100
  • 6d9907563e Clean a bit avatar management ganfra 2018-11-02 09:12:26 +0100
  • 18c6472f32 Fix some stupid issues ganfra 2018-11-01 10:09:27 +0100
  • ea51420c74 Quick & dirty avatar display (to be removed) ganfra 2018-10-31 16:54:02 +0100
  • 536d7c33fe Timeline : change page size ganfra 2018-10-31 16:23:02 +0100
  • 900217b90e Timeline : quickly manage dates (need to be clean) ganfra 2018-10-31 16:11:59 +0100
  • 6f2beef726 Makes the timeline a little more polished ganfra 2018-10-31 13:03:36 +0100
  • ecf728aef8 Handle epoxy timeline manually : get off the cache at the moment, will need to be improved ganfra 2018-10-31 11:22:42 +0100
  • bc8055c3cd Room list : handle direct rooms ganfra 2018-10-30 18:22:29 +0100
  • ec27951850 Add fake filter view + refine UI ganfra 2018-10-30 11:47:05 +0100
  • 55efd226bb Add quick room category to list (WIP, not clean at all) ganfra 2018-10-29 20:29:09 +0100
  • e06d95b8e3 Selection state should be tested through room id ganfra 2018-10-29 17:54:45 +0100
  • 7dc7b4b8eb Introduce HomeDrawerFragment to manage communities and rooms ganfra 2018-10-29 17:48:31 +0100
  • 7e59933fda Polish toolbar on room detail screen ganfra 2018-10-29 17:20:08 +0100
  • cc29a387c7 Start introducing theme on app + branch toolbar to drawer, still requires refinements ganfra 2018-10-29 14:57:36 +0100
  • e5fc1e3412 Introduce MvRx in the application + start managing UI ganfra 2018-10-28 19:18:14 +0100
  • d0a241bd2d Clean a bit code and reorganize files ganfra 2018-10-26 15:12:38 +0200
  • e942b54b56 Adding events to chunk is now faster by using query to check contains and no primary key ganfra 2018-10-26 12:31:47 +0200
  • 7ba67d6c2b Deport timeline in his own class ganfra 2018-10-25 17:25:58 +0200
  • 2faba01662 Room : load all room members on first room opening ganfra 2018-10-25 16:55:41 +0200
  • 7ecbe09661 Handle read receipt saving (still need to find a way to improve insertion ) ganfra 2018-10-24 18:11:01 +0200
  • efceda1def Remove data handler instance ganfra 2018-10-23 18:49:00 +0200
  • 88362edece Fix case where heroes is empty (fallback to display name of loaded members) ganfra 2018-10-23 18:31:33 +0200
  • f747d268c9 First attempt to handle room name + make app listen to room summaries instead of rooms ganfra 2018-10-23 18:25:28 +0200
  • 279241974a Add a way to enrich event with useful data to be displayed. ganfra 2018-10-22 19:36:29 +0200
  • 0f4d15e488 Makes back pagination work. Still need to refine but ok for proto. ganfra 2018-10-22 15:17:50 +0200
  • d71ae02162 Still WIP for Paging integration ganfra 2018-10-21 20:27:50 +0200
  • 702abccb38 Continue to work on timeline/pagination. WIP ganfra 2018-10-19 20:34:54 +0200
  • 6e3992e70e Fix some issues with sync (bad thread, bad use of last() ) ganfra 2018-10-19 17:18:24 +0200
  • ecbc64082f Use epoxy to render pagedList : WIP ganfra 2018-10-19 15:30:40 +0200
  • 06a5253fd9 Introduce epoxy in demo app ganfra 2018-10-19 14:26:38 +0200
  • e323c858ab Fix compilation issue and rename method ganfra 2018-10-19 14:26:13 +0200
  • 0041b6273e Start introducing PagedList management for timeline ganfra 2018-10-18 18:38:11 +0200
  • 3f07ed9806 Trying monarchy to manage realm ganfra 2018-10-18 11:16:02 +0200
  • 1646687e6d Clean some files ganfra 2018-10-17 19:12:39 +0200
  • 00188fde29 Try to have some cleaner hierarchy ganfra 2018-10-17 18:21:09 +0200
  • 0f4a62b7bf Remove persistence package for the moment ganfra 2018-10-17 15:35:26 +0200
  • e7f9bf86c6 Pause/Resume sync thread when app goes background/foreground ganfra 2018-10-17 15:20:26 +0200
  • d9f1d3fc85 Sync : save token ganfra 2018-10-17 14:46:36 +0200
  • 44eb838610 Manage sync in an infinite thread ganfra 2018-10-17 13:59:21 +0200
  • 4904ac894e Start to insert room summaries and listen for changes ganfra 2018-10-16 15:52:30 +0200
  • b79d23ad24 Migrate to realm + better insertion ganfra 2018-10-15 19:42:13 +0200
  • 95fd7190e4 Better coroutines management ganfra 2018-10-13 11:18:49 +0200
  • 1a967b6326 Sync : start insertion in DB ganfra 2018-10-12 19:26:22 +0200
  • 9bef41a13b Start creating database model ganfra 2018-10-12 16:50:54 +0200
  • 06456ae3e9 Translate some legacy SDK classes to kotlin ganfra 2018-10-11 21:32:23 +0200
  • 11f860533c Start working with RoomState (trying approaches for content parsing) ganfra 2018-10-11 20:01:08 +0200
  • c7ce5c61b1 Clean some files ganfra 2018-10-11 17:35:15 +0200
  • 5baaecaea4 Add basic session management to avoid login each time ganfra 2018-10-11 09:58:28 +0200
  • f9e6f4b533 Integration with old SDK - make it works ganfra 2018-10-11 09:05:32 +0200
  • 108fae2f28 WIP integration with old SDK (not working) ganfra 2018-10-10 19:46:43 +0200
  • 3215fa47d5 Import old SDK as legacy code to replace smoothly ganfra 2018-10-09 12:30:01 +0200
  • 058f1704fa Make sync request works as initial sync ganfra 2018-10-08 17:52:45 +0200
  • a7eecdffae Start importing some classes from the developed SDK... + rename packages ganfra 2018-10-05 18:14:32 +0200
  • c4316d5055 Make the sdk targeting android to win time ganfra 2018-10-04 15:19:03 +0200
  • 54fb54a695 Sync : add sync response model ganfra 2018-10-03 19:00:02 +0200
  • d69b2ba930 Add AccessTokenInterceptor and LoggingInterceptor ganfra 2018-10-03 18:16:11 +0200
  • b406e8301a first commit ganfra 2018-10-03 17:56:33 +0200