|
53f0656353
|
chore: migrate to data object
|
2023-12-07 01:22:39 +05:30 |
|
|
9039a2de58
|
fix(android): clarify what format is valid for imports
|
2023-12-06 07:44:26 +05:30 |
|
|
338ad07db7
|
feat(android): add the ability to export posts as browser bookmarks
|
2023-12-05 12:43:47 +05:30 |
|
|
ca91918707
|
feat(android): add a WebView for login purposes
|
2023-12-03 23:22:29 +05:30 |
|
|
17258ea4d7
|
feat(android): refresh baseline profiles
|
2023-11-20 12:31:18 +05:30 |
|
|
035d33fcea
|
chore(android): remove obsolete workaround
|
2023-11-20 00:55:18 +05:30 |
|
|
5a1cdc73c5
|
fix(android): refresh icon asset
dzuk said the asset had export errors.
|
2023-11-19 19:23:15 +05:30 |
|
|
6ea194dd0e
|
Revert "fix(android): allow configuration changes to go through"
I don't think I want the behavior this creates.
This reverts commit 4218beac9d .
|
2023-11-18 15:05:03 +05:30 |
|
|
1d3d4f7455
|
fix(android): avoid two unnecessary API calls in search
|
2023-11-18 15:00:06 +05:30 |
|
|
6ae71adbca
|
feat(android): add app icon to top bar
I love it too much
|
2023-11-16 03:02:40 +05:30 |
|
|
58f6607404
|
feat(android): add new icon by dzuk
|
2023-11-15 09:34:06 +05:30 |
|
|
8922142ade
|
Revert "feat(common): add swipe action for saving posts"
The post update flow is not synced enough for this to work.
This reverts commit 7a648a77b0 .
|
2023-11-08 01:34:13 +05:30 |
|
|
7a648a77b0
|
feat(common): add swipe action for saving posts
|
2023-11-07 13:09:15 +05:30 |
|
|
c721b8b1da
|
fix(android): adjust default theme
|
2023-11-07 12:51:40 +05:30 |
|
|
ba4cd1b0c6
|
fix(android): simplify SearchList component
|
2023-11-06 17:32:37 +05:30 |
|
|
06edbeb903
|
feat(android): fully flesh out search screen
|
2023-11-04 21:55:20 +05:30 |
|
|
082dc9cc82
|
refactor(android): LobstersApp -> LobstersPostsScreen
|
2023-11-04 20:52:37 +05:30 |
|
|
0b3286cd1e
|
feat(android): revert search screen to old design
The Material3 SearchBar component is just not for me
|
2023-11-04 20:50:37 +05:30 |
|
|
339162d595
|
refactor(android): ListItem -> LobstersListItem
|
2023-11-04 19:50:14 +05:30 |
|
|
4218beac9d
|
fix(android): allow configuration changes to go through
|
2023-11-04 13:59:39 +05:30 |
|
|
348b3a7c65
|
feat(android): move backup/restore and search to a dropdown menu
|
2023-11-04 02:43:03 +05:30 |
|
|
f636b56ee3
|
feat(android): introduce a separate SearchActivity
|
2023-11-04 02:42:21 +05:30 |
|
|
ed81ceaa94
|
chore: reformat manifest file
|
2023-11-04 02:29:56 +05:30 |
|
|
608d855cae
|
fix(android): make TopAppBar color match BottomNavigation
|
2023-11-01 22:19:46 +05:30 |
|
|
a5af23e330
|
refactor(android): make ClawViewModel#isPostSaved synchronous
Fixes #403
|
2023-10-15 01:44:11 +05:30 |
|
|
d3d3a6af09
|
refactor(android): simplify system bars color setup
|
2023-10-09 01:32:45 +05:30 |
|
|
1a525d6e5d
|
fix(android): avoid violating sorting contract
Fixes COMPOSE-LOBSTERS-1J
|
2023-10-06 13:47:58 +05:30 |
|
|
731666936c
|
fix(android): prevent crashes when <50 saved posts exist
Fixes COMPOSE-LOBSTERS-25
|
2023-10-06 12:21:10 +05:30 |
|
|
025c24a9d9
|
feat(android): switch to M3-compatible pull to refresh
|
2023-10-03 22:43:34 +05:30 |
|
|
58bab2f538
|
refactor(android): DRY
|
2023-09-30 02:45:43 +05:30 |
|
|
a3b7af0f79
|
feat(android): add separate touch actions for widget title and comment count
|
2023-09-30 02:43:56 +05:30 |
|
|
91bf5e5555
|
fix(android): sort saved posts in view model
|
2023-09-30 02:03:20 +05:30 |
|
|
61a72b330d
|
fix(android): rollback widget size to 5x2
|
2023-09-30 02:03:20 +05:30 |
|
|
6a1164363c
|
feat(android): fix saved posts widget layout
|
2023-09-30 02:03:20 +05:30 |
|
|
df9a82482c
|
fix(android): dispatch widget update when toggling save state
|
2023-09-30 01:51:57 +05:30 |
|
|
778d98c7f2
|
fix(android): limit widget to 50 posts
|
2023-09-30 01:51:57 +05:30 |
|
|
ed32186984
|
refactor(build): adopt Slack lints
|
2023-09-28 15:14:36 +05:30 |
|
|
c6739487a4
|
fix(android): update widget with a more usable UI
|
2023-09-23 01:19:18 +05:30 |
|
|
be0f46371e
|
fix(android): update widget when saved post update worker runs
|
2023-09-23 01:19:18 +05:30 |
|
|
85351d5b1c
|
fix(android): increase widget size to 5x3
|
2023-09-23 01:15:41 +05:30 |
|
|
23366e4536
|
feat(android): navigate to a specific comments page via intent
|
2023-09-23 01:15:02 +05:30 |
|
|
0d1f69d36e
|
refactor(android): expose 'plain' SavedPosts list in VM
|
2023-09-23 01:14:06 +05:30 |
|
|
62f512e319
|
feat(android): basic widget implementation
This needs a Glance version of LobstersCard to function
|
2023-09-22 00:58:49 +05:30 |
|
|
f39e9889f3
|
feat(android): delete unused DataStore code
|
2023-09-21 16:11:45 +05:30 |
|
|
772d368caa
|
chore(android): delete startup profile
|
2023-09-19 14:27:23 +05:30 |
|
|
d2fa330491
|
chore(android): regenerate baseline profiles
|
2023-09-19 14:27:23 +05:30 |
|
|
1cb3eb6472
|
refactor(api): import CSRF extraction from android module
|
2023-09-14 00:47:01 +05:30 |
|
|
25382acf0e
|
refactor(model): use Konvert to automatically generate mappings
|
2023-09-09 13:31:28 +05:30 |
|
|
d4672ae8bd
|
chore(deps): upgrade to Whetstone 0.7.0
|
2023-09-08 15:08:33 +05:30 |
|
|
19e7d65006
|
fix(deps): update dev.chrisbanes.compose:compose-bom to 2023.10.00-alpha01
|
2023-09-07 13:03:34 +05:30 |
|