FHellmann / Uniatron

This project is part of the course Mobile Application Development at the University of Augsburg
https://play.google.com/store/apps/details?id=com.edu.uni.augsburg.uniatron
Apache License 2.0
0 stars 3 forks source link

Improvement to App Lock List (sorted, only apps etc.) (blacklist) #31

Closed leonpoint closed 6 years ago

leonpoint commented 6 years ago

We should improve the app lock list. It should

FHellmann commented 6 years ago

I have to agree with you in most of your points.

leonpoint commented 6 years ago

We might be able to filter out preinstalled apps (This will remove YouTube though, and Facebook on some devices)? -> We could then manually add the most common social apps out there. It's not the cleanest workaround but might work.

FHellmann commented 6 years ago

Exactly... It is possible to query all the apps the user installed by himself. This excludes all system and pre-installed apps (e. g. YouTube). But sure, we can include these apps with a configuration of our own.

leonpoint commented 6 years ago

@FHellmann issue almost fixed.

  1. The list should ideally refresh itself when the user checks / unchecks a box. I can't figure it out. Current state is https://github.com/FHellmann/Uniatron/commit/838f5ebb94ad99a5e5a807939e6181082764d1e3.
  2. Getting a checkstyle violation in \uniatron\ui\setting\SettingViewModel.java

    Found 'UR'-anomaly for variable 'name' (lines '63'-'95')

I can't resolve it.. 🤔