wiglenet / wigle-wifi-wardriving

Nethugging client for Android, from wigle.net
https://wigle.net
BSD 3-Clause "New" or "Revised" License
675 stars 206 forks source link

[FIX] Refactor login dialog, lint/cleanup #596

Closed rksh closed 1 year ago

rksh commented 1 year ago

Able to condense all but one of the authentication dialog calls. Also sacrificing unused includes and unreachable version checks to the lint gods./ The remaining AppCompatActivity superclass used in DBResultActivity doesn't appear easily reconcilable with FragmentActivity (we actually use a lot of the functionality in the child class)