From 83ed7da05e5dffcedd164eaf152f20d7209258fc Mon Sep 17 00:00:00 2001 From: Willem Leuverink Date: Sat, 3 May 2025 20:30:04 +0200 Subject: [PATCH 1/2] Add splash screen to the roadmap --- resources/views/docs/mobile/1/getting-started/roadmap.md | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/views/docs/mobile/1/getting-started/roadmap.md b/resources/views/docs/mobile/1/getting-started/roadmap.md index b3c00f6f..fda50e70 100644 --- a/resources/views/docs/mobile/1/getting-started/roadmap.md +++ b/resources/views/docs/mobile/1/getting-started/roadmap.md @@ -49,4 +49,5 @@ We're working on adding more and more features, including (in no particular orde - Battery status - CPU information - Ads + - Splash screen From 0abad09a920d8e118fd1ea6dafa6efe0860955f0 Mon Sep 17 00:00:00 2001 From: Willem Leuverink Date: Sat, 3 May 2025 20:35:50 +0200 Subject: [PATCH 2/2] Add in-app billing and document scanner --- resources/views/docs/mobile/1/getting-started/roadmap.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/views/docs/mobile/1/getting-started/roadmap.md b/resources/views/docs/mobile/1/getting-started/roadmap.md index fda50e70..42df0293 100644 --- a/resources/views/docs/mobile/1/getting-started/roadmap.md +++ b/resources/views/docs/mobile/1/getting-started/roadmap.md @@ -30,6 +30,7 @@ We're working on adding more and more features, including (in no particular orde - SMS (Android only) - File picker - Video camera access + - Document scanner - Background tasks - Geofencing - Native image picker @@ -49,5 +50,6 @@ We're working on adding more and more features, including (in no particular orde - Battery status - CPU information - Ads + - In-app billing - Splash screen