Commit graph

37 commits

Author SHA1 Message Date
4218beac9d
fix(android): allow configuration changes to go through 2023-11-04 13:59:39 +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
62f512e319 feat(android): basic widget implementation
This needs a Glance version of LobstersCard to function
2023-09-22 00:58:49 +05:30
9a5a417418
feat(build): add copyright license headers to XML files 2023-07-09 22:59:58 +05:30
b4b96222ed
chore: reorder manifest attributes 2023-06-04 00:03:38 +05:30
9d85563cf2
fix: remove deeplink for lobste.rs
It makes logging in to the website from a browser fairly annoying for minimal gain
2023-05-28 17:25:04 +05:30
b498cf4b62
feat: fix Sentry disabling logic again 2023-05-04 14:09:05 +05:30
dea2d8b468
fix(android): raise target API suppression in manifest 2023-01-26 11:49:08 +05:30
33210319bb
fix(android): manually set up WorkManager 2022-12-10 19:31:22 +05:30
0ec03fc979
fix(benchmark): re-enable BaselineProfileBenchmark 2022-12-08 02:59:58 +05:30
484fac5779
Revert "Revert "android: enable support for back navigation animation""
This reverts commit f0a7ffb4b4.
2022-10-09 13:11:54 +05:30
a2422f9356
feat(android): declare backup rules 2022-09-23 17:10:11 +05:30
11da08a8f8
chore(android): reformat AndroidManifest.xml 2022-09-23 16:55:58 +05:30
f0a7ffb4b4
Revert "android: enable support for back navigation animation"
Too buggy Sadge

This reverts commit f83e2e5692.
2022-08-27 12:32:58 +05:30
f83e2e5692
android: enable support for back navigation animation 2022-08-25 02:37:39 +05:30
bf94d1fbe5
all: disable Paparazzi tests and fix lint issues 2022-08-11 00:12:54 +05:30
a0fdd25979
Revert "android: set android:enableOnBackInvokedCallback="true""
This reverts commit fe41c885e4.
2022-08-07 16:18:19 +05:30
fe41c885e4
android: set android:enableOnBackInvokedCallback="true" 2022-08-06 01:46:37 +05:30
a66a915e16
benchmark: init 2022-06-24 17:38:45 +05:30
1d58ac3acd
all: migrate namespaces to Gradle 2022-05-26 07:59:24 +05:30
c046036fdc
android: add navigation destinations for user profile 2022-05-10 13:24:05 +05:30
68c76628a3
android: use app_name string for label 2022-05-10 08:02:56 +05:30
d4f09b98e4
android: update manifest to properly support deeplinks 2022-04-22 21:19:52 +05:30
27a8d16487
android: use WorkManager to update saved posts periodically 2022-04-06 00:02:16 +05:30
a58c30ea6b
android: port deeplinks from develop branch
Fixes #306

Co-Authored-By: Aditya Wasan <adityawasan55@gmail.com>
2022-03-02 00:52:13 +05:30
497ad78ca5
android: add splashscreen 2021-10-09 20:40:50 +05:30
f1b56e27cd
android: make MainActivity swallow all config changes
Compose will handle these
2021-09-23 20:08:25 +05:30
ffcb270013
all: remove prettier from Spotless and reformat XML 2021-09-23 20:07:14 +05:30
8e243359ab
android: use Platform material theme 2021-09-23 20:02:56 +05:30
fda68b13c0
android: switch to adaptive icon 2021-08-29 19:45:56 +05:30
94afba68a1
all: update JB Compose and KSP deps 2021-08-29 19:36:45 +05:30
29da808a76
android: add application subclass for Hilt
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2021-06-10 01:18:30 +05:30
ea4a1a4db2
build: fix Spotless XML format rules
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2021-06-08 00:54:07 +05:30
e4472f1e41
android: set application label
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2021-06-08 00:54:06 +05:30
7306cd3294
android: try out integrating LobstersItem
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2021-06-08 00:54:03 +05:30
29c374859b
Initial commit
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2021-06-02 15:21:28 +05:30