1
0
Fork 0
mirror of https://github.com/rfc2822/GfxTablet synced 2025-10-03 01:29:17 +02:00
Commit graph

41 commits

Author SHA1 Message Date
Jarrad Whitaker
0663ea37e6 make the android client sent stylus-in-range events if required 2015-12-01 07:55:47 +11:00
Jarrad Whitaker
a4721a34ea add button information to documentation 2015-12-01 07:55:47 +11:00
Jarrad Whitaker
c61378cef4 add tablet events, so xinput recognizes this as a Tablet, not a Touchscreen. Also add stylus-in-range pseudo-button and barrel buttons 2015-12-01 07:54:55 +11:00
Ricki
f957287eac Merge pull request #88 from akdor1154/uint16_t
Use unsigned shorts as for value range
2015-11-29 00:16:48 +01:00
Ricki
154bd2b01e Merge pull request #90 from akdor1154/makefileFixes
Makefile fixes
2015-11-29 00:11:45 +01:00
Jarrad Whitaker
4262d0a1cd implement make install 2015-11-28 21:15:25 +11:00
Jarrad Whitaker
ae819cbc4b rm -f in make clean, so no errors if it doesn't exist 2015-11-28 20:01:14 +11:00
Jarrad Whitaker
bf674e5203 use standard-width types and remove pressure ambiguity in protocol documentation 2015-11-27 23:10:36 +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
Jarrad Whitaker
2ae8c7f213 change to use [0, UINT16_MAX) as our range for values instead of [0, INT16_MAX), as per protocol description 2015-11-27 22:09:54 +11:00
Ricki Hirner
a6d4d8d20f README updates 2015-09-29 21:58:56 +02:00
Ricki Hirner
769d8b2c93 README updates 2015-07-02 14:40:02 +02:00
Ricki Hirner
f64df0412c Change template image logic 2015-07-01 23:03:53 +02:00
Ricki Hirner
fb20c3f5d2 First version of template image support 2015-06-28 18:57:36 +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
40cd6bfaa2 Various changes
* show full-screen option only for Android 4.4+ (no immersive mode below)
* show toast with destination IP address at start-up
* add option to keep display active (fixes #71)
2015-06-21 19:12:41 +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
rfc2822
ff865c297b Merge pull request #46 from techtonik/patch-1
Fix protocol description
2014-01-06 12:27:35 -08:00
anatoly techtonik
51d862cf45 Fix protocol description
doc/protocol.txt: Replaced type names with architecture independent aliases, fixed 'type' size which is a byte, and recorded that it uses "big endian", or "network byte order" convention.
2014-01-06 20:03:14 +03:00
rfc2822
c4e337ae0b Use "sensor landscape" orientation for main activity (= allow landscape and reverse landscape) 2013-10-20 11:13:51 +02:00
rfc2822
2dba2a4042 Optional full-screen support 2013-10-11 14:40:14 +02:00
rfc2822
4fa5d31b7b Merge pull request #37 from KevinLi/fullscreen
Added a setting for fullscreen.
2013-10-08 15:11:04 -07:00
Kevin Li
3e0289d0ec Added a setting for fullscreen.
Requires a restart though.
2013-10-07 12:26:40 -04:00
rfc2822
8fc163f875 Merge pull request #36 from KevinLi/fullscreen
GfxTablet Canvas Activity now runs in fullscreen
2013-10-06 05:44:42 -07:00
Kevin Li
48384ddbf5 GfxTablet Canvas Activity now runs in fullscreen 2013-10-06 00:47:58 -04:00
rfc2822
ed7293291a added to Samsung Apps 2013-10-02 20:04:38 +02:00
rfc2822
878aa1a915 Ideas for improvement 2013-09-01 16:07:57 +02:00
rfc2822
31dd165568 add F-Droid link 2013-07-17 20:55:18 +02:00
rfc2822
76766e3293 Add build.xml for correct ant ProjectName 2013-07-15 22:25:00 +02:00
Richard Hirner
7f9be5ecf0 uinput driver: some status messages 2013-06-22 14:47:51 +02:00
Richard Hirner
edc3c99a95 Remove Android 4 support library because Android 4.0.4 is required
anyways
2013-05-08 11:46:38 +02:00
Richard Hirner
65c71f91bc more docs 2013-02-12 13:57:24 +01:00
Richard Hirner
5f1d8f29d8 * driver, app: new protocol
* new protocol specification that allows versioning (version 1)

* App: refactoring, version: 1.1
2013-02-05 04:04:40 +01:00
Richard Hirner
38d99623df documentation 2013-01-27 15:23:47 +01:00
Richard Hirner
cef17da6d2 * app refactoring
* uinput driver
2013-01-26 21:24:36 +01:00
rfc2822
1b93a87ed0 Merge pull request #2 from romke/master
fixes #1 No pressure sensitivity (int cast after multiplication)
2013-01-22 08:53:29 -08:00
Roman Barczyński
5748282bc6 fixes #1 No pressure sensitivity (int cast after multiplication) 2013-01-20 18:41:45 +01:00
Richard Hirner
410516a7da * Added "About" action bar item
* Default hostname is invalid so that widget will be disabled with a warning by default until a host is set

* Bug fix when sending resolution to X server
2013-01-18 03:29:34 +01:00
Richard Hirner
f7fe39c657 Documentation 2013-01-17 01:23:06 +01:00
Richard
49b61c7f7e initial commit 2013-01-15 06:43:50 +01:00