Author Topic: New Android App  (Read 18398 times)

Offline jstapleton

  • Jr. Member
  • **
  • Posts: 16
New Android App
« on: August 16, 2011, 02:09:49 AM »
I recently got a Motorola Atrix that runs Android, so I ported my iPhone app to the Android platform. You can download it here:
https://market.android.com/details?id=org.passwordmaker.android

I will continue to maintain the iPhone version for the time being

Offline Miquel 'Fire' Burns

  • Administrator
  • *****
  • Posts: 1157
  • Programmer
Re: New Android App
« Reply #1 on: August 16, 2011, 02:46:44 AM »
Wiki updated. Now I need to update the wiki software so that it can be opened for editing again. Maybe I'll find time this weekend.
"I'm not drunk, just sleep deprived."

Offline Eric H. Jung

  • grimholtz
  • Administrator
  • *****
  • Posts: 3353
Re: New Android App
« Reply #2 on: August 16, 2011, 04:08:07 AM »
Wiki updated. Now I need to update the wiki software so that it can be opened for editing again. Maybe I'll find time this weekend.

What? The wiki isn't editable? I don't understand.

Offline Eric H. Jung

  • grimholtz
  • Administrator
  • *****
  • Posts: 3353
Re: New Android App
« Reply #3 on: August 16, 2011, 04:13:19 AM »
I recently got a Motorola Atrix that runs Android, so I ported my iPhone app to the Android platform. You can download it here:
https://market.android.com/details?id=org.passwordmaker.android

I will continue to maintain the iPhone version for the time being

I've got an Android and installed it. Very nice! Funny how there are 2-3 clones in the Android Marketplace, none of which do anything like PasswordMaker. They just hijacked the name.

Eric
Creator - PasswordMaker

Offline Miquel 'Fire' Burns

  • Administrator
  • *****
  • Posts: 1157
  • Programmer
Re: New Android App
« Reply #4 on: August 16, 2011, 01:23:03 PM »
Bots were causing all sorts of issues, so I had stop allowing edits to the Wiki until I had time to upgrade the software installed. Never finished it though.

On my Backflip, trying to select HMAC-SHA256 crashes the app, I don't know if that applies to the other algorithms as my phone bricked itself over night, so I can't do any more testing. It might be trying to use too much memory for some reason.
« Last Edit: August 16, 2011, 01:24:34 PM by Miquel 'Fire' Burns »
"I'm not drunk, just sleep deprived."

Offline Miquel 'Fire' Burns

  • Administrator
  • *****
  • Posts: 1157
  • Programmer
Re: New Android App
« Reply #5 on: August 18, 2011, 08:16:58 PM »
Well, my replacement phone is an Atrix, and I still have issues with changing the algorithm.
"I'm not drunk, just sleep deprived."

Offline jstapleton

  • Jr. Member
  • **
  • Posts: 16
Re: New Android App
« Reply #6 on: August 21, 2011, 02:49:22 PM »
I fixed the bug with the HMAC crashing.  
Also added ability to edit the favorites

I'm still learning the Android API.

Offline Miquel 'Fire' Burns

  • Administrator
  • *****
  • Posts: 1157
  • Programmer
Re: New Android App
« Reply #7 on: August 21, 2011, 08:34:47 PM »
Now the HMAC bug moved to having a profile with it selected.I'm curious about how this happens.
"I'm not drunk, just sleep deprived."

Offline jstapleton

  • Jr. Member
  • **
  • Posts: 16
Re: New Android App
« Reply #8 on: August 22, 2011, 04:03:55 AM »
My unit test only tested the layer of the hashing not of the profile. But the bug was I accidentally had the hmac digest size return the underling hash's blocksize instead. I must have thought I tested it in the app itself, but probably forgot to change the profile to the one I created for the hmac test, and just made sure it looked like it worked.  This time I added a unit test + verify the result against the javascript version on the web.

The new version is now out on the Market.

PasswordMaker Forums

Re: New Android App
« Reply #8 on: August 22, 2011, 04:03:55 AM »