Commit Graph

1253 Commits

Author SHA1 Message Date
ganfra 4a754166df Add menu action to download image and video on *ViewerActivity 2019-08-07 19:29:41 +02:00
ganfra 7fef063e15
Merge pull request #468 from vector-im/feature/fix_realm_issues
Feature/fix realm issues
2019-08-07 18:05:06 +02:00
Benoit Marty 24f391dac0
Merge pull request #467 from vector-im/feature/playstore_crash
Feature/playstore crash
2019-08-07 17:10:49 +02:00
Benoit Marty 81c7f694d6 Import Strings form Riot 2019-08-07 16:10:50 +02:00
Benoit Marty 80e2fc0ca3
Merge pull request #466 from vector-im/feature/edit_history_item
Add "View Edit History" item in the message bottom sheet (#401)
2019-08-07 15:08:26 +02:00
Benoit Marty 9f53406e99 Fix crash (KotlinNullPointerException) observed on PlayStore 2019-08-07 13:35:44 +02:00
Benoit Marty 3584658c36 Fix crash (IllegalStateException) observed on PlayStore 2019-08-07 13:24:43 +02:00
Benoit Marty 12a0cbb400 Fix crash observed on PlayStore 2019-08-07 13:16:04 +02:00
Benoit Marty 20437446b4 Add "View Edit History" item in the message bottom sheet (#401) 2019-08-07 13:05:22 +02:00
Benoit Marty 35229882e3 Fix `(edited)` link can be copied to clipboard (#402) 2019-08-07 12:28:21 +02:00
Benoit Marty a04f4421f6
Merge pull request #464 from vector-im/feature/splitApk
Split apk
2019-08-07 12:11:13 +02:00
Benoit Marty af1e81f65e Remove unused react native lib, and ensure dependencies lib are explicitly declared 2019-08-07 11:53:59 +02:00
Benoit Marty 63f6081fa5 Split APK: generate one APK per arch, to reduce APK size of about 30% 2019-08-07 11:46:38 +02:00
Benoit Marty ee2e575211 Display VersionCode of the app in the settings, because Android system does not display it anymore 2019-08-07 11:44:51 +02:00
ganfra 0949d29f9c Let TimelineEvent be queried by SendState 2019-08-07 10:54:54 +02:00
Benoit Marty 23466fb5a4
Merge pull request #463 from vector-im/feature/fix_theme
Fix theme not well defined at runtime after configurationChange
2019-08-07 10:40:33 +02:00
ganfra 7f09e64d63 Fix timeline forward loader showing when sending events 2019-08-07 09:59:37 +02:00
ganfra 585f0ba4b7 Add an identifier method on ChunkEntity 2019-08-06 21:32:45 +02:00
ganfra 245fbe86d9 Get enum safe with realm entities 2019-08-06 21:32:40 +02:00
ganfra b79fdf6a85 Fix theme not well defined at runtime after configurationChange 2019-08-06 18:55:38 +02:00
Benoit Marty d9f448c9aa
Merge pull request #459 from vector-im/feature/clenup_after_hol
Review of merged PRs
2019-08-06 18:39:37 +02:00
Benoit Marty 7a6fc4936b Start chain: create extension 2019-08-06 18:15:15 +02:00
Benoit Marty d82fd10f3b Start chain: add missing cases 2019-08-06 18:15:15 +02:00
Benoit Marty 4009f2c176 Add comment to explain why we use a AlwaysSuccessfulWorker 2019-08-06 18:15:15 +02:00
Benoit Marty 15c4b03340 Event: do not display sendState in View Source and cleanup the class 2019-08-06 18:14:24 +02:00
Benoit Marty 7b5dff3dcf Mutualize :? part 2019-08-06 18:14:24 +02:00
Benoit Marty 357123743f Search firstIndexOf, because server url can contains port (This is what JS does, but Riot Android is also bugged) 2019-08-06 18:14:24 +02:00
Benoit Marty bb04af1e2c Remove useless code 2019-08-06 18:14:24 +02:00
Benoit Marty 2f94fbd7eb Use existing method 2019-08-06 18:14:24 +02:00
Benoit Marty f2a3bdb68e Kotlin style 2019-08-06 18:14:24 +02:00
Benoit Marty 097e9714ff Cleaner code 2019-08-06 18:14:24 +02:00
Benoit Marty acae0fad3e Better private method name 2019-08-06 18:14:24 +02:00
Benoit Marty 4deb7eb865 Javadoc for NoMerger 2019-08-06 18:14:24 +02:00
Benoit Marty f910cd6f97 More robust SDK: retry only when on failure 2019-08-06 18:14:24 +02:00
Benoit Marty 652ac81fa1 simple code 2019-08-06 18:14:24 +02:00
Benoit Marty 99f4196388 More code cleanup/review 2019-08-06 18:14:24 +02:00
Benoit Marty c0b94f4111 Typo 2019-08-06 18:14:24 +02:00
Benoit Marty 1462fa0484 Simple code 2019-08-06 18:14:24 +02:00
Benoit Marty dafdc1d3ad Cleaner API 2019-08-06 18:07:35 +02:00
Benoit Marty 394b89e76b Avoid duplicated code 2019-08-06 18:07:35 +02:00
Benoit Marty 0db8e7da43 Format 2019-08-06 18:07:35 +02:00
ganfra dae8b5c196
Merge pull request #460 from vector-im/feature/fix_cancellations
Feature/fix cancellations
2019-08-06 18:06:05 +02:00
ganfra d3ce4c491c Clean code after review 2019-08-06 11:45:06 +02:00
Benoit Marty ed6d28bd3b
Merge pull request #417 from Dominaezzz/kt-opt
Some optimisations
2019-08-06 11:42:07 +02:00
Benoit Marty c2e053b62b
Merge pull request #414 from Dominaezzz/kt-leak
Fix potential resource leak
2019-08-06 11:39:51 +02:00
Benoit Marty c450849cc3
Merge pull request #425 from Cadair/patch-1
Fix reply fallback prefix
2019-08-06 11:23:37 +02:00
ganfra fe884dba2d Update CHANGES.md and fix code quality 2019-08-05 20:28:50 +02:00
ganfra 3fa4dbaa25 Make async transaction working with suspend method 2019-08-05 20:17:59 +02:00
ganfra 4a74f58516 Task: use a builder with DSL and introduce Constraints (only boolean connectedToNetwork at the moment) 2019-08-05 20:17:36 +02:00
ganfra c413321a22 Remove unnecessary code and fix signout 2019-08-02 13:15:56 +02:00