Oscar Mira
a252ef91ad
Merge tag 'v7.30.1' into molly-7.30
2025-01-18 11:20:26 +01:00
Greyson Parrelli
7611b2421d
Fix test compilation issues.
2025-01-13 21:49:50 -05:00
Oscar Mira
28f89411a9
Merge tag 'v7.29.0' into molly-7.29
2025-01-08 14:25:07 +01:00
Greyson Parrelli
18796f52c6
Revert "Improve table display in Spinner."
...
This reverts commit df96b05863
.
2024-12-24 14:52:25 -05:00
Greyson Parrelli
7b101e13fb
Upgrade to kotlin 2.1.0
2024-12-21 12:39:10 -05:00
Oscar Mira
2a2b2cc973
Merge tag 'v7.26.1' into molly-7.26
2024-11-29 16:37:19 +01:00
Greyson Parrelli
1b2c0db693
Introduce AEP and SSRE2.
2024-11-21 10:36:09 -05:00
Oscar Mira
042e6f7f6b
Merge tag 'v7.18.2' into molly-7.18
2024-10-01 20:32:20 +02:00
Cody Henthorne
cafa5c9e28
Add more info for various spinner results.
2024-09-20 12:52:37 -04:00
Oscar Mira
a82c5d454c
Merge tag 'v7.17.1' into molly-7.17
2024-09-16 01:03:23 +02:00
Cody Henthorne
929942de9d
Verify digest for backupv2 local media restore.
2024-09-13 10:51:30 -04:00
Oscar Mira
1d4fea6aad
Merge tag 'v7.2.4' into molly-7.2
2024-04-04 19:47:28 +02:00
Greyson Parrelli
27812bb1ec
Don't save duplicate queries in Spinner.
2024-03-27 15:54:35 -04:00
Oscar Mira
666782cc42
Merge tag 'v6.47.4' into molly-6.47
2024-02-17 14:58:48 +01:00
Greyson Parrelli
4d0fbe2343
Add a dark theme for spinner.
2024-01-31 22:13:46 -05:00
Oscar Mira
3febf362ef
Merge tag 'v6.44.1' into molly-6.44
2024-01-20 00:43:26 +01:00
Greyson Parrelli
766733617e
Converted all minor modules to .gradle.kts.
2023-12-04 16:18:11 -05:00
Oscar Mira
2c4ed229b1
Merge tag 'v6.40.2' into molly-6.40
2023-11-13 13:09:44 +01:00
Greyson Parrelli
cfe5ea3f9b
Add the ability to download the current perfetto trace in Spinner.
2023-11-07 09:07:59 -05:00
Oscar Mira
1dd0c343d5
Merge tag 'v6.35.2' into molly-6.35
2023-10-02 01:02:44 +02:00
Greyson Parrelli
6a974c48ef
Add a log viewer to Spinner.
...
This is more of a proof-of-concept/demo for using a websocket with
Spinner. Gives an example of how we could push live updates to the
webapp.
Also, the logger is actually nice. Guaranteed to never get cluttered
with system logs. Looks basically identical to our other log viewers.
Filtering is basic but fast. And we could build much better tooling on
top of this.
2023-09-28 19:44:46 -04:00
Greyson Parrelli
e2e2a076c7
Fix error log in Spinner console.
2023-09-28 19:44:46 -04:00
Greyson Parrelli
df96b05863
Improve table display in Spinner.
2023-08-16 10:26:31 -04:00
Greyson Parrelli
6dde3d55ef
Fix Spinner JS imports.
2023-08-01 15:51:31 -04:00
Greyson Parrelli
500ae0c72e
Add Spinner support for kyber keys.
2023-07-12 15:48:51 -04:00
Greyson Parrelli
ebee54cf92
Add button to grow query area in Spinner.
2023-05-17 15:30:08 -04:00
Greyson Parrelli
b7acfb0dcc
Add a better editor to Spinner.
2023-05-17 15:30:08 -04:00
Greyson Parrelli
da27d74111
Improve rendering of nulls in Spinner results.
2023-05-09 13:41:28 -04:00
Greyson Parrelli
ec6d5031cf
Made table headers in Spinner sticky.
2023-05-09 13:41:28 -04:00
Greyson Parrelli
80f338c3af
Increase Spinner query history to 25 items.
2023-05-09 13:41:28 -04:00
Greyson Parrelli
63ce2de3bf
Add some more missing indexes for foreign keys and create test.
2023-05-05 09:27:40 -04:00
Alex Hart
2d3e8ef31c
Replace CardView usages with MaterialCardView.
2023-03-08 15:06:50 -04:00
Greyson Parrelli
6145fa213e
Move common gradle config into convention plugins.
2023-02-14 14:03:09 -05:00
Greyson Parrelli
d9c31a6cd6
Update AGP to 7.4.0
2023-02-14 14:03:09 -05:00
Alex Hart
605289aca4
Upgrade ktlint and add twitter compose rules.
2023-02-14 14:02:22 -05:00
Greyson Parrelli
a12a246e87
Add foreign key constraint details to Spinner.
2023-02-01 17:41:28 -05:00
Greyson Parrelli
10f78d5daa
Change spinner to lazily read database stuff.
...
Otherwise you get into situations where Spinner will force DB accesses
super early during Application#onCreate on the main thread, which can be
bad when testing large DB migrations.
2022-12-16 15:22:04 -05:00
Greyson Parrelli
4d47b9c594
Round Spinner timings to 3 decimal places.
2022-12-16 15:22:04 -05:00
Greyson Parrelli
fddc6bcd5f
Update maven endpoint for sqlcipher.
2022-12-16 12:02:42 -05:00
Cody Henthorne
fd3b0ee375
Updated language translations.
2022-12-12 12:41:54 -05:00
Nicholas
22b73494a7
Rename *Database androidTest classes to *Table.
2022-12-01 18:15:37 -05:00
Nicholas Tinsley
b9f4dc3fe9
Specify exported status and PendingIntent mutability.
...
Also reduce shake sampling frequency, add coarse location permission.
Random things for targetSdk 32.
2022-09-28 11:33:35 -04:00
Alex Hart
a8706f65d5
Clean out witness verification metadata.
2022-09-14 15:30:44 -04:00
Cody Henthorne
c4bef8099f
Add GV2 accept by PNI invite.
2022-07-21 13:18:19 -04:00
Cody Henthorne
89a6730efe
Add Storage Service plugin to Spinner.
2022-06-29 15:32:25 -04:00
Greyson Parrelli
9505c3d070
Prevent failed Spinner transforms from blocking query.
2022-04-26 12:16:58 -04:00
Cody Henthorne
657a9c7b0a
Add ability to reject group invite by PNI.
2022-04-26 12:16:58 -04:00
Greyson Parrelli
7c156d10d6
Keep active table selected in Browse page in Spinner.
2022-04-15 16:07:14 -04:00
Greyson Parrelli
83b0309f23
Fix bug in Spinner where some query history items didn't work.
2022-04-15 16:07:14 -04:00
Greyson Parrelli
5cabe5ecfa
Default the query history to hidden in Spinner.
2022-04-15 16:07:14 -04:00