1
0
Fork 0
mirror of https://github.com/rfc2822/GfxTablet synced 2025-10-04 10:09:16 +02:00
Commit graph

7 commits

Author SHA1 Message Date
flyingPastaMonster
976b64cfd0 Enable to see where and what you have drawn
If an ending event is detected, the drive will take a screenshot,
and sends it back to the app.
The client will than put it as its background image.

Android app changes:

* Added write permission to the app.

* Added method to get the canvas object from anywhere.

* Added network server to retrieve the image.

* Added method to send a atop motion event signal, which is needed to
  trigger the driver to send a new screenshot.

* Changed commit to apply because it is deprecated.

* The template image will now always fit the screen. (Removed TODO)

* Commented out grid pattern.

* Updated gradle version.

Driver changes:

* Included a lot of new library's, not sure if every is needed right now.

* Added type definition for some structures.

* Added function to sleep in ms.

* Added function for the screenshot sending thread.

* Changed recv to recvfrom to get the IP of the android device in order
  to send back the screenshot.

TODO:

* Show the cursor path in the app.

* Sort out driver library's.

* Add the picture path to the option dialog.

* Create the screenshot in /tmp with a more suitable name.

* Sort functions that are not needed anymore.
2017-11-14 11:38:27 +01:00
Jarrad Whitaker
0663ea37e6 make the android client sent stylus-in-range events if required 2015-12-01 07:55:47 +11:00
Jarrad Whitaker
5865d3c81e update Android client to use [0,UINT16_MAX) as its range of values 2015-11-27 22:53:37 +11:00
Ricki Hirner
f64df0412c Change template image logic 2015-07-01 23:03:53 +02:00
Ricki Hirner
e29a9b691f Add "sticky immersive" full-screen mode and background pattern 2015-06-24 21:05:12 +02:00
Ricki Hirner
5af1ed116c Docs update (fixes #47) 2015-06-21 19:44:36 +02:00
Ricki Hirner
29e84b8fd0 Major update
* use AndroidStudio/gradle instead of Eclipse/ant
* upgrade to SDK v22 and build tools v22
* manage network connection from CanvasActivity instead of CanvasView
* show a "No host configured" message instead of opening Settings automatically when no host is configured
* use Android 4.4 immersive full-screen (fixes #59)
* use Material design (using support library)
* add setting for dark canvas (closes #54, #73, closes #76)
2015-06-21 18:34:18 +02:00
Renamed from app-android/src/at/bitfire/gfxtablet/CanvasView.java (Browse further)