Benoit Marty
617e945afa
Merge pull request #1436 from vector-im/feature/Fix_1430_X_made_no_change
...
Hide "X made no changes" event by default in timeline (#1430 )
2020-06-03 09:47:51 +02:00
Benoit Marty
870c4bf765
Check that content is not null
2020-06-03 09:32:20 +02:00
Benoit Marty
9a592e9c7e
Create IsUselessResolver object
2020-06-03 01:13:02 +02:00
Benoit Marty
3f1e5b9b1e
Hide "X made no changes" event by default in timeline ( #1430 )
2020-06-02 15:54:01 +02:00
Benoit Marty
1b95d98ccd
Merge pull request #1423 from vector-im/feature/invalidate
...
Yet another cleanup PR
2020-06-02 14:42:51 +02:00
Benoit Marty
e2e1925796
Restore .observeOn(AndroidSchedulers.mainThread())
2020-06-02 14:24:29 +02:00
Benoit Marty
52c8f24df5
Merge pull request #1417 from vector-im/feature/you
...
Use "you" instead of your display name for notice events you have sent
2020-06-02 14:16:46 +02:00
Benoit Marty
ca855da8ae
Fix issue reported during review by Onuray
2020-06-02 13:15:03 +02:00
Benoit Marty
a39d35e54c
Improve Kotlin code readability: use when
instead of if
and add a few newlines
2020-06-02 13:15:03 +02:00
Benoit Marty
3bd2b24b10
Use "you" instead of display name when the current user has sent the event.
2020-06-02 13:15:03 +02:00
Benoit Marty
12448426d4
Fix typo reported by rageshake
2020-06-01 22:12:11 +02:00
Benoit Marty
4a7bba047b
Merge pull request #1420 from vector-im/feature/fix_theme_switch
...
Fix: Switch theme is not fully taken into account without restarting the app
2020-05-29 19:22:43 +02:00
Benoit Marty
3fea2173f4
Move fun to a dedicated file.
2020-05-29 11:57:20 +02:00
Benoit Marty
d125cb5c01
Some cleanup:
...
- use invalidate() from MvRx
- use throttleFirst instead of debounce
- remove useless observe on main thread
- remove useless calls to super.invalidate()
2020-05-29 11:36:27 +02:00
Benoit Marty
86c9264ed9
Fix: Switch theme is not fully taken into account without restarting the app
2020-05-28 23:03:04 +02:00
Benoit Marty
7be3434136
Merge branch 'hotfix/crash_locales' into develop
2020-05-28 11:31:38 +02:00
Benoit Marty
ec1422b0f0
Fix crash due to bad script. Tha bad value has already been fixed on Weblate.
2020-05-28 11:27:11 +02:00
Benoit Marty
b0a6eaaa96
Version++
2020-05-28 10:45:58 +02:00
Benoit Marty
d1c4d4b099
Merge branch 'release/0.21.0'
2020-05-28 10:43:55 +02:00
Benoit Marty
d35905787d
Merge branch 'release/0.21.0' into develop
2020-05-28 10:43:53 +02:00
Benoit Marty
9a972b2f73
Prepare release 0.21.0
2020-05-28 10:43:40 +02:00
Benoit Marty
116bab5bc8
Fix call event not rendered in e2e rooms.
2020-05-27 19:02:27 +02:00
Benoit Marty
c76eb3bc98
Fix lint issue
2020-05-27 18:58:45 +02:00
Benoit Marty
81c1717384
Format strings
2020-05-27 18:49:34 +02:00
Benoit Marty
0fd0500d30
Merge pull request #1414 from RiotTranslateBot/weblate-riot-android-riotx-application
...
Update from Weblate
2020-05-27 17:50:06 +02:00
Benoit Marty
34d638da4f
Merge pull request #1411 from vector-im/feature/attachment_e2e
...
Feature/attachment e2e
2020-05-27 15:13:17 +02:00
Weblate
e39b177b5b
Merge branch 'origin/develop' into Weblate.
2020-05-27 13:04:35 +00:00
LinAGKar
07aa3ee64c
Translated using Weblate (Swedish)
...
Currently translated at 19.9% (335 of 1682 strings)
Translation: Riot Android/RiotX application
Translate-URL: https://translate.riot.im/projects/riot-android/riotx-application/sv/
2020-05-27 13:04:29 +00:00
yuuki-san
c94856cdf8
Translated using Weblate (Slovak)
...
Currently translated at 95.7% (156 of 163 strings)
Translation: Riot Android/RiotX Matrix SDK
Translate-URL: https://translate.riot.im/projects/riot-android/riotx-matrix-sdk/sk/
2020-05-27 13:04:26 +00:00
yuuki-san
4dd0c04537
Translated using Weblate (Slovak)
...
Currently translated at 53.9% (906 of 1682 strings)
Translation: Riot Android/RiotX application
Translate-URL: https://translate.riot.im/projects/riot-android/riotx-application/sk/
2020-05-27 13:04:26 +00:00
Амёба
99c409b6d2
Translated using Weblate (Russian)
...
Currently translated at 82.6% (1390 of 1682 strings)
Translation: Riot Android/RiotX application
Translate-URL: https://translate.riot.im/projects/riot-android/riotx-application/ru/
2020-05-27 13:04:26 +00:00
Marko Dimjašević
8cb2c2532f
Translated using Weblate (Croatian)
...
Currently translated at 54.2% (912 of 1682 strings)
Translation: Riot Android/RiotX application
Translate-URL: https://translate.riot.im/projects/riot-android/riotx-application/hr/
2020-05-27 13:04:24 +00:00
Benoit Marty
6f804cab4d
Avoid duplicated events in DB (one with localId and one with eventId from homeserver, once synced)
2020-05-27 11:27:54 +02:00
Benoit Marty
cf3dbb378e
Get uploaded files for e2e rooms, from local DB
2020-05-26 22:06:51 +02:00
Benoit Marty
0eb36a607b
Merge pull request #1402 from vector-im/feature/rageshake_dialogs
...
Feature/rageshake dialogs
2020-05-26 00:04:33 +02:00
Benoit Marty
0509e76f18
var -> val
2020-05-25 23:54:53 +02:00
Benoit Marty
e379ccf086
Extract MatrixConfiguration to its own file, for a better visibility
2020-05-25 23:53:36 +02:00
Benoit Marty
7ae52d676d
Use directly java.net.proxy class
2020-05-25 23:50:10 +02:00
Benoit Marty
3d33018ffa
Merge pull request #1147 from unclejay80/http_proxy_init
...
added network proxy configuration
2020-05-25 23:43:11 +02:00
Benoit Marty
860595520b
Merge pull request #1401 from vector-im/feature/cleanup
...
Small PR with code cleanup
2020-05-25 17:30:31 +02:00
Benoit Marty
ae318a835e
Merge pull request #1387 from vector-im/feature/attachments_list
...
Attachments list
2020-05-25 17:29:54 +02:00
Benoit Marty
7a3dbecc08
Fixes #860
2020-05-25 17:05:17 +02:00
Benoit Marty
c52aae7c29
Uploads: Snackbar
2020-05-25 17:05:17 +02:00
Benoit Marty
f0f3e8ddb9
Uploads: auto-review
2020-05-25 17:05:17 +02:00
Benoit Marty
a95102a78f
Uploads: Use StateView for better Loading/Empty rendering
2020-05-25 17:02:57 +02:00
Benoit Marty
2adafbeb03
Uploads: use SenderInfo in TimelineEvent
2020-05-25 17:02:57 +02:00
Benoit Marty
f3a5fb7fe3
Uploads: rework: provide information about the sender
2020-05-25 16:54:08 +02:00
Benoit Marty
907a786b1a
Uploads: load element until loader not displayed anymore
2020-05-25 16:54:08 +02:00
Benoit Marty
e3ed3e5b05
Uploads: cleanup
2020-05-25 16:54:08 +02:00
Benoit Marty
a2b366ebfe
Uploads: add placeholder for images
2020-05-25 16:54:08 +02:00