android icon indicating copy to clipboard operation
android copied to clipboard

Integrated document scanner in app and home screen widget

Open lukegackle opened this issue 3 years ago • 4 comments

Is your feature request related to a problem? Please describe.

Transitioning from Google Drive I really miss the convenience of a single tap to start capturing a document and saving to Google Drive, I wish Nextcloud had these features

Describe the solution you'd like

The addition to the Nextcloud app for document scanning functionality

Describe alternatives you've considered

Unsure, continue using Gdrive, or look into ways to automatically copy files in Gdrive to Nextcloud

Additional context

Screenshot_20220408-234239 Screenshot_20220408-234258

lukegackle avatar Apr 08 '22 14:04 lukegackle

Document scanning is available in 3.20.0 RC2. #9717

AlvaroBrey avatar Apr 08 '22 14:04 AlvaroBrey

Document scanning is available in 3.20.0 RC2. #9717

Oh wow I didn't realise this was being worked on, that's fantastic, can't wait to try it out! A widget would still be nice to have it's just a couple less steps to scan but if the core functionality of document scanning is being added that's awesome 😁

lukegackle avatar Apr 09 '22 00:04 lukegackle

I don't know much about Android development so I don't know if this is feasible or reasonable but I'll mention it anyway.

I've been using an app called Shortcut Maker to... make shortcuts... to intents and activities and such within different application. For example I could create a shortcut to "Add new card" in the Nextcloud Deck app. When I tap the shortcut I'm prompted for some values and the card is created.

Could something similar be done with Scan?

This is the activity that handles that in the Deck app. https://github.com/stefan-niedermann/nextcloud-deck/blob/master/app/src/main/java/it/niedermann/nextcloud/deck/ui/preparecreate/PrepareCreateActivity.java

boyddensmore avatar Jul 28 '22 17:07 boyddensmore

Could something similar be done with Scan?

Not without further work, as the scan activity is not prepared to work when launched directly.

AlvaroBrey avatar Aug 03 '22 12:08 AlvaroBrey

Fixed in #9717 Released in v3.20.0

@boyddensmore Please open a dedicated issue for that. :-)

joshtrichards avatar Oct 15 '23 03:10 joshtrichards