GitHub Actions
2be9408560
chore(android): refresh baseline profile
2022-12-30 01:16:41 +00:00
GitHub Actions
46dc6fbe91
chore(android): refresh baseline profile
2022-12-29 01:15:22 +00:00
GitHub Actions
e411cb3d7f
chore(android): refresh baseline profile
2022-12-28 01:18:43 +00:00
renovate[bot]
00535dc859
chore(deps): update actions/cache action to v3.2.2
2022-12-27 13:49:21 +00:00
GitHub Actions
465e6931ad
chore(android): refresh baseline profile
2022-12-27 01:15:23 +00:00
GitHub Actions
7e64100491
chore(android): refresh baseline profile
2022-12-26 01:19:10 +00:00
GitHub Actions
e199f00ca0
chore(android): refresh baseline profile
2022-12-25 01:18:18 +00:00
renovate[bot]
8722636b13
fix(deps): update dependency ch.qos.logback:logback-classic to v1.4.5
2022-12-24 15:42:59 +00:00
5db4a1ee8d
sync-backend: initialize barebones module
...
This is simply an import of the project generated by start.ktor.io cleaned of
its ungodly wildcard import fetish and better integrated into our existing build
system.
2022-12-24 14:17:59 +00:00
GitHub Actions
b0bae12e6b
feat(release): start next development iteration
2022-12-24 02:26:25 +00:00
GitHub Actions
585d42c6aa
feat(release): bump version
2022-12-24 02:25:00 +00:00
GitHub Actions
47448616dd
chore(android): refresh baseline profile
2022-12-24 01:19:28 +00:00
GitHub Actions
ccd64b46e3
chore(android): refresh baseline profile
2022-12-23 20:38:40 +00:00
bce227357f
chore(gradle): run versionCatalogFormat
2022-12-24 01:43:30 +05:30
2ec1633c51
fix(gradle): remove unnecessary repository declarations
2022-12-24 01:38:04 +05:30
ed8528aea4
fix(build-logic): tweak DependencyUpdates configuration
2022-12-24 01:36:29 +05:30
3cc74f9bcf
fix(android): stupid copypasta :clown:
...
Fixes 2afbc73bd4
2022-12-24 01:22:38 +05:30
renovate[bot]
015c9929b3
chore(deps): update actions/cache action to v3.2.1
2022-12-23 07:53:38 +00:00
76737b0eed
chore(gradle): remove Compose Compiler metrics opt-in
...
This doesn't seem worth generating for each build
Revert "fix(gradle): address list reassignment lints"
This reverts commit 1d2da7c2f8
.
Revert "chore: enable Compose Compiler metrics"
This reverts commit 0d668ac3aa
.
2022-12-22 11:25:06 +05:30
28c454261f
fix(deps): return to AGP 8.x
2022-12-22 11:19:05 +05:30
GitHub Actions
327ec9b6a5
chore(android): refresh baseline profile
2022-12-22 01:14:47 +00:00
GitHub Actions
fc617a5dfa
chore(android): refresh baseline profile
2022-12-21 19:16:21 +00:00
renovate[bot]
c6289908c4
chore(deps): update actions/cache action to v3.2.0
2022-12-21 15:13:13 +00:00
ca0706f94b
fix(ci): fix baseline profile path
2022-12-21 16:44:18 +05:30
350a64d479
fix(benchmark): simplify
2022-12-21 15:03:05 +05:30
058561e4d6
chore(ci): tweak baseline profile execution environment
2022-12-21 14:31:36 +05:30
a4bc5476a4
feat(ci): rework benchmark workflow to improve perf
2022-12-21 14:13:23 +05:30
1fe559ff04
chore(benchmark): remove test filter annotations
2022-12-21 13:55:15 +05:30
78f050f115
Revert "fix(benchmark): remove startup benchmarks"
...
This reverts commit fab5cb45c4
.
2022-12-21 13:36:54 +05:30
0d964c4a5d
fix(ci): use a more granular test filter
2022-12-21 13:33:06 +05:30
c24c433c0e
chore(ci): log stacktrace on failure
2022-12-21 13:18:07 +05:30
fd9010d468
chore(android): refresh baseline profile
2022-12-21 13:11:08 +05:30
90f40075e8
fix(ci): fix incorrect baseline profile destination
2022-12-21 13:10:13 +05:30
GitHub Actions
f621f785f8
feat(release): start next development iteration
2022-12-20 19:17:34 +00:00
GitHub Actions
76d62906c8
feat(release): bump version
2022-12-20 19:16:18 +00:00
dbeafbb569
fix(benchmark): upgrade baseline profile generator size
...
This takes long enough to be a large test
2022-12-21 00:05:24 +05:30
fab5cb45c4
fix(benchmark): remove startup benchmarks
...
These just always fail and it's not worth pursuing a fix
2022-12-20 23:28:59 +05:30
7b593806eb
fix: prevent unwanted list jumping during paging refresh
...
Fixes #347
Fixes SDP-34
2022-12-20 22:47:53 +05:30
f6064616b0
chore: reword changelog entries
2022-12-20 16:57:24 +05:30
36d999ebb4
chore(build-logic): use kotlin DSL's apply extension
2022-12-20 16:40:20 +05:30
79920f6180
chore: align copyright headers with Spotless expectations
2022-12-20 16:01:44 +05:30
36ab72226c
refactor(build-logic): simplify plugin setup
2022-12-20 16:01:18 +05:30
renovate[bot]
7cc81047d4
chore(deps): update plugin anvil to v2.4.3
2022-12-17 00:47:20 +00:00
82252dbe2d
chore: remove unused Nix shell config
2022-12-16 18:19:16 +05:30
renovate[bot]
da1825498a
chore(deps): update actions/setup-java action to v3.9.0
2022-12-14 16:13:19 +00:00
947a04d82d
chore: update changelog
2022-12-14 19:41:14 +05:30
75ab508dc3
refactor: rework ProgressBar
usage
2022-12-14 18:32:28 +05:30
1d2da7c2f8
fix(gradle): address list reassignment lints
2022-12-14 18:27:01 +05:30
dd019279ec
fix(comments): ensure load failure screen renders correctly
...
Fixes SDP-21
2022-12-14 17:56:16 +05:30
485282a48d
feat(common): change progress indicator to linear
...
Fixes SDP-20
2022-12-14 17:46:42 +05:30