Commit graph

8193 commits

Author SHA1 Message Date
Benoit Marty
33c1da5aa1 Fix copyright 2021-04-06 14:15:05 +02:00
Benoit Marty
3109d111a4
Merge pull request #3092 from vector-im/feature/bca/paged_room_list
Room List performance PR (use Live PagedList via Monarchy)
2021-04-06 14:13:47 +02:00
Benoit Marty
f42d143679
Merge pull request #3097 from vector-im/feature/bma/retrofit_suspend
Migrate Retrofit interface to coroutine calls
2021-04-06 14:11:07 +02:00
Valere
d49ed63f1d fix / put back setup button 2021-04-02 11:56:38 +02:00
Valere
4829298255 ktlint 2021-04-02 11:44:10 +02:00
Valere
100b187be3 Fix / loading initial state, duplicate sections and footer on empty 2021-04-02 11:43:56 +02:00
Benoit Marty
b9f73c6cc3 BMA's cleanup 2021-04-01 18:34:32 +02:00
Benoit Marty
b47ced68b5 Move UpdatableFilterLivePageResult to the correct package 2021-04-01 18:22:09 +02:00
Valere
f60e649d76 Fix / newly joined or created are at the bottom of room list 2021-04-01 15:56:03 +02:00
Valere
bf6058dc32 Show local echo of joining action 2021-04-01 15:55:42 +02:00
Valere
ec3266f7e8 remove dead code 2021-04-01 15:47:58 +02:00
Benoit Marty
0bc864fc37 Better handling on 429 2021-04-01 13:51:16 +02:00
Benoit Marty
1f2d6bea21 Do some renaming 2021-04-01 12:11:49 +02:00
Benoit Marty
ba27a601dd Dominaezzz' review: remove Request class, just use executeRequest() 2021-04-01 12:10:29 +02:00
Benoit Marty
2df8eb199b
Merge pull request #3098 from vector-im/feature/bma/fix_avatar_dm
Fix avatar rendering for DMs, after initial sync (#2693)
2021-04-01 11:41:56 +02:00
Valere
52ba67c9c0 unused val 2021-04-01 09:12:18 +02:00
Benoit Marty
fe80b7bd6a Dominaezzz' review: remove withContext usage 2021-03-31 23:16:32 +02:00
Benoit Marty
f998c2f945 Fix avatar rendering for DMs, after initial sync (#2693)
Also better handling of previous DMs management
2021-03-31 22:55:53 +02:00
Valere
cd6fab0e2d Fix empty state + cleaning + changelog 2021-03-31 18:05:08 +02:00
Valere
b390980ca2 Resurrect mark all as read 2021-03-31 18:04:27 +02:00
Valere
c23437d45a Code quality 2021-03-31 18:04:27 +02:00
Valere
b6f0f12515 lint 2021-03-31 18:04:27 +02:00
Valere
cf581ecfcf Make pagedList config as part of API 2021-03-31 18:04:27 +02:00
Valere
41176c3e26 Support only notif display mode
+ code quality fixes
2021-03-31 18:04:27 +02:00
Valere
52f98dc405 Remove HomeListDataSource 2021-03-31 18:04:27 +02:00
Valere
38af0caa3f Fix / missing DM favorites 2021-03-31 18:04:27 +02:00
Valere
cf868f885f Room summary paged initial commit 2021-03-31 18:04:27 +02:00
Benoit Marty
6a91c2b355 Migrate Retrofit interface to coroutine calls 2021-03-31 17:59:13 +02:00
Benoit Marty
c0913711d6
Merge pull request #3059 from vector-im/dependabot/gradle/epoxy_version-4.4.4
Bump epoxy_version from 4.4.3 to 4.4.4
2021-03-31 17:57:05 +02:00
Benoit Marty
9bde51a539
Merge pull request #3089 from vector-im/dependabot/gradle/com.facebook.stetho-stetho-okhttp3-1.6.0
Bump stetho-okhttp3 from 1.5.1 to 1.6.0
2021-03-31 17:56:34 +02:00
Benoit Marty
d697343f23
Merge pull request #3091 from vector-im/feature/bma/cleanup
Migrate Room method to suspend and do some cleanup
2021-03-31 17:55:58 +02:00
Benoit Marty
295be5286b
Merge branch 'develop' into feature/bma/cleanup 2021-03-31 17:55:50 +02:00
Benoit Marty
42f6adf2e2 ktlint 2021-03-31 17:55:25 +02:00
Benoit Marty
1868f39223
Merge pull request #3088 from vector-im/feature/fga/timeline_filter
Feature/fga/timeline filter
2021-03-31 17:51:46 +02:00
Benoit Marty
741100e1aa static val 2021-03-31 17:49:04 +02:00
Benoit Marty
b56efbde33
Merge pull request #3090 from vector-im/dependabot/gradle/com.facebook.stetho-stetho-1.6.0
Bump stetho from 1.5.1 to 1.6.0
2021-03-31 15:48:03 +02:00
dependabot[bot]
cb96a9059e
Bump stetho-okhttp3 from 1.5.1 to 1.6.0
Bumps [stetho-okhttp3](https://github.com/facebook/stetho) from 1.5.1 to 1.6.0.
- [Release notes](https://github.com/facebook/stetho/releases)
- [Changelog](https://github.com/facebook/stetho/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/stetho/compare/v1.5.1...v1.6.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-31 13:48:01 +00:00
Benoit Marty
f4c84d599f Add changelog for the next release. 2021-03-31 11:39:06 +02:00
Benoit Marty
af9fa44e8c Remove dead code 2021-03-31 11:36:02 +02:00
Benoit Marty
bf65531268 Remove dead code 2021-03-31 11:31:02 +02:00
Benoit Marty
0a0c8cde34 Cleanup the test 2021-03-31 11:26:23 +02:00
Benoit Marty
f49df59e10 Convert Room API to suspend (#24499) 2021-03-31 11:26:23 +02:00
Benoit Marty
79bee63515
Merge pull request #3079 from Dominaezzz/suspend_functions_9
Convert SharedSecretStorageService and AccountDataService to suspend functions
2021-03-31 09:28:20 +02:00
Benoit Marty
e4e13aaa97 ktlint and cleanup 2021-03-31 09:25:35 +02:00
Benoit Marty
f2f735ace1
Merge pull request #3077 from Dominaezzz/suspend_functions_8
Convert PushersService to suspend functions
2021-03-31 09:21:16 +02:00
dependabot[bot]
57df510ecb
Bump stetho from 1.5.1 to 1.6.0
Bumps [stetho](https://github.com/facebook/stetho) from 1.5.1 to 1.6.0.
- [Release notes](https://github.com/facebook/stetho/releases)
- [Changelog](https://github.com/facebook/stetho/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/stetho/compare/v1.5.1...v1.6.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-31 06:58:20 +00:00
Dominic Fischer
145c9d2e44 Formatting
Signed-off-by: Dominic Fischer <dominicfischer7@gmail.com>
2021-03-30 19:18:40 +01:00
Dominic Fischer
6226938c6f Missing file
Signed-off-by: Dominic Fischer <dominicfischer7@gmail.com>
2021-03-30 19:13:16 +01:00
ganfra
c7c76d1e67 Timeline: clean code and update CHANGES 2021-03-30 20:04:26 +02:00
ganfra
5d19cfff13 Timeline: fix membership filtering 2021-03-30 19:59:25 +02:00