|
1defffa504
|
fix(benchmark): upgrade to API level 33
|
2023-07-25 01:31:01 +05:30 |
|
|
0d78cb4112
|
fix(benchmark): rework baseline profile benchmark
|
2023-07-25 01:31:01 +05:30 |
|
|
7c59130af9
|
feat(benchmark): restore full UI exploration
|
2023-07-25 01:31:01 +05:30 |
|
|
4137d73539
|
chore: update changelog
|
2023-07-25 00:56:07 +05:30 |
|
renovate[bot]
|
0f8a649e3b
|
chore(deps): update gradle/gradle-build-action action to v2.7.0
|
2023-07-24 16:23:53 +00:00 |
|
|
7e7a4bec83
|
chore(renovate): re-enable Kotlin upgrades
|
2023-07-24 21:49:52 +05:30 |
|
|
b442b14cc1
|
fix(deps): upgrade to Kotlin 1.9.0
|
2023-07-24 21:29:24 +05:30 |
|
renovate[bot]
|
97886f6ece
|
chore(deps): update actions/setup-java action to v3.12.0
|
2023-07-24 14:03:55 +00:00 |
|
GitHub Actions
|
7b9245e62c
|
chore(android): refresh baseline profile
|
2023-07-24 01:25:48 +00:00 |
|
renovate[bot]
|
99aa62d0e4
|
fix(deps): update junit5 monorepo to v5.10.0
|
2023-07-23 13:39:47 +00:00 |
|
GitHub Actions
|
c3cf8a8a39
|
chore(android): refresh baseline profile
|
2023-07-23 01:27:03 +00:00 |
|
GitHub Actions
|
340655f18a
|
chore(android): refresh baseline profile
|
2023-07-22 01:27:26 +00:00 |
|
renovate[bot]
|
10fa84b09e
|
fix(deps): update richtext to v0.17.0
|
2023-07-21 05:01:52 +00:00 |
|
GitHub Actions
|
f21a03b20b
|
chore(android): refresh baseline profile
|
2023-07-21 01:29:17 +00:00 |
|
GitHub Actions
|
56394fc275
|
chore(android): refresh baseline profile
|
2023-07-20 01:27:18 +00:00 |
|
|
9fd2d9f17b
|
fix(android): avoid triggering another useless search API call
|
2023-07-20 01:11:45 +05:30 |
|
|
0c0506b6d7
|
fix(android): fix content description of search page icon
|
2023-07-20 01:06:13 +05:30 |
|
|
f94741144c
|
refactor(android): make search page manage localized state
|
2023-07-19 22:24:43 +05:30 |
|
|
29c0369d43
|
fix(build): set proguard files for all build types
Some cursed day you might be enabling R8 on debug builds
|
2023-07-19 22:24:23 +05:30 |
|
|
e700987d14
|
chore(deps): update dev.chrisbanes.compose:compose-bom to 2023.07.00-alpha01
|
2023-07-19 22:15:33 +05:30 |
|
|
c5ec6cd680
|
Revert "Revert "fix(common): make text in comments screen selectable""
This reverts commit 401214794d .
|
2023-07-19 21:58:08 +05:30 |
|
renovate[bot]
|
e48a6d41d5
|
chore(deps): update github/codeql-action action to v2.21.0
|
2023-07-19 16:02:19 +00:00 |
|
|
5870af4017
|
fix(core): remove unused DispatcherProvider#unconfined
|
2023-07-19 21:31:43 +05:30 |
|
|
cb4c85b41c
|
chore(build): upgrade to Gradle 8.3 RC1
|
2023-07-19 21:31:43 +05:30 |
|
renovate[bot]
|
cd6a04c5fd
|
fix(deps): update sentry to v6.26.0
|
2023-07-19 13:37:30 +00:00 |
|
|
401214794d
|
Revert "fix(common): make text in comments screen selectable"
Causes frequent crashes
This reverts commit 778be597dd .
|
2023-07-19 10:03:04 +00:00 |
|
|
fdd2f7008c
|
Revert "fix(common): use SystemClock for getting current millis"
This broke relative time accounting
This reverts commit 42cc852a20 .
|
2023-07-19 10:02:20 +00:00 |
|
renovate[bot]
|
18ef9c63b9
|
chore(deps): update dependency com.android.test to v8.2.0-alpha13
|
2023-07-18 21:20:15 +00:00 |
|
|
d343f3db2b
|
feat(api): remove tag search endpoints
|
2023-07-19 00:50:10 +05:30 |
|
|
42cc852a20
|
fix(common): use SystemClock for getting current millis
|
2023-07-19 00:41:33 +05:30 |
|
|
44be6eacbb
|
chore: update changelog
|
2023-07-19 00:04:25 +05:30 |
|
|
778be597dd
|
fix(common): make text in comments screen selectable
With this change you can now select
- The post title
- The post description if it exists, and
- Each individual comment
Fixes #385
|
2023-07-18 23:23:24 +05:30 |
|
|
255439e2b4
|
feat(common): add a clickable icon to SearchBar
|
2023-07-18 23:23:24 +05:30 |
|
renovate[bot]
|
63c3e26f5c
|
fix(deps): update dependency nl.littlerobots.version-catalog-update:nl.littlerobots.version-catalog-update.gradle.plugin to v0.8.1
|
2023-07-18 17:38:40 +00:00 |
|
|
d3c3e3ca08
|
feat(android): wire up search UI into navigation graph
|
2023-07-18 23:08:07 +05:30 |
|
|
8d6aba9865
|
feat(android): add search UI
|
2023-07-18 23:08:07 +05:30 |
|
|
5e91e20c51
|
feat(android): add specialized PagingSource for search endpoint
|
2023-07-18 23:08:07 +05:30 |
|
|
84c9dd3762
|
feat(common): add a simple SearchBar component
Material 3's SearchBar has way too much "interaction" for my liking
|
2023-07-18 23:08:07 +05:30 |
|
renovate[bot]
|
24ef11b315
|
fix(deps): update dependency androidx.benchmark:benchmark-macro-junit4 to v1.2.0-beta01
|
2023-07-18 17:34:11 +00:00 |
|
|
bdf218cd85
|
refactor(api): rework Retrofit DI and expose LobstersSearchApi
|
2023-07-18 17:53:36 +05:30 |
|
|
b3ff40b12b
|
refactor(core): RetrofitModule -> JsonModule
|
2023-07-18 17:11:52 +05:30 |
|
|
bad5bf5457
|
refactor(api): make SearchConverter a singleton
|
2023-07-18 17:11:06 +05:30 |
|
|
cf3ca27966
|
fix(api): correct usage of @Query feature in search API
|
2023-07-18 17:04:50 +05:30 |
|
renovate[bot]
|
127a0674a2
|
chore(deps): update gradle/gradle-build-action action to v2.6.1
|
2023-07-18 17:01:52 +05:30 |
|
renovate[bot]
|
b1a18c5dec
|
fix(deps): update dependency com.diffplug.spotless:spotless-plugin-gradle to v6.20.0
|
2023-07-18 17:01:52 +05:30 |
|
GitHub Actions
|
0a39f56775
|
chore(android): refresh baseline profile
|
2023-07-18 17:01:52 +05:30 |
|
|
5daeb8d580
|
feat(common): log errors from NetworkError composable
Having the errors in the logcat stream makes debugging quite a lot faster.
|
2023-07-18 17:01:52 +05:30 |
|
|
415ddae9f7
|
refactor(android): enforce DI encapsulation
|
2023-07-18 17:01:52 +05:30 |
|
|
4c95680f3b
|
fix(renovate): remove now-unnecessary sentry-sdk regex manager
|
2023-07-17 16:03:15 +05:30 |
|
|
b6cb9a2077
|
fix(renovate): consolidate and cleanup disabled packages
|
2023-07-17 16:01:36 +05:30 |
|