Commit Graph

136 Commits

Author SHA1 Message Date
ganfra fd3fce6deb State issues : restore recyclerview state + fix DI issues 2019-02-28 18:50:30 +01:00
ganfra adc51529f2 Pills : handle avatar 2019-02-27 17:17:47 +01:00
ganfra 63bf4355b9 Html : continue work on Pills. Still need to find how to handle avatar drawable. 2019-02-26 19:35:47 +01:00
ganfra d6f6764b0c Timeline : avoid epoxy to build on main thread first 2019-02-26 19:28:39 +01:00
ganfra 46226c4efc Avatar : skip '@' when name is userId 2019-02-26 15:04:43 +01:00
ganfra 85b119bdcb Home : hide keyboard when drawer state change 2019-02-25 18:13:53 +01:00
ganfra 6c7bc2b40c Timeline: get better perf 2019-02-25 18:10:37 +01:00
ganfra f06211ce4f Start playing with ChipDrawable to show Pills 2019-02-25 15:18:36 +01:00
ganfra d2db5e32fc Html : start handling reply 2019-02-22 15:43:48 +01:00
ganfra 4458e28ce2 Html : introduce markown lib to handle html rendering. 2019-02-21 19:21:08 +01:00
ganfra 9cc2cf8360 Timeline: set empty item as fallback item 2019-02-20 16:14:12 +01:00
ganfra 28c837a47f Timeline: handle call events 2019-02-20 15:47:20 +01:00
ganfra 42cf45c8f3 Timeline: handle room history visibility 2019-02-20 12:06:33 +01:00
ganfra 8fdce937bd Timeline: handle notice events and hide some not displayable events. 2019-02-20 11:39:25 +01:00
ganfra 36d1d52880 Timeline : handle emote content 2019-02-19 19:12:58 +01:00
ganfra e91276bb76 Epoxy : make sures RiotEpoxyModel is used everywhere. 2019-02-19 17:48:30 +01:00
ganfra b5f40f9732 Add stetho in debug to allow some inspection 2019-02-19 17:40:38 +01:00
ganfra 24ffd96b6e Epoxy : finalize replacing KotlinModels 2019-02-19 15:47:50 +01:00
ganfra c977c651a2 Epoxy : timeline messages to holder WIP 2019-02-19 11:57:17 +01:00
ganfra 5c78991ae1 Rx : hides subject inside a class 2019-02-19 11:16:31 +01:00
ganfra c467f179e1 Epoxy : start using viewholder instead of kotlin model as it's more efficient 2019-02-19 10:31:05 +01:00
ganfra 5e81fc8dc2 Temporary workarounds to avoid some crashes. 2019-02-11 13:47:47 +01:00
manuroe 7a5ff282b6 Fix room list display on my account
following Ganfra's advices
2019-02-01 18:57:19 +01:00
ganfra 30bfada5d2 Merge branch 'feature/room_list' into develop 2019-01-31 12:15:43 +01:00
ganfra 020a2f3923 Room list : add some throttle to avoid refreshing too often. 2019-01-31 12:13:51 +01:00
ganfra 6c653287e1 Read receipts : fix read receipt being sent for dummyEvent + scroll appearing index 2019-01-31 11:45:11 +01:00
ganfra 6113bba703 Timeline : send read-receipt when scrolling. Still need to handle read marker. 2019-01-30 18:39:54 +01:00
ganfra 6df8809ee0 Room list : add quick ordering 2019-01-29 16:02:42 +01:00
ganfra 0e7596e0aa Room list : add basic notifications count on category item. Need to add business logic later. 2019-01-29 14:39:23 +01:00
ganfra d3d536f4f0 Room : add RoomTag to handle favourites, low priority and system alerts in room list. 2019-01-29 14:16:22 +01:00
ganfra b2e2c14e69 Room : start to handle read markers. Only used when you open the room at the moment. 2019-01-28 17:56:23 +01:00
ganfra ad2abd5cdd Fix messages content info can be null 2019-01-25 18:40:02 +01:00
ganfra 9a42c121e4 Room list : show unread badge with room name. Still need to mark a room as read to update marker. 2019-01-25 18:04:08 +01:00
ganfra c33e96b82c Add comments in API packages 2019-01-25 15:44:41 +01:00
ganfra 9dccad11fe Update copyright and add to last merged commits 2019-01-25 14:04:59 +01:00
ganfra 4c7a6dfe33 Merge branch 'feature/timeline_media' into develop 2019-01-25 12:36:01 +01:00
ganfra 3cbdba2fe9 Timeline media : compute max size from recyclerview size 2019-01-24 18:04:55 +01:00
ganfra 946ae32cd8 Let the app be compatible with android 16 2019-01-24 16:30:05 +01:00
ganfra 7c4ac7b53a Media : start to refact renderer to be more generic 2019-01-23 20:29:47 +01:00
ganfra cc4c1cf308 Content : make content url resolution aware of homeserver url 2019-01-23 16:25:24 +01:00
ganfra 1d400180bc Timeline : start to handle media images/gif. Still a lot to do, but it's a first step. 2019-01-22 18:43:15 +01:00
ganfra 85608b04d1 Room list : quickly branch filter room name field 2019-01-21 19:39:45 +01:00
ganfra 32b29c47e7 Hot fix : makes room topic optional as it may be null. 2019-01-21 18:31:19 +01:00
ganfra dbb812ad84 Message type : add data classes for all the types 2019-01-21 18:16:15 +01:00
ganfra c7c3a57c93 Timeline hot fix: when room member is null, use sender to render name. Still have to figure it out why RoomMember can be null. 2019-01-18 19:40:20 +01:00
ganfra 57db4086cb Start adding javadoc on public api of the SDK and move some files. 2019-01-18 16:26:17 +01:00
ganfra 9914939045 Add copyright to source code 2019-01-18 11:12:08 +01:00
ganfra 2380499af2 Login : quickly add homeserver url field 2019-01-17 18:20:01 +01:00
ganfra 4a6b28aca1 Merge branch 'feature/timeline_events' into develop 2019-01-17 15:33:13 +01:00
ganfra c20cbf7110 Androidx : set paging to 2.0.0 as it seems better at the moment 2019-01-17 15:04:57 +01:00