- Feb 14, 2018
- Feb 13, 2018
-
-
Florian Taurer authored
solved the crash when the geocoder of the gpstracker is not connected and no address is generated, we try to catch the exception that would appear when no address is saved in one json array, changed the try catch blocks in the getByteArrayOutputstreamWithJsonData method to make it more stable, return unknown signal as string when no addressline was generated
-
Florian Taurer authored
-
Florian Taurer authored
-
- Feb 12, 2018
-
-
Florian Taurer authored
fixed location alert only when setting is on and hardware not available, added show toast when location wasn't found on always actions in the detection alert, added alert when settings and hardware are false on always actions in the detection alert
-
Florian Taurer authored
-
Florian Taurer authored
-
Florian Taurer authored
-
Florian Taurer authored
-
Florian Taurer authored
-
- Feb 11, 2018
-
-
Florian Taurer authored
-
Florian Taurer authored
added method for no location available toast, execute the toast when no location was detected before saving it to json
-
Florian Taurer authored
-
Florian Taurer authored
-
Florian Taurer authored
-
Florian Taurer authored
-
Florian Taurer authored
-
- Feb 07, 2018
-
-
aringot authored
- Feb 06, 2018
-
-
aringot authored
TO TEST. Notifications moved out of MainActivity. Only one notification ID for status, used for the Foreground Service, therefore never cancelled. Apparently the Foreground Service now keeps the activity from being destroyed when swiped away in "recent apps". Potential big fix: onBtnExit was not calling the detector.pause, stopSpoofingComplete nor stopMicCapturingComplete (might block the microphone until reboot ?!). Small fix, "Jam this time" was activating scanning notification.
-
aringot authored
-
aringot authored
Starting a NotificationHelper class to be able to create our notifications from the Service or Activity independently
-
Florian Taurer authored
check if location is activated on the smartphone, show user message to activate if not activated, disable buttons in detection alert when location not available
-
- Feb 05, 2018
-
-
aringot authored
-
Florian Taurer authored
-
aringot authored
-
Florian Taurer authored
-
Florian Taurer authored
-
- Jan 29, 2018
-
-
Florian Taurer authored
-
- Jan 23, 2018
-
-
Florian Taurer authored
-
- Jan 22, 2018
-
-
Florian Taurer authored
-
Florian Taurer authored
-
- Jan 18, 2018
-
-
Florian Taurer authored
-
aringot authored
-
- Jan 17, 2018
-
-
aringot authored
# Conflicts: # SoniControl/.idea/gradle.xml # SoniControl/.idea/runConfigurations.xml # SoniControl/app/.gitignore # SoniControl/app/proguard-rules.pro # SoniControl/app/src/androidTest/java/at/ac/fhstp/sonicontrol/ExampleInstrumentedTest.java # SoniControl/app/src/main/java/at/ac/fhstp/sonicontrol/CommonUtils.java # SoniControl/app/src/main/java/at/ac/fhstp/sonicontrol/DoubleFFT_1D.java # SoniControl/app/src/main/jni/CMakeLists.txt # SoniControl/app/src/main/res/mipmap-hdpi/ic_launcher.png # SoniControl/app/src/main/res/mipmap-hdpi/ic_launcher_round.png # SoniControl/app/src/main/res/mipmap-mdpi/ic_launcher.png # SoniControl/app/src/main/res/mipmap-mdpi/ic_launcher_round.png # SoniControl/app/src/main/res/mipmap-xhdpi/ic_launcher.png # SoniControl/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png # SoniControl/app/src/main/res/mipmap-xxhdpi/ic_launcher.png # SoniControl/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png # SoniControl/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png # SoniControl/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png # SoniControl/app/src/main/res/values/colors.xml # SoniControl/app/src/main/res/values/styles.xml # SoniControl/app/src/test/java/at/ac/fhstp/sonicontrol/ExampleUnitTest.java # SoniControl/build.gradle # SoniControl/gradle.properties # SoniControl/gradle/wrapper/gradle-wrapper.jar # SoniControl/gradle/wrapper/gradle-wrapper.properties # SoniControl/gradlew # SoniControl/gradlew.bat # SoniControl/settings.gradle
-