- 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
-
- 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
-
aringot authored
-
aringot authored
-
aringot authored
-
- Jan 16, 2018
-
-
aringot authored
Work In Progress: Added proguard rules to try and obfuscate the code. Problems with the libraries. They should not be obfuscated.
-
aringot authored
-
aringot authored
Merge branch 'feat-toastGuiElements' of https://git.nwt.fhstp.ac.at/m.zeppelzauer/SoniControl into feat-toastGuiElements
-
aringot authored
# Conflicts: # SoniControl/app/src/main/res/values/strings.xml
-
Florian Taurer authored
-
- Jan 15, 2018
-
-
aringot authored
-
Florian Taurer authored
Toast for no LocationManager, GUI elements with new colors for enabling and disabling stop and start button, change preventive spoofing setting to default false
-
- Jan 12, 2018
- Jan 11, 2018
-
-
aringot authored
Work In Progress: Moved notification/intent management to onResume. Stores the technology on disk in case the Activity was destroyed. Detection notification cancelled after dialog dismissed. New Task during launch bug potentially solved in onCreate checking if task is root.
-
aringot authored
-
aringot authored
-
aringot authored
-
- Jan 10, 2018
-
-
aringot authored
Added a State to the app (displayed in onResume). Fixed a crash in the "first start" due to GPS permission grant that runs code using locationData before its initialization.
-
- Jan 08, 2018
-
-
Florian Taurer authored
notification detection alert bugfixing, works after tapping exiting the app and entering the app via the notification again, noncrushing bug after detection and entering the app via the app icon
-
- Dec 22, 2017
-
-
aringot authored
# Conflicts: # SoniControl/app/src/main/java/at/ac/fhstp/sonicontrol/ConfigConstants.java # SoniControl/app/src/main/java/at/ac/fhstp/sonicontrol/Location.java
-
- Dec 21, 2017
-
-
aringot authored
Work In Progress. Only one Detection notification and open alert dialog when clicking on it. Started to add some state dependant init in onCreate. Still not recovering from back button press.
-
- Dec 20, 2017
-
-
aringot authored
Work In Progress. Notification issues left: 2 notifications for "signal detected", and need to add something to recover the state after onDestroy() (back button or home but system need resources) when arriving again in onCreate()
-
Florian Taurer authored
-