mcastillof / FakeTraveler

Fake where your phone is located (Mock location for Android).
GNU General Public License v3.0
358 stars 79 forks source link

Favorites #11

Open Flexmaen opened 5 years ago

Flexmaen commented 5 years ago

A feature request: It would be nice if you could set some favorites you can chose easily. I guess most of the time you'll emulate the same places, which takes some time if you have to zoom into the map from full earth view. Favorites could help making this process faster.

mcastillof commented 5 years ago

Hello Flexmaen. I had to say that a Favorites feature was in mind at the early begining. I'm thinking to add a button between latitude EditText and Apply Button. This button will manage the favorites feature. When pressed it will show the list of your favorites (no item if your favorites is empty) and a "Add new favorites" button. When this last button is pressed it will create a new entry in the list with a default name. You can change the name by long pressing the entry, and delete it by pressing in the "X" button.

Somthing like this:

image

do you think of a better idea?

Flexmaen commented 5 years ago

Sounds fine to me. The other option I thought of is to make the map smaller so that you can add a scrollable list-element below the line with the apply button. However, your solution is fine too.

BTW, thanks for writing an open source mock GPS app. that was really missing until now! :)