gjedeer / mylocation

Share your location on Android - with Email, SMS, Conversations, Tox, Whatsapp etc
https://f-droid.org/repository/browse/?fdid=net.mypapit.mobile.myposition
GNU General Public License v2.0
29 stars 14 forks source link

Localized "Message" text #9

Open grafenhofer opened 8 years ago

grafenhofer commented 8 years ago

I would be great to have a localized "Message" text:

English: "Click on one of the links below to see my position on a map" German: "Klicken Sie auf einen der Links um meine Position auf einer Karte zu sehen"

gjedeer commented 8 years ago

I'll see what can be done. But you know the text is editable in preferences, right?

grafenhofer commented 8 years ago

I know that it is configurable. It would be great to have localized defaults anyhow. ;)

thumbedmonkey commented 7 years ago

How do I edit the preferences on Android 6? On my old phones I had hardware buttons for menus, but my latest phone does not have that. I am running 6.0 on Galaxy S7 Edge.

thumbedmonkey commented 7 years ago

Nevermind - I need to learn more about the tricks of Marshmallow. On Samsung S7 and newer, hold on the "Back" hardware button until the settings menu opens up.

gjedeer commented 7 years ago

Interesting that they removed regular ways to access the menu... Thanks.

Stay safe from fire! 😂 (bad s7 joke)

On October 19, 2016 2:38:58 PM CEST, thumbedmonkey notifications@github.com wrote:

Nevermind - I need to learn more about the tricks of Marshmallow. On Samsung S7 and newer, hold on the "Back" hardware button until the settings menu opens up.

You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/gjedeer/mylocation/issues/9#issuecomment-254799995

Sent from my Android device with K-9 Mail. Please excuse my brevity.

blackwhitetomcat commented 7 years ago

I just installed your app (current version 1.2.5) from F-Droid and it's almost exactly what I was looking for - a lightweight app for sharing GPS coordinates. However, I prefer the notation "N45.16722, E006.54892", and while trying to check if it is possible to switch to this notation, I am wondering now how to get into the settings (bq Aquaris M4.5, Android 5.1). There is no "Settings" menu or icon... is this a bug or an incompatibility with my phone/my Android version? Thank you!

gjedeer commented 7 years ago

It should be accessible using the standard menu button. I don't have a phone without one to test but I've read it should not be a problem:

https://android-developers.googleblog.com/2012/01/say-goodbye-to-menu-button.html

if you set minSdkVersion to 10 or lower, set targetSdkVersion to 11, 12, or 13, and you do not use ActionBar, the system will add the legacy overflow button when running your app on a handset with Android 4.0 or higher.

Apparently this is not happening for you for some reason.

But no, there is no setting to change that notation. If you can code, I'll be happy to receive fixes for both issues you raised.

blackwhitetomcat commented 7 years ago

This was obviously a problem with my phone - after a reboot it's working now. Alas, I'm not an Android coder...