Ahmet Inan
ab075cca27
updated NOTICE file
2015-01-04 14:56:50 +01:00
Ahmet Inan
21d48f4a11
Version 1.9
2015-01-04 13:27:38 +01:00
Ahmet Inan
52a685f6c1
remade launcher icons
2015-01-04 13:25:38 +01:00
Ahmet Inan
605f39cac0
version 1.8
2015-01-03 11:19:31 +01:00
Ahmet Inan
b09bf0632c
added toggle for integer or float scaling
2015-01-03 11:17:23 +01:00
Ahmet Inan
bd7ec1f0bc
improved timing down to +-300ppm samples per line
...
- used milliseconds instead of seconds for timing
- did summations in milliseconds till end
- did rounding instead of truncation at critical places
2015-01-03 00:36:05 +01:00
Ahmet Inan
7a7d535165
reduced value buffer size to 2 seconds
...
just enough to decode scottie DX from sync to sync:
5x 345.6ms color scans = 1728.0ms
2x 9.0ms sync pulses = 18.0ms
4x 1.5ms porches = 6.0ms
1752.0ms total
2015-01-02 19:43:12 +01:00
Ahmet Inan
80eabf5acb
normalize amplitude from avg absolute amplitude
2015-01-02 13:25:36 +01:00
Ahmet Inan
3974468399
reset mismatch counter on parity correction
2015-01-02 12:30:44 +01:00
Ahmet Inan
15b364fe72
wrap vpos instead of resetting to 0 on max
2015-01-02 12:25:54 +01:00
Ahmet Inan
7a33c225bd
reset mismatch counter on begin of image
2015-01-02 12:18:04 +01:00
Ahmet Inan
8263145a50
fixed overflow and sync timeout handling in robot36 decoder
2015-01-02 12:10:32 +01:00
Ahmet Inan
8421a984e7
let decoders decide about vpos
2015-01-01 19:24:55 +01:00
Ahmet Inan
63e949332d
do correct sync extrapolation
2015-01-01 18:57:01 +01:00
Ahmet Inan
a69b4089f5
WIP: replaced linear with much more flexible circular buffer
2015-01-01 17:06:48 +01:00
Ahmet Inan
3743d023f9
allocate value buffer of next power of 2 size
2014-12-30 22:35:56 +01:00
Ahmet Inan
dad49c3010
increased version to "1.7"
2014-12-18 20:42:46 +01:00
Ahmet Inan
dac04cbe86
made icons compatible with older devices
2014-12-18 20:41:47 +01:00
Ahmet Inan
0609dd3153
increased version to "1.6"
2014-12-18 14:01:55 +01:00
Ahmet Inan
8d7b0e0f50
always show notification, even when in foreground
2014-12-18 13:59:55 +01:00
Ahmet Inan
cfe3f35aad
made notification persisting
2014-12-18 13:54:04 +01:00
Ahmet Inan
e0017ffa5f
also set large icon in notification
2014-12-18 13:50:52 +01:00
Ahmet Inan
c154dd4309
sdk update
2014-12-18 13:47:09 +01:00
Ahmet Inan
5c2ffa07a2
added notification icons
2014-12-18 13:46:23 +01:00
Ahmet Inan
d0523a3990
WIP: added notification that the decoder is still running
2014-12-17 22:59:12 +01:00
Ahmet Inan
1426bbb105
allow only one instance of Robot36
2014-12-17 21:32:34 +01:00
Ahmet Inan
9f4c5459f6
increased version to "1.5"
2014-12-17 17:03:54 +01:00
Ahmet Inan
fbffdf3d6d
reduced "grey" area to help with noise immunity
2014-12-17 17:02:20 +01:00
Ahmet Inan
30ced94775
reverse logic to flatten drawCanvas()
2014-12-16 16:39:35 +01:00
Ahmet Inan
9f6c3797ad
increased version to "1.4"
2014-12-16 16:37:02 +01:00
Ahmet Inan
801852e73b
redraw canvas before leaving surfaceChanged()
2014-12-16 16:32:41 +01:00
Ahmet Inan
a2601017cb
added Community URL to README
2014-12-16 15:56:45 +01:00
Ahmet Inan
341b7ea18a
increased version to "1.3"
2014-12-14 17:38:23 +01:00
Ahmet Inan
3a1e0d6201
fixed crash in debug mode
2014-12-14 17:37:14 +01:00
Ahmet Inan
b7ce7d45cf
increased version to 1.2
2014-12-14 15:05:46 +01:00
Ahmet Inan
0bd958b4d7
increased leader timeout tolerance
2014-12-14 15:03:08 +01:00
Ahmet Inan
738ac87fce
increased break length tolerance
2014-12-14 13:59:02 +01:00
Ahmet Inan
42a809c6d9
increased version to 1.1
2014-12-13 21:55:26 +01:00
Ahmet Inan
3d6f915b75
improved calibration header detection
...
"gray" area doesn't work very well with the calibration detection code
2014-12-13 20:31:06 +01:00
Ahmet Inan
8d36624e94
added new icon set
2014-12-12 23:32:03 +01:00
Ahmet Inan
d5d9ba379f
removed '-' from WrasseSC2_180 string
2014-12-12 17:55:08 +01:00
Ahmet Inan
179d1560a8
update to gradle 1.0.0
2014-12-12 17:53:42 +01:00
Ahmet Inan
fd371fae52
added Wrasse SC2 180 to README
2014-12-12 17:53:18 +01:00
Ahmet Inan
8d73fe002c
wait for worker thread to finish
2014-12-12 17:32:43 +01:00
Ahmet Inan
60b8c48d9b
WIP: experimental async decoding
...
it will continue decoding in background.
to stop decoder, you must exit application.
also removed some unneeded synchronizations to make it more responsive.
2014-12-12 15:42:24 +01:00
Ahmet Inan
bb183cb80e
do correct vertical scaling in case we want a higher horizontal resolution
2014-12-12 11:41:21 +01:00
Ahmet Inan
0d5407f090
reduced max height so we can enjoy more of the maximally scaled picture
2014-12-12 10:47:13 +01:00
Ahmet Inan
8828cbc753
Revert "lets stretch and crop the image a bit around the edges .."
...
This reverts commit 435c1be418 .
just because everyone is doing it doesnt mean we should do it.
2014-12-12 09:23:55 +01:00
Ahmet Inan
435c1be418
lets stretch and crop the image a bit around the edges ..
...
.. so that nobody will notice our fucked front and back porches. ;-(
2014-12-11 23:19:43 +01:00
Ahmet Inan
8b3dbb08b9
only correct line after 5 mismatches when in sync mode
2014-12-11 19:19:51 +01:00