passwordmaker / android-passwordmaker

Password Maker written for the Android OS
http://passwordmaker.org
GNU General Public License v3.0
15 stars 8 forks source link

Update App to use Android newer ActionBar feature over menu #8

Closed tasermonkey closed 10 years ago

tasermonkey commented 12 years ago

The app should look prettier for android devices without a hard menu button. So it should use the ActionBar feature

miquelfire commented 12 years ago

I have noticed that apps with the ActionBar will have the hard menu button mapped to a button on the action bar. It's a bit odd on my phone because the button is in the top corner, and hitting that button results in a popup menu appearing away from the menu button.

If you have such a button, it might be worth it to do the same (though, with this program, it may display another screen, I have no clue what you have in mind)

tasermonkey commented 12 years ago

ActionBar automatically adds the "..." button for what Google is now calling, "Spill-over" actions. Google is trying to remove the menu concept from the phones in favor of this. The "..." would be the same "menu" as the hard menu button does on devices with the hard menu button. http://developer.android.com/design/patterns/actionbar.html If you want to "demo" what I have now, I can send it to you but its still a work in progress.

miquelfire commented 12 years ago

Sure, I would like a demo.

tasermonkey commented 12 years ago

Ok, https://www.dropbox.com/s/90vppysnbwtyfvg/android-passwordmaker-v1.1.8-beta1.apk has it. You have to enable "Install from Unknown sources" to install it.

tasermonkey commented 10 years ago

Released!