Skip to content

Commit

Permalink
update todo, silence osmdroid deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
bobzilladev committed Feb 16, 2014
1 parent 943f4b2 commit 043813d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
14 changes: 11 additions & 3 deletions TODO
Expand Up @@ -12,13 +12,11 @@ download of cell observed as well

--- user suggested ---
option to turn off gps on/off toast
option to configure off smaller-button hoop-jumping for devices that don't deal with it correctly
map-page type filter on four csv/kml exports
exit button as different color
option to stop scanning when not plugged in
kismet drone support
some response/info/stat about uploaded files (user stats?)
try tabs on bottom in landscape mode
configurable sounds for new nets
first run wizard to make easier setup wiglewifi
speak similar AP's with count, trying to condense somehow, start with s/\d+$//
Expand All @@ -33,9 +31,19 @@ limit list to one ssid, show multiple observations
scan on/off toggle added to the dashboard tab
sending collected data to another place in easy way (mail,ftp...)
wifi scanner always available in kit kat
show manufacturer from oui
integrate the bluetooth part in
a checkbox to have it start on bootup
decoding base64 (assuming ssid)
switch to satellite maps, or between Google Maps/OSMs
see frequency the AP is operating on
a widget
heat mapping
import files, instead of uploading to site and downloading to app

--- done ---
* 1.59 (?)
Migrate to safe-draw to fix osm drawing distortions

* 1.58 (01/19/2014)
Use WiGLE's OpenStreetMap tileserver
Added Turkish Translation, thanks ozdemircili!
Expand Down
1 change: 1 addition & 0 deletions src/net/wigle/wigleandroid/MappingActivity.java
Expand Up @@ -40,6 +40,7 @@
/**
* show a map!
*/
@SuppressWarnings("deprecation")
public final class MappingActivity extends Activity {
private static class State {
private boolean locked = true;
Expand Down

0 comments on commit 043813d

Please sign in to comment.