Benoit Marty
|
77fa5af1b8
|
Fix compilation issue after merge
|
2019-07-17 14:58:23 +02:00 |
|
Benoit Marty
|
90d25ff45e
|
Code cleanup
|
2019-07-17 14:41:01 +02:00 |
|
Benoit Marty
|
173452d38c
|
Merge pull request #367 from Dominaezzz/kotlinify-3
Some more kotlinification.
|
2019-07-17 14:38:16 +02:00 |
|
Benoit Marty
|
a9f9083745
|
Merge pull request #374 from vector-im/feature/quick_fix_long_click_link
WIP / Fix Copying link from a message shouldn't open context menu
|
2019-07-17 14:37:11 +02:00 |
|
Valere
|
22dc2a6790
|
Fix Copying link from a message shouldn't open context menu
|
2019-07-17 14:36:47 +02:00 |
|
Benoit Marty
|
927cd7285d
|
Merge pull request #378 from vector-im/feature/fix_sync_thread_wrong_autostart
Fix / SyncThread was started in background
|
2019-07-17 14:32:19 +02:00 |
|
Benoit Marty
|
4d5bdecec6
|
Merge pull request #382 from vector-im/feature/better_long_tap_menu
Feature/better long tap menu
|
2019-07-17 14:28:51 +02:00 |
|
Benoit Marty
|
0be987ac0d
|
Merge branch 'develop' into feature/better_long_tap_menu
|
2019-07-17 14:28:36 +02:00 |
|
Valere
|
4bfaa00be4
|
Fix / clean bad method name
|
2019-07-17 14:27:02 +02:00 |
|
Benoit Marty
|
8e78d8a58d
|
Merge pull request #380 from vector-im/feature/rs_crash_steve
Fix a crash in notificationwhen display name is empty
|
2019-07-17 14:22:45 +02:00 |
|
Benoit Marty
|
e3e86c0a41
|
Merge pull request #383 from vector-im/feature/filter_params
Pass filter to room directory screen or create room screen
|
2019-07-17 14:20:29 +02:00 |
|
Benoit Marty
|
8a5fddd952
|
Merge pull request #379 from vector-im/feature/small_fixes
Fix bad View used for searching in room directory.
|
2019-07-17 14:19:37 +02:00 |
|
ganfra
|
208460850e
|
Dagger: activate incremental build
|
2019-07-17 14:16:20 +02:00 |
|
Benoit Marty
|
0ddef67cc9
|
Migrate to rxbinding 3 and fix bad layout for room directory filter (Fixes #349)
|
2019-07-17 14:16:20 +02:00 |
|
Benoit Marty
|
896e582a9c
|
Create style VectorSearchView
|
2019-07-17 14:16:20 +02:00 |
|
Benoit Marty
|
477920f411
|
Add some comment
|
2019-07-17 14:14:02 +02:00 |
|
Benoit Marty
|
c647648e79
|
Merge pull request #371 from vector-im/feature/composer_fix_edit_reply
Feature/composer fix edit reply
|
2019-07-17 14:03:10 +02:00 |
|
Benoit Marty
|
b654025a3b
|
Fix alignment issue in toolbars
|
2019-07-17 12:38:35 +02:00 |
|
Benoit Marty
|
786a7d7560
|
Rename id
|
2019-07-17 12:20:11 +02:00 |
|
Benoit Marty
|
b935b9311e
|
Scroll the list to top after each new filter
|
2019-07-17 12:18:45 +02:00 |
|
Benoit Marty
|
8e12f71535
|
Add top left back button
|
2019-07-17 12:16:10 +02:00 |
|
Benoit Marty
|
7eea2ccfb4
|
Fix infinite opening of room once the room is created
|
2019-07-17 12:09:09 +02:00 |
|
Benoit Marty
|
c32ef02a12
|
Pre fill the room directory filter and and the room name with the already entered string from the user
|
2019-07-17 12:04:19 +02:00 |
|
Benoit Marty
|
3651ec4870
|
Add some doc
|
2019-07-17 11:58:18 +02:00 |
|
Valere
|
87de7bd3e6
|
fix lint code quality
|
2019-07-17 11:41:14 +02:00 |
|
Valere
|
9494174c33
|
Swipe to reply in timeline (lab)
|
2019-07-17 10:54:15 +02:00 |
|
Valere
|
9bdea5b325
|
Change order of actions (and reply on top)
|
2019-07-16 16:35:57 +02:00 |
|
Valere
|
2f01ad99b3
|
Compact long tap menu
|
2019-07-16 16:35:36 +02:00 |
|
Benoit Marty
|
bb3b5788ba
|
Update hint from design
|
2019-07-16 16:35:10 +02:00 |
|
Benoit Marty
|
45f7d3e9c4
|
Kotlin style
|
2019-07-16 15:59:08 +02:00 |
|
Benoit Marty
|
0f7a56d005
|
Use Session.myUserId whereas it's possible
|
2019-07-16 15:54:00 +02:00 |
|
Valere
|
63d2861bc8
|
Fix / SyncThread was started in background
Upon reception of a push, is the session is instantiated the sync thread was starting to loop
|
2019-07-16 15:44:08 +02:00 |
|
Benoit Marty
|
6bbc784c29
|
Fix crash (from Steve's rageshake)
|
2019-07-16 15:42:02 +02:00 |
|
Valere
|
c6fd625761
|
code review
|
2019-07-16 14:56:16 +02:00 |
|
Valere
|
d8092abc4e
|
fix / strip reply prefix on history
|
2019-07-16 14:39:46 +02:00 |
|
Valere
|
6effb90361
|
Fix / edit of reply and edit of edit of reply
|
2019-07-16 14:39:05 +02:00 |
|
Benoit Marty
|
42584fc55a
|
Merge pull request #372 from vector-im/feature/room_filtering
Room filtering
|
2019-07-16 11:41:08 +02:00 |
|
Benoit Marty
|
30d9ddb3e8
|
Merge pull request #373 from vector-im/feature/fix_composer_separator_dark
Fix / composer separator color was using a clear theme color
|
2019-07-15 18:16:06 +02:00 |
|
Valere
|
020c32bb1a
|
Fix / composer separator color was using a clear theme color
|
2019-07-15 17:46:24 +02:00 |
|
Benoit Marty
|
efd973208f
|
Green close icon
|
2019-07-15 17:35:51 +02:00 |
|
Benoit Marty
|
30a6c98c08
|
Room name in bold
|
2019-07-15 17:29:37 +02:00 |
|
Benoit Marty
|
1440080d04
|
Changes
|
2019-07-15 17:27:49 +02:00 |
|
Benoit Marty
|
61bb4c0427
|
Introduce CreateRoomActivity, a simple container for [CreateRoomFragment]
|
2019-07-15 17:26:48 +02:00 |
|
Benoit Marty
|
3c25088243
|
Filter rooms
|
2019-07-15 17:26:48 +02:00 |
|
Benoit Marty
|
fc1c0caea3
|
Avoid displaying two loaders if there is no elements between them
|
2019-07-15 17:25:59 +02:00 |
|
Valere
|
8901a5e09a
|
Merge pull request #342 from vector-im/feature/edit_history
Feature/edit history
|
2019-07-15 15:15:45 +02:00 |
|
Valere
|
25f1d21bc7
|
Edit history
Get history from API
cleaning
Updated change log
Missing copyrights
Code review
cleaning
|
2019-07-15 14:57:12 +02:00 |
|
Benoit Marty
|
4d2ab9fa31
|
Merge pull request #344 from vector-im/feature/play_store_crash
Feature/play store crash
|
2019-07-15 10:49:20 +02:00 |
|
Benoit Marty
|
0289d2ee87
|
Simpler code
|
2019-07-15 10:48:44 +02:00 |
|
Benoit Marty
|
222201cc64
|
Fix crash observe on the PlayStore (#341)
|
2019-07-15 10:48:44 +02:00 |
|