SpiritCroc
6b1c75dae4
Correctly update full application theme on night mode change
2020-06-15 16:01:55 +02:00
SpiritCroc
0ba49f5596
Merge remote-tracking branch 'upstream/develop' into sc
2020-06-15 15:50:57 +02:00
SpiritCroc
cd9df91a83
Revert "[TMP] Completely kill app instead of activity only"
...
This reverts commit 2cba0430e6
.
2020-06-15 14:52:54 +02:00
Benoit Marty
ade1f1b911
Merge pull request #1479 from vector-im/feature/memory_leaks
...
Feature/memory leaks
2020-06-15 14:47:16 +02:00
Benoit Marty
344a9836d2
Typo and cleanup
2020-06-15 14:44:44 +02:00
Benoit Marty
2c1487d303
Merge pull request #1466 from vector-im/feature/toggle_favorite
...
Add capability to add and remove a room from the favorites (#1217 )
2020-06-15 14:29:48 +02:00
ganfra
171a945de9
Membership: refact a bit and add a left message when kicked or banned
2020-06-12 15:29:07 +02:00
ganfra
6ca69a9947
Remove unnecessary comment
2020-06-12 10:02:57 +02:00
ganfra
ff171a39c6
Memory leaks: clean after Benoit's remarks
2020-06-12 09:58:45 +02:00
Benoit Marty
8acee57118
Implement my suggestions
2020-06-11 22:01:04 +02:00
Benoit Marty
d03ab989e6
Hide WidgetBanner by default, it can be visible if phone is slow
2020-06-11 21:42:04 +02:00
Benoit Marty
4f5b1d9646
Close Activity when room is left.
...
Create a dedicated ViewModel to handle that in Activity rather than multiple times in Fragments
2020-06-11 21:40:22 +02:00
ganfra
f8dca1237a
Fix lint issues
2020-06-11 20:20:06 +02:00
ganfra
c382f706a6
Leaks: disable leakcanary
2020-06-11 19:40:46 +02:00
Benoit Marty
530ce0952c
Typo and cleanup
2020-06-11 18:00:34 +02:00
Benoit Marty
262f10af9a
Remove ability to kick or ban yourself
2020-06-11 16:59:14 +02:00
Benoit Marty
3430a8f3ea
Fix demote yourself issue
2020-06-11 16:48:32 +02:00
Benoit Marty
959be3a23d
Fix layout issue on read only rooms
2020-06-11 16:39:41 +02:00
Benoit Marty
15306fc116
Italic text
2020-06-11 16:30:34 +02:00
Benoit Marty
fb5013db88
Restore previous way to managed power level string, to be able to translate them correctly
2020-06-11 16:27:46 +02:00
Benoit Marty
ab4780c9b9
Remove translation of deleted strings
2020-06-11 16:27:46 +02:00
ganfra
579d4f7a5b
Merge branch 'develop' into feature/power_level
2020-06-10 17:21:04 +02:00
ganfra
60b91d4d50
PowerLevel : clean after Benoit's review
2020-06-10 17:19:33 +02:00
ganfra
917042c48c
Remove memory leak from Autocompleter
2020-06-10 16:14:19 +02:00
Benoit Marty
c35c94b7b7
Update link to Modular url from " https://modular.im/ " to " https://modular.im/services/matrix-hosting-riot " and open it using ChromeCustomTab
2020-06-10 09:13:08 +02:00
Benoit Marty
d8317f7439
Add capability to add and remove a room from the favorites ( #1217 )
2020-06-10 00:42:14 +02:00
ganfra
d6329a1ab6
Start looking at memory leaks
2020-06-08 19:46:55 +02:00
ganfra
bf5ad2cf18
Power level: warn when demoting yourself
2020-06-08 17:36:30 +02:00
ganfra
a8ae4ddde8
Power level: use confirmation dialog
2020-06-08 16:33:56 +02:00
ganfra
7f02195377
Clean code
2020-06-08 10:29:09 +02:00
ganfra
0002cddd67
Merge branch 'develop' into feature/power_level
2020-06-08 10:12:53 +02:00
Benoit Marty
19e1683106
Move class LoginFlowType to api
package
2020-06-08 09:16:31 +02:00
Benoit Marty
5c538c7865
Clarify type when retrieving supported login flow (be conform to the spec)
2020-06-08 09:11:23 +02:00
SpiritCroc
c9a5dc5634
Increment version
2020-06-06 10:34:15 +02:00
SpiritCroc
933a79527c
Increment version
2020-06-06 10:08:32 +02:00
ganfra
86dd8f3fd8
Update epoxy to last stable version
2020-06-05 20:14:36 +02:00
ganfra
afd1002fdb
Room Permission: default to true for sending event
2020-06-05 20:09:13 +02:00
ganfra
07c7ed0a4e
Powerlevel: use edit text for custom
2020-06-05 20:08:39 +02:00
ganfra
e5da5a34cb
Power levels: handle some action permissions
2020-06-05 19:12:33 +02:00
SpiritCroc
2cba0430e6
[TMP] Completely kill app instead of activity only
...
Since v0.21.0 release, the (Message)ColorProvider seems to keep an
outdated context, so upon theme change, the color doesn't update.
As a workaround until a better solution is found, kill the complete
process to enforce new context references everywhere.
2020-06-05 17:56:07 +02:00
SpiritCroc
bab3916e3f
Ignore IllformedLocaleException in DEBUG builds too
2020-06-05 16:47:17 +02:00
SpiritCroc
714f598df6
Revert "Nicer deleted message view"
...
No longer necessary, upstream did something similar (better).
Actually already reverted in merge commit 8cf2a51588
.
This commit just cleans up a little bit.
This reverts commit 4679ab0e79
.
2020-06-05 16:30:54 +02:00
SpiritCroc
8cf2a51588
Merge tag 'v0.21.0' into sc
...
Conflicts:
vector/src/main/java/im/vector/riotx/features/configuration/VectorConfiguration.kt
vector/src/main/java/im/vector/riotx/features/home/room/detail/RoomDetailFragment.kt
vector/src/main/java/im/vector/riotx/features/settings/VectorSettingsPreferencesFragment.kt
vector/src/main/java/im/vector/riotx/features/themes/ThemeUtils.kt
vector/src/main/res/layout/item_timeline_event_base.xml
vector/src/main/res/layout/item_timeline_event_redacted_stub.xml
2020-06-05 16:28:18 +02:00
Benoit Marty
f3a2c467ed
small typo
2020-06-05 12:21:58 +02:00
ganfra
a1fd35aa67
Room member: continue to branch admin/moderator actions
2020-06-05 11:13:00 +02:00
ganfra
ad8ed37ff6
Profile action: fix editable icon
2020-06-05 11:12:33 +02:00
Benoit Marty
088e8bc9f9
Add some comment
2020-06-05 10:09:49 +02:00
Benoit Marty
3714323d74
Rename Constants
2020-06-05 01:16:19 +02:00
Benoit Marty
d70b19fa93
SSO login is now performed in the default browser ( #1400 ) - WIP
...
Use ChromeCustomTabs to host the SSO web page
2020-06-05 01:14:35 +02:00
ganfra
08693a6875
Add some admin actions (ban, kick, unban)
2020-06-04 18:36:28 +02:00