Benoit Marty
3a1b8bc33d
FastLane: handle push rules
2021-04-07 17:35:46 +02:00
Benoit Marty
4a0a6e9f01
FastLane: Ignore message edition
2021-04-07 17:35:46 +02:00
Benoit Marty
96153fe92a
Get Event after a Push for a faster notification display in some conditions
2021-04-07 17:35:46 +02:00
Benoit Marty
af023669ba
Implement FirstThrottler, to gain 200 ms for first refresh
2021-04-07 17:35:25 +02:00
Benoit Marty
835eb95aa1
If signout request fails, do not start LoginActivity, but restart the app ( #3099 )
2021-04-07 14:52:27 +02:00
Benoit Marty
1ac17b3aee
Exclude instruction from try catch block
2021-04-07 14:34:06 +02:00
Benoit Marty
b8d01c4577
Fix quick click action ( #3127 )
2021-04-07 14:08:43 +02:00
Benoit Marty
884358b374
Small cleanup
2021-04-07 13:47:20 +02:00
Benoit Marty
511a0c22e2
Protect calls to FileService.downloadFile()
2021-04-07 13:45:43 +02:00
Marcus Hoffmann
62038e8a89
propagate jitsi LIBRE_BUILD exclusion rules to not pull in gms libs
...
Previously jitsi only had optional dependencies being disabled by the
LIBRE build flag but a while ago they introduced optional exclusion
rules which don't transitively propagate to consumers of the library, so
instead we need to mirror the exclusion rules from the jitsi gradle file:
See: 7a64bf006e/android/sdk/build.gradle (L53)
Signed-off-by: Marcus Hoffmann <bubu@bubu1.eu>
2021-04-06 20:55:48 +02:00
Benoit Marty
8b15008eba
Merge branch 'develop' into feature/bma/displayname_fallback
2021-04-06 14:31:32 +02:00
Benoit Marty
7d88d038f5
Merge pull request #3102 from vector-im/dependabot/gradle/moshi_version-1.12.0
...
Bump moshi_version from 1.11.0 to 1.12.0
2021-04-06 14:22:12 +02:00
Benoit Marty
c30bcfeba0
Merge pull request #3121 from vector-im/dependabot/gradle/com.googlecode.libphonenumber-libphonenumber-8.12.21
...
Bump libphonenumber from 8.12.20 to 8.12.21
2021-04-06 14:20:42 +02:00
Benoit Marty
2d4866cdc5
Add better support for empty room name fallback
2021-04-06 09:57:33 +02:00
dependabot[bot]
0addb3aeee
Bump libphonenumber from 8.12.20 to 8.12.21
...
Bumps [libphonenumber](https://github.com/google/libphonenumber ) from 8.12.20 to 8.12.21.
- [Release notes](https://github.com/google/libphonenumber/releases )
- [Changelog](https://github.com/google/libphonenumber/blob/master/making-metadata-changes.md )
- [Commits](https://github.com/google/libphonenumber/compare/v8.12.20...v8.12.21 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-04-06 07:20:12 +00: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
dependabot[bot]
fcc635ac8f
Bump moshi_version from 1.11.0 to 1.12.0
...
Bumps `moshi_version` from 1.11.0 to 1.12.0.
Updates `moshi-adapters` from 1.11.0 to 1.12.0
- [Release notes](https://github.com/square/moshi/releases )
- [Changelog](https://github.com/square/moshi/blob/master/CHANGELOG.md )
- [Commits](https://github.com/square/moshi/compare/moshi-parent-1.11.0...parent-1.12.0 )
Updates `moshi-kotlin-codegen` from 1.11.0 to 1.12.0
- [Release notes](https://github.com/square/moshi/releases )
- [Changelog](https://github.com/square/moshi/blob/master/CHANGELOG.md )
- [Commits](https://github.com/square/moshi/compare/moshi-parent-1.11.0...parent-1.12.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-04-02 07:19:53 +00: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
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
Valere
52ba67c9c0
unused val
2021-04-01 09:12:18 +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
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
295be5286b
Merge branch 'develop' into feature/bma/cleanup
2021-03-31 17:55:50 +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
Benoit Marty
bf65531268
Remove dead code
2021-03-31 11:31:02 +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
ganfra
13cb81b92f
Timeline: fix SendState decoration + some filtering issues
2021-03-30 18:07:05 +02:00
Benoit Marty
67c2b58f85
Merge pull request #3080 from Dominaezzz/suspend_functions_10
...
Convert MembershipService to suspend functions
2021-03-30 11:56:51 +02:00