Commit graph

702 commits

Author SHA1 Message Date
Jorge Martin Espinosa
6677f80abe Store session data in a secure way (#98)
* Replace SessionData DataStore with an encrypted SQLite DB.

---------

Co-authored-by: Benoit Marty <benoit@matrix.org>
2023-03-02 16:48:54 +01:00
Benoit Marty
381bd3fd3f Merge pull request #92 from vector-im/feature/bma/pr_improvement
Configure Diawi and split APK
2023-03-02 11:44:34 +01:00
Jorge Martin Espinosa
f300842a87 CI: make sure Paparazzi test failures stop the test flow (#117)
* Run Paparazzi tests just once when koverMergedReport is used.
* Make sure a Paparazzi failure breaks the test flow and blocks merging.
* Change ./gradlew check call in quality.yml to custom runQualityChecks task.
2023-03-02 09:15:47 +01:00
ganfra
d9bbe80392 Merge pull request #112 from vector-im/feature/fga/update_rust_sdk
Feature/fga/update rust sdk
2023-03-01 12:37:58 +01:00
ganfra
947eebdcd0 Sample: remove unused drawables 2023-03-01 12:11:43 +01:00
ganfra
44cd906c6b Add preview to new timeline items 2023-03-01 11:33:54 +01:00
ganfra
c83152b187 Add info about the run configuration 2023-03-01 11:15:22 +01:00
ganfra
c362c7b069 Fix test compilation 2023-03-01 11:11:09 +01:00
Benoit Marty
065daa4899 Split APK per ABI 2023-03-01 10:26:05 +01:00
Benoit Marty
6a6df72220 Setup Diawi to comment Pull Request with a QrCode to download the APK 2023-03-01 10:26:05 +01:00
Benoit Marty
9faeac1a44 Fix typo 2023-03-01 09:55:39 +01:00
Benoit Marty
e57635eede Build unmerged branch on pull request 2023-03-01 09:55:39 +01:00
ganfra
fefbdcdb71 Should fix CI 2023-02-28 15:19:33 +01:00
ganfra
a5b5371fb6 Use DaySeperatorFormatter 2023-02-28 14:27:54 +01:00
ganfra
21a51895b8 Clean minimal sample 2023-02-28 11:56:45 +01:00
ganfra
5fa293b563 Timeline test: check timeline is initialized and disposed 2023-02-28 11:25:08 +01:00
ganfra
45711b062e Makes sure to test loadMore method on TimelinePresenter 2023-02-27 20:30:22 +01:00
ganfra
b86d5a67e5 Bypass error of setHomeserver 2023-02-27 18:11:51 +01:00
ganfra
c729616ce6 Merge branch 'develop' into feature/fga/update_rust_sdk and allow using 'libs' from precompiled script 2023-02-27 14:14:49 +01:00
ganfra
0b8e258d78 Change back versionCode 2023-02-27 12:58:34 +01:00
ganfra
d5c0f7d76f Update maestro readme 2023-02-27 12:19:56 +01:00
ganfra
4fc12f13d8 Fix test compilation 2023-02-27 12:19:43 +01:00
Benoit Marty
e48a730417 Merge pull request #114 from vector-im/sync-strings
Sync strings
2023-02-27 12:01:06 +01:00
Benoit Marty
7661011e33 Merge pull request #113 from vector-im/dependabot/github_actions/mobile-dev-inc/action-maestro-cloud-1.3.1
Bump mobile-dev-inc/action-maestro-cloud from 1.2.3 to 1.3.1
2023-02-27 12:00:09 +01:00
Benoit Marty
98c610c0d4 Merge pull request #93 from vector-im/feature/bma/upgradeAgp
Upgrade AGP, and some other plugins.
2023-02-27 11:58:20 +01:00
bmarty
fd94874b59 Import strings from Element Android 2023-02-25 06:06:00 +00:00
dependabot[bot]
96198dbe86 Bump mobile-dev-inc/action-maestro-cloud from 1.2.3 to 1.3.1
Bumps [mobile-dev-inc/action-maestro-cloud](https://github.com/mobile-dev-inc/action-maestro-cloud) from 1.2.3 to 1.3.1.
- [Release notes](https://github.com/mobile-dev-inc/action-maestro-cloud/releases)
- [Commits](https://github.com/mobile-dev-inc/action-maestro-cloud/compare/v1.2.3...v1.3.1)

---
updated-dependencies:
- dependency-name: mobile-dev-inc/action-maestro-cloud
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-24 23:05:21 +00:00
ganfra
5731deb9a5 Format code 2023-02-24 20:40:48 +01:00
ganfra
c9b4cf3232 Improve a bit timeline pagination 2023-02-24 20:34:32 +01:00
ganfra
830b8caa3a Update rust-sdk (from maven) 2023-02-24 15:05:20 +01:00
ganfra
22fd4ac7f0 Merge develop into feature/fga/update_rust_sdk 2023-02-24 11:14:36 +01:00
Johannes Marbach
bd3f4d47c8 Remove dead roadmap link 2023-02-22 17:34:27 +01:00
David Langley
422f1394bd Add labelled issues to Verticals Feature project 2023-02-22 10:24:50 +00:00
Johannes Marbach
00916461ce Merge pull request #99 from vector-im/Johennes-patch-2
Remove roadmap section from README
2023-02-20 13:37:10 +01:00
Johannes Marbach
5149b74ad4 Remove roadmap section from README 2023-02-20 09:22:29 +01:00
Benoit Marty
7ddf57da8b Also upgrade com.android.tools:desugar_jdk_libs (was waiting for AGP upgrade) 2023-02-17 14:00:34 +01:00
Benoit Marty
3f202f6b57 Upgrade AGP, and some other plugins. 2023-02-17 12:28:03 +01:00
Benoit Marty
ba42a02b4d Merge pull request #90 from vector-im/sync-strings
Sync strings
2023-02-17 12:02:07 +01:00
Benoit Marty
0d6c1486b0 Merge pull request #77 from michaelkaye/michaelk/upload_nightly_to_browserstack
On nightly build (or manual build), additionally upload a copy to browserstack for automation.
2023-02-17 12:01:43 +01:00
Benoit Marty
fa226e37c7 Fix typo in the doc. 2023-02-17 11:25:07 +01:00
Benoit Marty
b2f3893572 Merge pull request #82 from vector-im/bma/viewCoverage
Add screenshot test and update documentation.
2023-02-17 09:52:26 +01:00
bmarty
e03d935ac1 Import strings from Element Android 2023-02-17 06:06:26 +00:00
Kat Gerasimova
a74220fe19 Create story.yml (#87)
Add template for user story issues
2023-02-16 18:04:37 +00:00
Benoit Marty
a304b92bb6 Do not use import wildcard 2023-02-16 11:58:31 +01:00
Benoit Marty
98ac7c0335 Revert "Quality: Allow wildcard import"
This reverts commit 7d2961c236.
2023-02-16 11:49:44 +01:00
Benoit Marty
35eb0174b7 Create RoomListStateProvider 2023-02-16 11:15:07 +01:00
Benoit Marty
20084d0e88 Code coverage is now 55.89% 🚀 2023-02-15 15:46:33 +01:00
Benoit Marty
7d2961c236 Quality: Allow wildcard import 2023-02-15 15:20:12 +01:00
Benoit Marty
2dae6b6d7b Add test for HtmlDocument. 2023-02-15 15:20:12 +01:00
Benoit Marty
bdae51f252 Improve BubbleStateProvider (and this removes duplicated values!) 2023-02-15 15:20:05 +01:00