After evaluating Alpine in real conditions I will write my thoughts ,ideas and suggestions. I'm programmer too, so I will try to suggest ideas which are in line with overall design of AQ, and which should not add too much bloat.
But before anything - request from subject! Without it, using AQ in any field conditions, harder than light hiking is difficult. In real outdoor activity in many cases people do physically hard things, for example they carry equipment, and tired hands are less able to control precisely. And long press on two buttons (gps, compass) has significant effect. . Actually I need disabling long tap only on GPS and Compass buttons, but maybe is easier to add (and maintain) this for all buttons on main toolbar.
The support forum is temporarily read-only. For urgent requests, please email contact[at]psyberia.net
Disable Long tap on main toolbar buttons - user_settings.conf
-
- Posts: 26
- Joined: Wed Apr 11, 2018 12:05 pm
-
- Posts: 26
- Joined: Wed Apr 11, 2018 12:05 pm
Re: Disable Long tap on main toolbar buttons - user_settings.conf
even better then disabling them, option for long tap to always display corresponding menu.
-
- Site Admin
- Posts: 6408
- Joined: Wed Apr 14, 2010 9:41 pm
Re: Disable Long tap on main toolbar buttons - user_settings.conf
Hi and sorry for the delay.
I'll add this in next version, using user settings you'll be able to disable long press on the menu items you want. The menu will be displayed instead.
Best regards
I'll add this in next version, using user settings you'll be able to disable long press on the menu items you want. The menu will be displayed instead.
Best regards
Do you like AlpineQuest ? Leave a small comment on Google Play !
-
- Posts: 26
- Joined: Wed Apr 11, 2018 12:05 pm
Re: Disable Long tap on main toolbar buttons - user_settings.conf
Is this available in the latest beta? If it is, what I need to write in the user_settings.conf?
BTW, what is preferred way to communicate about beta? I don't see something like beta forum.
BTW, what is preferred way to communicate about beta? I don't see something like beta forum.
-
- Site Admin
- Posts: 6408
- Joined: Wed Apr 14, 2010 9:41 pm
Re: Disable Long tap on main toolbar buttons - user_settings.conf
Hi,
Yes it is, here are the lines for each menus:
There is no particular places for comments on beta version, you can either do it here, open a new thread in the relevant forum or post here.
Best regards
Yes it is, here are the lines for each menus:
Code: Select all
core.submenu.disable_long_press=1
maps.submenu.disable_long_press=1
landmarks.submenu.disable_long_press=1
geolocation.submenu.disable_long_press=1
orientation.submenu.disable_long_press=1
Best regards
Do you like AlpineQuest ? Leave a small comment on Google Play !
-
- Posts: 26
- Joined: Wed Apr 11, 2018 12:05 pm
Re: Disable Long tap on main toolbar buttons - user_settings.conf
Thanks! Tried ...working fine
One little remark, if this is not more than 5 minutes to change:
I expected menu to appear before i pull up my finger, as IRC was before (with enabling/disabling gps/compass). But this is so tiny wish, so if it requires any real effort, ignore it
One little remark, if this is not more than 5 minutes to change:
I expected menu to appear before i pull up my finger, as IRC was before (with enabling/disabling gps/compass). But this is so tiny wish, so if it requires any real effort, ignore it
-
- Site Admin
- Posts: 6408
- Joined: Wed Apr 14, 2010 9:41 pm
Re: Disable Long tap on main toolbar buttons - user_settings.conf
Hi again,
I've completely disabled the long press (and not replaced it with something else), that's why you have to release you finger before the action triggers (just like a long single tap). I'll have a look if I have time but right now it's terribly missing!
Best regards
I've completely disabled the long press (and not replaced it with something else), that's why you have to release you finger before the action triggers (just like a long single tap). I'll have a look if I have time but right now it's terribly missing!
Best regards
Do you like AlpineQuest ? Leave a small comment on Google Play !
-
- Posts: 26
- Joined: Wed Apr 11, 2018 12:05 pm
Re: Disable Long tap on main toolbar buttons - user_settings.conf
In the latest beta I noticed that you have changed behaviour. For compass it's just what is needed but for GPS it is way worse than before
You need to press gps icon twice to get menu, which means screen will be moved to gps position. I'm aware that gps button is special case, but why not just for long press:
You need to press gps icon twice to get menu, which means screen will be moved to gps position. I'm aware that gps button is special case, but why not just for long press:
Code: Select all
if geolocation.submenu.disable_long_press=1 then
call ShowMenu()
else
call DefaultLongPressAction()
end if
Re: Disable Long tap on main toolbar buttons - user_settings.conf
Are there plans to add 5 new user settings items to the official list of user settings?
Code: Select all
core.submenu.disable_long_press=1
maps.submenu.disable_long_press=1
landmarks.submenu.disable_long_press=1
geolocation.submenu.disable_long_press=1
orientation.submenu.disable_long_press=1
-
- Site Admin
- Posts: 6408
- Joined: Wed Apr 14, 2010 9:41 pm
Re: Disable Long tap on main toolbar buttons - user_settings.conf
Hi again and sorry for the delay.
@Alex: done!
I didn't change anything. As requested initially, you can disable the long press action on any or all menu items.In the latest beta I noticed that you have changed behaviour
Can you describe me the behavior you have before and after?for GPS it is way worse than before
You requested to disable long press, it's what I did. But I don't understand why you want to display the menu with a long action while you can do it with a simple (fast or slow) tap!but why not just for long press
@Alex: done!
Do you like AlpineQuest ? Leave a small comment on Google Play !
-
- Posts: 26
- Joined: Wed Apr 11, 2018 12:05 pm
Re: Disable Long tap on main toolbar buttons - user_settings.conf
for GPS it is way worse than before
After the first changed version, long tap [sort of] was still available and it called the menu. After last update no way to call menu, except moving first to gps position, then long tap [again,sort of] or ordinary fast tap.Psyberia-Support wrote: ↑Mon Aug 06, 2018 3:49 pmCan you describe me the behavior you have before and after?
Yes, and I'm really thankful because it was a real deal breaker for me. But then, you said and implemented this:You requested to disable long press, it's what I did.
which was even better.Psyberia-Support wrote: ↑Tue Jun 05, 2018 2:37 pm I'll add this in next version, using user settings you'll be able to disable long press on the menu items you want. The menu will be displayed
Only when display is snapped to GPS position! With behavior form previous beta, menu was available from any position.But I don't understand why you want to display the menu with a long action while you can do it with a simple (fast or slow) tap!
Actually, I was satisfied with previous version. I made a remark about cosmetic thing: "sort of long tap", because it was not ordinary long tap, but action [displaying a menu] fired after releasing finger after long tap. You described why app behaved so:
Psyberia-Support wrote: ↑Sun Jul 01, 2018 9:07 am I've completely disabled the long press (and not replaced it with something else), that's why you have to release you finger before the action triggers (just like a long single tap). I'll have a look if I have time but right now it's terribly missing!