Ahmet Inan
|
f025682cfa
|
Use appcompat-v7
|
2018-04-07 14:53:58 +02:00 |
|
Ahmet Inan
|
b13343c09b
|
Okay, we dont need the line ..
but need to tell Android Studio which SDK to use, by clicking somewhere here and also there and then it works!
Easy as pie ..
|
2018-04-05 17:18:59 +02:00 |
|
Ahmet Inan
|
c0871be3d8
|
This line is needed
|
2018-04-05 11:40:58 +02:00 |
|
Ahmet Inan
|
fa7bcf2c88
|
Major update of build tools and libraries
|
2018-04-05 11:23:28 +02:00 |
|
Ahmet Inan
|
e4ec0ec557
|
v1.35
|
2017-02-05 19:52:15 +01:00 |
|
Ahmet Inan
|
9aad70d89b
|
added privacy policy
|
2017-02-05 19:34:54 +01:00 |
|
Ahmet Inan
|
23f855a1a1
|
gradle update
|
2017-02-05 18:45:20 +01:00 |
|
Ahmet Inan
|
75ea9b0267
|
gitignore .idea dir and iml files
|
2017-02-05 18:01:52 +01:00 |
|
Ahmet Inan
|
35378b1844
|
v1.34
|
2016-06-08 19:43:59 +02:00 |
|
Ahmet Inan
|
d5fcec3d8e
|
add app version to bug report
|
2016-06-08 19:43:34 +02:00 |
|
Ahmet Inan
|
b3cdb89977
|
v1.33
|
2016-06-05 21:09:17 +02:00 |
|
Ahmet Inan
|
7f15819b60
|
jdk downgrade?
|
2016-06-05 21:08:57 +02:00 |
|
Ahmet Inan
|
743676f49f
|
handle new Android 6.0 permissions
|
2016-06-05 20:39:15 +02:00 |
|
Ahmet Inan
|
9a674291f2
|
removed unused imports
|
2016-06-03 17:42:53 +02:00 |
|
Ahmet Inan
|
1db56ed61f
|
jdk update
|
2016-06-03 17:39:29 +02:00 |
|
Ahmet Inan
|
922c924903
|
v1.32
|
2016-05-27 12:51:29 +02:00 |
|
Ahmet Inan
|
6f96811f38
|
change decimation factor depending on sample rate
|
2016-05-27 12:50:15 +02:00 |
|
Ahmet Inan
|
ad31d8e194
|
v1.31
|
2016-05-26 08:41:30 +02:00 |
|
Ahmet Inan
|
ad969c28e0
|
Android just loves to push code around
|
2016-05-26 08:41:06 +02:00 |
|
Ahmet Inan
|
05edd67992
|
try the usual sample rates, provide device info with bug report
|
2016-05-26 08:34:42 +02:00 |
|
Ahmet Inan
|
adea382660
|
more Android updates
|
2016-05-26 08:32:57 +02:00 |
|
Ahmet Inan
|
3e2775e317
|
Android 2.2 update
|
2016-05-19 19:55:52 +02:00 |
|
Ahmet Inan
|
7ddef29384
|
v1.30
|
2015-08-03 23:54:24 +02:00 |
|
Ahmet Inan
|
c73d4e2a2a
|
removed recursive call from radix2 using code generator
some RenderScript implementations don't like recursions ..
|
2015-08-03 23:51:30 +02:00 |
|
Ahmet Inan
|
a8e7c4d29e
|
Android Updates
|
2015-07-31 09:56:47 +02:00 |
|
Ahmet Inan
|
85504bc1a3
|
cleaned up radix2.rsh
|
2015-07-31 09:54:33 +02:00 |
|
Ahmet Inan
|
eb216e7c69
|
v1.29
|
2015-07-11 16:46:43 +02:00 |
|
Ahmet Inan
|
2c3dcd5de0
|
added donottranslate.xml
|
2015-07-11 16:46:27 +02:00 |
|
Ahmet Inan
|
181a328a3d
|
support library update
|
2015-07-11 16:34:00 +02:00 |
|
Ahmet Inan
|
76986c402d
|
added updateMenuButtons()
|
2015-07-11 16:30:01 +02:00 |
|
Ahmet Inan
|
f31839f0df
|
use Log.getStackTraceString
|
2015-07-11 16:13:38 +02:00 |
|
Ahmet Inan
|
410c6c1f9c
|
catch recording error
|
2015-07-11 16:03:40 +02:00 |
|
Ahmet Inan
|
5286f176c1
|
catch decoder init errors and prepare to send email
|
2015-07-11 15:47:10 +02:00 |
|
Ahmet Inan
|
57e5779468
|
use renderscriptTargetApi 18
hopefully this will fix issues with some devices
|
2015-07-11 13:01:22 +02:00 |
|
Ahmet Inan
|
44f74bb50e
|
use rs_fp_relaxed instead of the default rs_fp_full
should help supporting more devices
|
2015-07-11 12:10:58 +02:00 |
|
Ahmet Inan
|
6e5b79696f
|
use %a instead of %g for higher precision in code generators
nice, renderscript understands hexadecimal floating point notation
|
2015-07-08 16:23:46 +02:00 |
|
Ahmet Inan
|
58a4f0e214
|
rearanged code in radix2 to make it more clear
|
2015-07-03 17:11:42 +02:00 |
|
Ahmet Inan
|
a35a9ad216
|
removed even more generic code from radix2
we only need forward FFTs, so the twiddling reduces to swaps, subs and adds.
|
2015-07-03 12:07:52 +02:00 |
|
Ahmet Inan
|
0d8082538e
|
removed generic code from radix2
and reordered code, to make the savings more obvious to the reader
|
2015-07-02 15:40:23 +02:00 |
|
Ahmet Inan
|
3d2ca29fb7
|
android sdk updates
|
2015-07-02 15:10:43 +02:00 |
|
Ahmet Inan
|
bd259f4529
|
gradle updates
|
2015-05-20 10:08:48 +02:00 |
|
Ahmet Inan
|
feead5d280
|
Gradle updates
|
2015-04-07 13:13:44 +02:00 |
|
Ahmet Inan
|
5e86358e86
|
Android Studio updates
|
2015-04-07 11:44:28 +02:00 |
|
Ahmet Inan
|
a146167a82
|
library updates
|
2015-03-24 18:00:42 +01:00 |
|
Ahmet Inan
|
a01d6c607b
|
moved pulse detector code to pulse.rsh
|
2015-02-28 11:06:08 +01:00 |
|
Ahmet Inan
|
20b11df2a6
|
v1.28
|
2015-02-26 16:56:23 +01:00 |
|
Ahmet Inan
|
cda384afaa
|
reverted to old lower maximum absolute deviation for estimator
noise makes sync pulse shorter, so we end up in another mode for a short time ..
using a lower max avoids the jumpiness.
|
2015-02-26 16:53:55 +01:00 |
|
Ahmet Inan
|
be8a372034
|
simplified calibration header detection: ignore leader tone
just rely on start bit
|
2015-02-26 16:17:51 +01:00 |
|
Ahmet Inan
|
fc6f434885
|
v1.27
|
2015-02-26 12:57:33 +01:00 |
|
Ahmet Inan
|
ea53edfafb
|
improved scanline estimator by also distinguishing by sync length
|
2015-02-26 12:56:25 +01:00 |
|