Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 2.1 #145

Merged
merged 84 commits into from
Oct 20, 2023
Merged

Version 2.1 #145

merged 84 commits into from
Oct 20, 2023

Commits on Apr 15, 2023

  1. add caching for the RiskLevel

    Dennis Arndt committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    33c4f99 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'development' into SmartTag

    Dennis Arndt committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    82900f1 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. incomplete implementation of new Scan Distance View

    Dennis Arndt committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    d0bf94e View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2023

  1. ugrade gradle to version 8.0.0

    Dennis Arndt committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    3b7d48a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'development' into SmartTag

    Dennis Arndt committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    1d67bf2 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'SmartTag' into ShowAllDevices

    # Conflicts:
    #	app/src/main/java/de/seemoo/at_tracking_detection/ui/dashboard/DashboardFragment.kt
    #	app/src/main/java/de/seemoo/at_tracking_detection/ui/dashboard/DashboardRiskFragment.kt
    #	app/src/main/java/de/seemoo/at_tracking_detection/ui/scan/BluetoothDeviceAdapter.kt
    #	app/src/main/res/navigation/main_navigation.xml
    Dennis Arndt committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    8c71733 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. minimalistic alpha implementation of scan distance page

    Dennis Arndt committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    28d2d03 View commit details
    Browse the repository at this point in the history
  2. add connection quality to ScanDistanceView

    Dennis Arndt committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    fbef641 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. add BatteryState Detection for Samsung Trackers

    Dennis Arndt committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    8874e46 View commit details
    Browse the repository at this point in the history
  2. replace ConnectionState and BatteryState Strings with translatable St…

    …rings
    Dennis Arndt committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    db3c373 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. add a start/stop button for the manual scan

    Dennis Arndt committed May 3, 2023
    Configuration menu
    Copy the full SHA
    bc4136f View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. add option to sort manual scan

    Dennis Arndt committed May 4, 2023
    Configuration menu
    Copy the full SHA
    3d215ce View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. replace startStop Button with FloatingActionButton and highlight the …

    …current sorting option
    Dennis Arndt committed May 9, 2023
    Configuration menu
    Copy the full SHA
    472f990 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Configuration menu
    Copy the full SHA
    03f6801 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2023

  1. add icon that shows if an device has been identified as a tracker. Al…

    …so added some ContentDescriptions
    Dennis Arndt committed May 14, 2023
    Configuration menu
    Copy the full SHA
    ef5ad5a View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. animate alpha value of background on detailed scan

    Dennis Arndt committed May 15, 2023
    Configuration menu
    Copy the full SHA
    c96e2c9 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Configuration menu
    Copy the full SHA
    ee885ed View commit details
    Browse the repository at this point in the history

Commits on May 21, 2023

  1. upgrade gradle, small bugfix

    Dennis Arndt committed May 21, 2023
    Configuration menu
    Copy the full SHA
    31e8160 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Configuration menu
    Copy the full SHA
    2717175 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Configuration menu
    Copy the full SHA
    aa46955 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Configuration menu
    Copy the full SHA
    72a522e View commit details
    Browse the repository at this point in the history
  2. add ConnectionState to DistanceScan with explanatory info button, als…

    …o reactivate bluetooth is off message
    Dennis Arndt committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    1ad9377 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Configuration menu
    Copy the full SHA
    e5edc8d View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. add Toast to Battery Icon, improve translation

    Dennis Arndt committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    01d8c2e View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. add Timeout Message for Distance Scan

    Dennis Arndt committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    cf9c3c3 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2023

  1. add DeviceType Filter in the Settings (currently has only an effect o…

    …n manual scanning)
    Dennis Arndt committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    07b211c View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Scanning Filter works in Background scan

    Dennis Arndt committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    d1ee799 View commit details
    Browse the repository at this point in the history
  2. enable non transitive R Classes in gradle. This should improve build …

    …speed
    Dennis Arndt committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    fe65303 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Configuration menu
    Copy the full SHA
    f92a942 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. fix Battery State for Apple Devices

    Dennis Arndt committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    a8776af View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

  1. remove survey notification

    Dennis Arndt committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    9dda2b9 View commit details
    Browse the repository at this point in the history
  2. show device Type in distance Scan

    Dennis Arndt committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    bfec63d View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. fix visual bugs

    Dennis Arndt committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    1d6e9cf View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. upgrade gradle to 8.0.2. fix corresponding build issues

    Dennis Arndt committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    92d5d27 View commit details
    Browse the repository at this point in the history
  2. add notification permission in Onboarding

    Dennis Arndt committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    4f56a5f View commit details
    Browse the repository at this point in the history
  3. check permission before sending a notification

    Dennis Arndt committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    be11902 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    14aeb20 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2023

  1. Configuration menu
    Copy the full SHA
    8f07fa2 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Tracker Observation: fix a few bugs

    Dennis Arndt committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    bb72f56 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. add Post Notification Check on every start of the app

    Dennis Arndt committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    e4ff558 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'ShowAllDevices' into SmartTag

    Dennis Arndt committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    a1888ff View commit details
    Browse the repository at this point in the history
  3. Recycler Items in Manual Scan can be clicked and lead to TrackingFrag…

    …ment
    Dennis Arndt committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    7a5f74a View commit details
    Browse the repository at this point in the history
  4. Merge branch 'ShowAllDevices' into SmartTag

    Dennis Arndt committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    18c1f2f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5fb0a39 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. improve the Observation Fragment and View, fixes crashes

    Dennis Arndt committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    c5c0402 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    a63d4a8 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. fix a bug in the observation NotificationService

    Dennis Arndt committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    f7735d0 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. add onboarding image for notification permission and a list of attrib…

    …utions in the settings
    Dennis Arndt committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    b073509 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'ShowAllDevices' into SmartTag

    # Conflicts:
    #	app/src/main/res/values-de/strings.xml
    Dennis Arndt committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    2c6242c View commit details
    Browse the repository at this point in the history
  3. ObserveTracker Button, Map and Tracking Counter are now hidden if the…

    …re are no locations yet
    Dennis Arndt committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    3873ca2 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. update dependencies and prepare information screen

    Dennis Arndt committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    2cea1a8 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. make Observe Tracker a ScrollView

    Dennis Arndt committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    1045d9c View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. add Information Screen in the Settings

    Dennis Arndt committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    7e6b315 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'SmartTag' into ShowAllDevices

    # Conflicts:
    #	app/src/main/res/values/strings.xml
    Dennis Arndt committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    51f7619 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. add E-Mail Template to Information Screen

    Dennis Arndt committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    3a13778 View commit details
    Browse the repository at this point in the history
  2. add Data Deletion Fragment

    Dennis Arndt committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    5de247f View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. improve Information Screen, more similar to iOS Version

    Dennis Arndt committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    a3b30d0 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. add Markdown Viewer

    Dennis Arndt committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    039b340 View commit details
    Browse the repository at this point in the history
  2. update gradle

    Dennis Arndt committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    ac960b6 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. fix about libraries screen

    Dennis Arndt committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    f6139c0 View commit details
    Browse the repository at this point in the history
  2. change developer mail

    Dennis Arndt committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    3bbaf53 View commit details
    Browse the repository at this point in the history
  3. remove unfinished features not included in release 2.1

    Dennis Arndt committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    0031ae3 View commit details
    Browse the repository at this point in the history
  4. make ScanBluetoothWorker more threadsafe

    Dennis Arndt committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    9b3d093 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. increase version number, optimizations

    Dennis Arndt committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    58a8bdb View commit details
    Browse the repository at this point in the history
  2. optimize exception Handling in Risk Calculation

    Dennis Arndt committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    5c7e4f2 View commit details
    Browse the repository at this point in the history
  3. temporarily replace app icon with adaptive one

    Dennis Arndt committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    fc5bebe View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. replace ic_launcher with correct adaptive version

    Dennis Arndt committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    bb7c9f0 View commit details
    Browse the repository at this point in the history
  2. make icon themed

    Dennis Arndt committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    7093d38 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. improve icon scaling

    Dennis Arndt committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    8f29180 View commit details
    Browse the repository at this point in the history
  2. Adapted scanning time and location timeout

    Scanning 20s
    Location timeout 120s
    Sn0wfreezeDev committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    71b01af View commit details
    Browse the repository at this point in the history
  3. Merge branch 'ShowAllDevices' into development

    Dennis Arndt committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    47de56e View commit details
    Browse the repository at this point in the history
  4. delete incompatible monochrome layer

    Dennis Arndt committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    75bbf0b View commit details
    Browse the repository at this point in the history
  5. Merge branch 'ShowAllDevices' into development

    Dennis Arndt committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    711d81d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e0a0bd5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4d5a93c View commit details
    Browse the repository at this point in the history
  8. fix OnBoarding Dialogue on Study Page

    Dennis Arndt committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    f7f4791 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. Configuration menu
    Copy the full SHA
    138a5d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5879849 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    3e395fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a63521 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    faefe00 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    b5034fb View commit details
    Browse the repository at this point in the history
  2. Update 2.1 for F-Droid

    Sn0wfreezeDev committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    bc725b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59a201b View commit details
    Browse the repository at this point in the history