Go Back   Android Forums > Android Development > Application Development > Application Announcements
Application Announcements A place for developers to announce new applications.
Gamers - Check out our new sister sites!
Nintendo Wii U!    |    OUYA - $99 Android System!

test: Reply
 
LinkBack Thread Tools
Old March 8th, 2012, 11:32 AM   #1 (permalink)
Junior Member
Thread Author (OP)
 
safeincloud's Avatar
 
Join Date: Mar 2012
Location: www.safe-in-cloud.com
Posts: 50
 
Device(s): Galaxy Nexus, Galaxy Tab 10.1
Carrier: Not Provided

Thanks: 0
Thanked 1 Time in 1 Post
Cool Developing Password Manager application for ICS/Honeycomb in 30 Days

I am an independent mobile software developer. I want to develop a password manager application for Android. This is a type of app, where you can store your logins, passwords, credit card PINs and so on in encrypted form. Yes, there are dozens of such applications already available on Android Market and I did try almost all of them (both free and paid). There are some of them: SPB Wallet, Handy Safe, SafeWallet, Password Safe, SplashID, eWallet…

So, why do I need another password manager app? Mostly because of the user interface (UI). Most of the existing apps have so ugly UIs. Some of them seems just never thought about UI and focused only on functionality. Some are ports from another mobile operating systems (Windows Mobile, iOS) and look like aliens on Android. Another important thing is tablets (with Android 3.x Honeycomb). None of the existing apps use tablet’s screen estate for a beter user experience (UX). They just stretch their existing phone UIs on a big tablet screen (often with issues), which is dummy.

And the last, but not least is Android 4.0 UI. In this version of Android (also called Ice Cream Sandwich or ICS) Google introduced a brand new UI – simple, effective, clean and very nice. I am using it daily on my Galaxy Nexus and like it very much. So, my app will follow this style as described on Android Design web site.

My idea is starting today and finishing in 30 days with a fully-featured beta version of the app. I do believe that I can achieve this.

Here in this forum thread (and also in my blog www.safe-in-cloud.com) I will be describing the development process: UI decisions, feature ideas, screenshots and so on.

And want I really need is a feedback from you - passionate Android users. I believe that only this will help me in creating a really good app. So, I will appreciate ANY feedback and suggestions. Thank you in advance!

safeincloud is offline  
Last edited by safeincloud; March 31st, 2012 at 11:41 PM.
Reply With Quote
The Following User Says Thank You to safeincloud For This Useful Post:
samanthaniel (March 9th, 2012)
Sponsors
Old March 8th, 2012, 09:41 PM   #2 (permalink)
Junior Member
 
Join Date: Jan 2012
Posts: 16
 
Device(s):
Carrier: Not Provided

Thanks: 1
Thanked 1 Time in 1 Post
Default

I'd be interested if................. I currently use Roboform Everywhere. But, I don't trust it. If I were to ever lose my phone all my passwords would be available to anybody, Why, because by default as far as I can tell, doesn't require you to enter a master password to enable the use of RF.

If your App could import Roboform passes, and keep up with the syncing........ And require a master pass' for each use I would definitely be interested.

One of the reasons I'm stuck on RF is the easy availability to recently used passwords (favorites). The closest I've come to the functionality of RF is LastPass..... It Sucks! Not intuitive at all.

And I am in agreement with you, the UI's are horrible.

Luck be with you!
Mark
Laughingcat is offline  
Reply With Quote
Old March 9th, 2012, 11:40 AM   #3 (permalink)
Junior Member
Thread Author (OP)
 
safeincloud's Avatar
 
Join Date: Mar 2012
Location: www.safe-in-cloud.com
Posts: 50
 
Device(s): Galaxy Nexus, Galaxy Tab 10.1
Carrier: Not Provided

Thanks: 0
Thanked 1 Time in 1 Post
Default Day 2: Password Manager application for Android – User Goals & Scenarios

Quote:
Originally Posted by Laughingcat View Post
If your App could import Roboform passes
Sure, importing from other apps is very important feature. I will add Roboform tho the list.

Quote:
Originally Posted by Laughingcat View Post
One of the reasons I'm stuck on RF is the easy availability to recently used passwords (favorites).
This is a very important comment. And here some thoughts about designing UI and a question in the end.

It is always tempting to start coding without a deep thinking first. This is a direct way of cooking yet another application that users cannot use and understand, because of tons of wired features and options. Let’s follow the Alan Cooper’s "About Face 3" famous book about doing right user interfaces. I will oversimplify the process to fit this post in one page:

1) Recognize user’s goals. What do they want to achieve by using this app?
2) Model users. Make one or several virtual persons that will be using your app’s.
3) Write usage scenarios. Make some stories how virtual persons use your app.

These are 3 initial steps. Lets consider them in details.

I think that the main user’s goal is to be authorized ASAP. More precisely, authorized with a password or PIN code. And users do not want to remember all their different passwords. There are lots of another authorization ways like, fingerprints, Near Field Communications (NFC), electronic signatures, but they are out of the scope of our app.

What about users? I think they are common Android smartphone users from 15 to 65-years old.

And now here are som scenarios from own experience.

Scenario #1: Noisy street. Dimmed lights. ATM. Someone behind me waiting in a line. I need to find a PIN for my credit card.

Output #1: Contrast colors and large fonts. Ability to hide passwords from those around you. Minimum taps-clicks for login & fastest search-navigation approach.

Scenario #2: At my computer. Logging to some web site. A browser does not auto-fill my login/password for some reason. I need to find and copy/paste them from the app to a browser.

Output #2: Information copy/paste. Tight browser integration. This is a problem, because the both default Android browser and Chrome for Android do not support extensions yet.

And I would love to hear your scenarios and their outputs.
safeincloud is offline  
Last edited by safeincloud; March 9th, 2012 at 11:53 AM.
Reply With Quote
Old March 9th, 2012, 11:52 AM   #4 (permalink)
Junior Member
Thread Author (OP)
 
safeincloud's Avatar
 
Join Date: Mar 2012
Location: www.safe-in-cloud.com
Posts: 50
 
Device(s): Galaxy Nexus, Galaxy Tab 10.1
Carrier: Not Provided

Thanks: 0
Thanked 1 Time in 1 Post
Default

Quote:
Originally Posted by samanthaniel View Post
I would be pleased with you if you add additional functionality for the application to keep the credit/debit card details.
Sure, you will be able storing your credit/debit card details like Number, Holder, CVV, PIN, and any other custom fields you need.
safeincloud is offline  
Reply With Quote
Old March 9th, 2012, 05:32 PM   #5 (permalink)
Junior Member
 
Join Date: Jan 2012
Posts: 16
 
Device(s):
Carrier: Not Provided

Thanks: 1
Thanked 1 Time in 1 Post
Default

safeincloud, subscribing to this thread, sounds like you're on the right track as far as the UI goes. I have no problem paying for something that makes my life easier and safer.

Fingers crossed!
Mark
Laughingcat is offline  
Reply With Quote
Old March 10th, 2012, 11:31 AM   #6 (permalink)
Junior Member
Thread Author (OP)
 
safeincloud's Avatar
 
Join Date: Mar 2012
Location: www.safe-in-cloud.com
Posts: 50
 
Device(s): Galaxy Nexus, Galaxy Tab 10.1
Carrier: Not Provided

Thanks: 0
Thanked 1 Time in 1 Post
Default Day 3: Password Manager application for Android – Folders vs Search-Labels-Favorites

In fact, Safe In Cloud is a database of records, where each record contains login/password or credit card information. So, the question is how users will organize and then navigate through those records?

All the existing applications of such kind use the old-fashioned folders approach. In this approach, users should create folders first, then create records in these folders. Users (and app authors) are used to such approach on desktop operating systems with their files and folders. So, why is it bad?

* Need to pre-organize a database first by creating folder structure. Or use some predefined folders, which almost don’t suite you.
* There is no single list of records to see through. And navigation through a folder tree is a pain.
* A record can belong to one folder only. E.g. I need to decide where to put my private credit card into – Private or Credit Cards folders (but not both).

But, can we do a better job? I believe, yes. Look at Gmail’s user interface. There are no folders, just the search box, favorite stars and labels that you can assign to your letters. So, why is it better?

* There is one single list with fast & easy search via typing first letters of a record’s name (same as in Contacts/People app). No navigation there and back.
* There are favorites to bring your most used records to the top of a list.
* There are labels to organize your records in any way you can imagine. But only if you need to. Who needs organization for a few records?

So, let’s go Gmail way. Here are some screenshots.

safeincloud is offline  
Reply With Quote
Old March 10th, 2012, 11:29 PM   #7 (permalink)
Junior Member
 
Join Date: Jan 2012
Posts: 16
 
Device(s):
Carrier: Not Provided

Thanks: 1
Thanked 1 Time in 1 Post
Default

Still following Safe In Cloud

Encryption?

Mark
Laughingcat is offline  
Reply With Quote
Old March 11th, 2012, 05:02 AM   #8 (permalink)
Junior Member
Thread Author (OP)
 
safeincloud's Avatar
 
Join Date: Mar 2012
Location: www.safe-in-cloud.com
Posts: 50
 
Device(s): Galaxy Nexus, Galaxy Tab 10.1
Carrier: Not Provided

Thanks: 0
Thanked 1 Time in 1 Post
Default

Quote:
Originally Posted by Laughingcat View Post
Encryption?
Good question. 256-bit Advanced Encryption Standart (AES) is de facto standard now. So, I am planning use it also.
safeincloud is offline  
Reply With Quote
Old March 11th, 2012, 05:05 AM   #9 (permalink)
Junior Member
Thread Author (OP)
 
safeincloud's Avatar
 
Join Date: Mar 2012
Location: www.safe-in-cloud.com
Posts: 50
 
Device(s): Galaxy Nexus, Galaxy Tab 10.1
Carrier: Not Provided

Thanks: 0
Thanked 1 Time in 1 Post
Default Day 4: Password Manager application for Android – It is Cloudy

Safe In Cloud name tells you that a cloud is an essential part of the app. It is true. Basically, a user enters his/her data on a phone/tablet and then the app syncs/stores the data to a cloud. A little scary? Not at all. The data is fully encrypted with 256-bit Advanced Encryption Standart (AES) encryption. It was adopted by U.S. government and is now used worldwide.

Actually, all goes into clouds nowadays. Almost all Android users (including me) already have their email, calendar, contacts and photos in the Google cloud. In fact, it is much more safer storing data in a cloud, then on a computer or on a phone, which you can break or lose. And it is also much more suitable in cases, when you move to a new phone/computer. You can restore all your data from a cloud within seconds – no file moving pain anymore.

The most popular 3-rd party cloud now is Dropbox, which offers 2GB free and good applications for syncing your files for any mobile or desktop OS. Dropbox also has an SDK for integration with Android apps, which I am planning to use.

Box is an another cloud to support. It is less popular, but getting users aggressively with their recent 50GB free offer for all Android users (usually it is 5GB).

And the last, but definitely not the least is Google Docs, which is not essentially a file storage cloud, but can be used that way. Google Docs main benefit is that every Android user has access to it (even without knowing this). There are also many rumors about coming Google Drive, which should become a true file cloud.

PS. There are also some "alien" clouds that won’t be supported: Microsoft’s SkyDrive, Apple’s iCloud.
safeincloud is offline  
Reply With Quote
Old March 12th, 2012, 10:38 AM   #10 (permalink)
Junior Member
Thread Author (OP)
 
safeincloud's Avatar
 
Join Date: Mar 2012
Location: www.safe-in-cloud.com
Posts: 50
 
Device(s): Galaxy Nexus, Galaxy Tab 10.1
Carrier: Not Provided

Thanks: 0
Thanked 1 Time in 1 Post
Default Day 5: Password Manager application for Android – Login screen

Let’s have our hands on some real user interface. The first task in any password manager app is an authorization. A user needs to enter his password. This task is a kind of obstacle for him. So, we need to make it fast and easy. This means: less taps and easy taps.

“Less taps” means that we should avoid unnecessary taps. E.g. usually a user taps his password and then presses an OK button. This OK button has no sense, because we can analyze a password during user’s typing and accept it automatically as soon as it matches.

“Easy taps” means that we should make typing easier by using big buttons, instead of tiny buttons of the Android on-screen keyboard. We can achieve this by using all screen’s estate for placing digital buttons. Here is how it looks in real:



So, this is the ideal UI for users with numeric passwords. They type password and and automatically log into the app. Those who have alpha-numeric passwords need pressing “abc” button in the left-bottom corner to bring the onscreen keyboard. This is an “extra” tap for them, but I personally think that a numeric password is not so bad idea, taking into account that you don’t need messing with tiny keyboard buttons.

What do you think?
safeincloud is offline  
Reply With Quote
Sponsors
Old March 13th, 2012, 09:27 AM   #11 (permalink)
Junior Member
Thread Author (OP)
 
safeincloud's Avatar
 
Join Date: Mar 2012
Location: www.safe-in-cloud.com
Posts: 50
 
Device(s): Galaxy Nexus, Galaxy Tab 10.1
Carrier: Not Provided

Thanks: 0
Thanked 1 Time in 1 Post
Default Day 6: Password Manager application for Android – A picture is worth a thousand words

There is usually a list of records in a password manager application. Assigning a picture (icon) to each record helps users to identify a required record faster and easier. So, it is a common practice now and I am going to follow this practice. But what kind of icons people would like to use? This depends on what kind of records they will have.

Let’s make a list for an “average” user:
  • Credit cards: Visa, MasterCard, Amex
  • Accounts in social networks: Facebook, Google+, some local and/or specific
  • Misc web accounts: online banking, blogs, online shops and so on
  • Email accounts
  • Passport, ID, driver license, tax numbers
  • Login/password pairs for everything else

I might use real logotypes for all known brands (Visa, MasterCard, Facebook, Skype, …) as record icons, but this is not good because:
  • This might violate copyrights of trademark/logotype owners (thought I am not a lawyer).
  • It is almost not possible to collect all the logos that users might need, especially taking into account cross-country differences.
  • Finally, this will look bad, because of different logotype styles, colors and shapes.

So, I decided to use symbols from The Noun Project. This project collects highly recognizable symbols that form the world’s visual language.



But having black-and-white symbols is not fun. So, I decided that each record will have its own color, which will be used as a background for record’s icon. This color can also have a meaning. E.g. Facebook is blue, Yahoo is purple. And for your Visa card record you can choose the same color as your real card has.
safeincloud is offline  
Reply With Quote
Old March 14th, 2012, 08:30 AM   #12 (permalink)
Junior Member
Thread Author (OP)
 
safeincloud's Avatar
 
Join Date: Mar 2012
Location: www.safe-in-cloud.com
Posts: 50
 
Device(s): Galaxy Nexus, Galaxy Tab 10.1
Carrier: Not Provided

Thanks: 0
Thanked 1 Time in 1 Post
Default Day 7: Password Manager application for Android – Ice Cream Sandwich is coming

Today Samsung started rolling out Android 4.0 (Ice Cream Sandwich) update to its Galaxy S II phones in Europe and Asia. This means much more users for Safe In Cloud very soon. As for today there are only about 1.6% of all Android phones have ICS. This is the Platform version chart from Android Developers web site:



It will be interesting to compare the percentage in a month from now.

So, why Safe In Cloud does not run on Android 2.x? Because of big user interface differences between Android 2.x and Android 4.x. In Android 4.x (Ice Cream Sandwich) Google introduced 4 global changes to Android applications UI. Here they are:



Navigation Bar. It is always on screen and replaces old 4 under-screen buttons. The new buttons are: Back, Home and Application switcher. No more Menu button.



Action Bar. It is a replacement for old Android menu. Action bar contains icons-actions and three dots at the right for more options. It is also a place for different navigation widgets like a drop-down selector or tabs.



Multiple Panels. Actually, this was introduced in Android 3.x (Honeycomb). You can have two panels simultaneously (left and right), when an app is running on a big tablet’s screen.



Item Selection. In Android 2.x a long press on an item invokes a context menu for this item. In ICS a long press is used for multiple item selection. In this mode selection-related actions appear in the Action bar.

Yes, it is still possible supporting the both old (Android 2.x) and new (Android 4.x) UIs, but this requires significantly more efforts and wired coding. This is must for massively used apps like Facebook or Gmail, but it is only a waste of time for newcomers like Safe In Cloud.

What do you think?
safeincloud is offline  
Reply With Quote
Old March 15th, 2012, 08:57 AM   #13 (permalink)
Junior Member
Thread Author (OP)
 
safeincloud's Avatar
 
Join Date: Mar 2012
Location: www.safe-in-cloud.com
Posts: 50
 
Device(s): Galaxy Nexus, Galaxy Tab 10.1
Carrier: Not Provided

Thanks: 0
Thanked 1 Time in 1 Post
Default Day 8: Password Manager application for Android – Card List

Today I have the first fully working version of the main view – Card list view.

According the previous decisions there are:
  • A list of records (cards) with with appropriate titles and symbols on colored backgrounds.
  • A Favorites section and stars on the right of each record to mark them as favorite.
  • Action Bar with a drop down list of labels: Business, Private, Samples, Templates and Trash.



safeincloud is offline  
Reply With Quote
Old March 16th, 2012, 10:19 AM   #14 (permalink)
Junior Member
Thread Author (OP)
 
safeincloud's Avatar
 
Join Date: Mar 2012
Location: www.safe-in-cloud.com
Posts: 50
 
Device(s): Galaxy Nexus, Galaxy Tab 10.1
Carrier: Not Provided

Thanks: 0
Thanked 1 Time in 1 Post
Default Day 9: Password Manager application for Android – Searching Cards

I continue implementing the Card list view. Today I added the search box to the Action Bar.

A user presses the Search icon on the Action bar and the Search input widget appears. Then any typing filters the Card list in real-time.

safeincloud is offline  
Reply With Quote
Old March 17th, 2012, 10:39 AM   #15 (permalink)
Junior Member
Thread Author (OP)
 
safeincloud's Avatar
 
Join Date: Mar 2012
Location: www.safe-in-cloud.com
Posts: 50
 
Device(s): Galaxy Nexus, Galaxy Tab 10.1
Carrier: Not Provided

Thanks: 0
Thanked 1 Time in 1 Post
Default Day 10: Password Manager application for Android – Tablet support

Today I added a support for tablets (I have a Galaxy Tab 101. on Honeycomb) in Login and Card list views. Here is the result:



safeincloud is offline  
Reply With Quote
Old March 18th, 2012, 03:33 AM   #16 (permalink)
Junior Member
Thread Author (OP)
 
safeincloud's Avatar
 
Join Date: Mar 2012
Location: www.safe-in-cloud.com
Posts: 50
 
Device(s): Galaxy Nexus, Galaxy Tab 10.1
Carrier: Not Provided

Thanks: 0
Thanked 1 Time in 1 Post
Default Day 11: Password Manager application for Android – Selection

Android 3.x redefined the lon press behavior. In Android 2.x the long press on an item brings a context menu for this item. In Android 3.x and 4.x (Ice Cream Sandwich) the long press selects an item and allows to select more items with single presses. The long press also brings the Contextual Action Bar (CAB) that replaces the current application Action Bar.



This approach is used in almost all ICS built-in application. I also implemented it for the Card list view:

safeincloud is offline  
Reply With Quote
Old March 19th, 2012, 09:21 AM   #17 (permalink)
Junior Member
Thread Author (OP)
 
safeincloud's Avatar
 
Join Date: Mar 2012
Location: www.safe-in-cloud.com
Posts: 50
 
Device(s): Galaxy Nexus, Galaxy Tab 10.1
Carrier: Not Provided

Thanks: 0
Thanked 1 Time in 1 Post
Default Day 12: Password Manager application for Android – Less is more

What kind of information users usually store in a Password Manager application? The most used types are login-password pairs and credit card details. There are some more, but these two are the champions. Let’s look at a credit card record. It usually consists of the following details or fields:
  • Card name (e.g. “My Bank VISA card”)
  • Card number
  • Card holder name
  • Card Verification Value (CVV)
  • PIN code
  • A phone for blocking a lost card

It is easier for a user to have a form with such fields and just fill it in with an appropriate information. Such pre-defined form are usually called a Template. So, a good Password Manager should provide a number of templates for the most common types of information.

As I wrote before, I tried almost all password manager applications on Android and all they have two critical template-related issues for me:
  • They provide too many different templates
  • Those templates have too many different fields

For example, I need to add a new record, which is in 90% cases is a login-password pair or a credit card. But first, I need to look through an endless list of pre-defined templates and choose the right one. And then I get a form with a dozen of fields, though I need only two or three of them.

So, I decided to follow the “LESS is MORE” principle and add only a minimum of pre-defined records with a minimum of fields. Here is the screenshot with the full list of templates (no scrolling required).

safeincloud is offline  
Reply With Quote
Old March 20th, 2012, 10:03 AM   #18 (permalink)
Junior Member
Thread Author (OP)
 
safeincloud's Avatar
 
Join Date: Mar 2012
Location: www.safe-in-cloud.com
Posts: 50
 
Device(s): Galaxy Nexus, Galaxy Tab 10.1
Carrier: Not Provided

Thanks: 0
Thanked 1 Time in 1 Post
Default Day 13: Password Manager application for Android – Free vs Paid

I believe that free applications on Android is a bad thing. I mean a completely free application, because there are semi-free applications, which you can download for free, but then
  • You will be annoyed with in-app or even pushed advertisements
  • You will be forced doing in-app purchases (e.g. new game levels or full app functionality)
  • You will need to pay for a service to use an app (e.g. Skype credits)

Here is a comparison between free and paid apps on Android and iOS (a bit outdated though).



Source: http://www.androidauthority.com

You can see that there are still lots of free apps on Android. So, why is it bad? Because most of these free apps have no support and further development. It means that they are not being ported to new Android releases, no bug fixes, no additional localizations, no tablet support, no Ice Cream Sandwich UI support. They are single-use or “single-develop” apps for their authors: develop and forget. I personally have a couple of such examples. And the reason is simple: everything has costs and need to be paid. At the beginning Google focused on a number available application for Android OS, but not on their quality. So, now Android OS have more apps than iOS, but their average quality is questionable.

I write all this just to say that Safe In Cloud to be a paid app with a strong promise of the long term support and development. Sure, it is possible to make a Lite version with less features and a Pro with more features. But I am personally do not believe/like this approach. A good software has exactly such number of features that it has to have. No more, no less.
safeincloud is offline  
Reply With Quote
Old March 21st, 2012, 09:48 AM   #19 (permalink)
Junior Member
Thread Author (OP)
 
safeincloud's Avatar
 
Join Date: Mar 2012
Location: www.safe-in-cloud.com
Posts: 50
 
Device(s): Galaxy Nexus, Galaxy Tab 10.1
Carrier: Not Provided

Thanks: 0
Thanked 1 Time in 1 Post
Default Day 14: Password Manager application for Android – Labels again

Today I finished the Manage labels view, where users can manage labels. There are two types of labels in Safe In Cloud:
  • User labels. A user can create, rename and delete them. There are three predefined labels: Business, Private and Samples.
  • Special labels. They are All Cards, Templates and Trash. Their names are self-explanatory. A user cannot touch them.



safeincloud is offline  
Reply With Quote
Old March 22nd, 2012, 08:35 AM   #20 (permalink)
Junior Member
Thread Author (OP)
 
safeincloud's Avatar
 
Join Date: Mar 2012
Location: www.safe-in-cloud.com
Posts: 50
 
Device(s): Galaxy Nexus, Galaxy Tab 10.1
Carrier: Not Provided

Thanks: 0
Thanked 1 Time in 1 Post
Default Day 15: Password Manager application for Android – Card details

So, I am done with the Card list and already started the Card details view, where users can see details of a single card. But what is a card or a record in a password manager application? I decided that each card will have the following attributes:
  • A Title that is displayed in the Card list view (e.g. “Gmail account”). It cannot be blank.
  • A Symbol that is also displayed in the Card list.
  • A Color that is used as a symbol background in the Card list and as a whole card background in the Card details view.
  • A number of Fields. Each field contains of a name and a value.
  • Notes.

Here is the first result.
safeincloud is offline  
Reply With Quote
Sponsors
Old March 23rd, 2012, 01:44 AM   #21 (permalink)
Junior Member
Thread Author (OP)
 
safeincloud's Avatar
 
Join Date: Mar 2012
Location: www.safe-in-cloud.com
Posts: 50
 
Device(s): Galaxy Nexus, Galaxy Tab 10.1
Carrier: Not Provided

Thanks: 0
Thanked 1 Time in 1 Post
Default Day 16: Password Manager application for Android – Card actions

What actions a user might need in the Card details view?

First – view card details, but some details like passwords are hidden by default for a better security. To show them a user can press the “eye” icon at the Action bar (bottom-left corner) or press a hidden password itself.



A user can also interact with phones, emails, URLs on a card. Or just copy a filed’s text. A click on a field brings the popup menu that gives him these options.



And finally, a long press on Notes allows to select and copy text.

safeincloud is offline  
Reply With Quote
Old March 24th, 2012, 01:45 AM   #22 (permalink)
Junior Member
Thread Author (OP)
 
safeincloud's Avatar
 
Join Date: Mar 2012
Location: www.safe-in-cloud.com
Posts: 50
 
Device(s): Galaxy Nexus, Galaxy Tab 10.1
Carrier: Not Provided

Thanks: 0
Thanked 1 Time in 1 Post
Default Day 17: Password Manager application for Android – Card swiping

Today I added a horizontal card swiping. See it in the video:

Card swiping
safeincloud is offline  
Last edited by safeincloud; March 25th, 2012 at 02:30 AM.
Reply With Quote
Old March 25th, 2012, 02:52 AM   #23 (permalink)
Junior Member
Thread Author (OP)
 
safeincloud's Avatar
 
Join Date: Mar 2012
Location: www.safe-in-cloud.com
Posts: 50
 
Device(s): Galaxy Nexus, Galaxy Tab 10.1
Carrier: Not Provided

Thanks: 0
Thanked 1 Time in 1 Post
Default Day 18: Password Manager application for Android – Card details on a tablet

Back to tablets. Here is the two-pane Card list view that you already saw:



Now a click on a card brings another two-pane view with the Card list on left and the Card details on right:



There is a question about card swiping. Does it really fit here? It looks a bit strange: swiping a card changes the selection on the left Card list panel.
safeincloud is offline  
Reply With Quote
Old March 26th, 2012, 09:37 AM   #24 (permalink)
Junior Member
Thread Author (OP)
 
safeincloud's Avatar
 
Join Date: Mar 2012
Location: www.safe-in-cloud.com
Posts: 50
 
Device(s): Galaxy Nexus, Galaxy Tab 10.1
Carrier: Not Provided

Thanks: 0
Thanked 1 Time in 1 Post
Default Day 19: Password Manager application for Android – Easy moving

Today, I spent about 5 hours moving from WordPress platform to Google Blogger. I copied all the old posts and images manually – one by one. I tried to keep the old links working, but failed – they all are broken now. Nevertheless it was a good experience.

Users of different password manager applications have the same problems, when they are moving from one app to another. Sometimes it is easier for a user to keep using an old crappy app and avoid retyping all passwords manually into a new shiny app. That’s why it is so important for Safe In Cloud having automatic wizards for importing data from other password managers. And I am planning to spend a lot of efforts in this area.
safeincloud is offline  
Reply With Quote
Old March 26th, 2012, 11:16 PM   #25 (permalink)
Junior Member
Thread Author (OP)
 
safeincloud's Avatar
 
Join Date: Mar 2012
Location: www.safe-in-cloud.com
Posts: 50
 
Device(s): Galaxy Nexus, Galaxy Tab 10.1
Carrier: Not Provided

Thanks: 0
Thanked 1 Time in 1 Post
Default Day 20: Password Manager application for Android – Card editing

It is time to edit cards. I took two Android Ice Cream Sandwich built-in apps as examples: People and Calendar. And I tried to have the similar look-and-feel and user experience. Here is what I've got:


Pressing on a symbol pops a menu to select a symbol itself or its color:

safeincloud is offline  
Reply With Quote
Old March 28th, 2012, 12:49 AM   #26 (permalink)
Junior Member
Thread Author (OP)
 
safeincloud's Avatar
 
Join Date: Mar 2012
Location: www.safe-in-cloud.com
Posts: 50
 
Device(s): Galaxy Nexus, Galaxy Tab 10.1
Carrier: Not Provided

Thanks: 0
Thanked 1 Time in 1 Post
Default Day 21: Password Manager application for Android – Card editing, part 2

Fields is the most important part of a card. What operations do users need for fields?
  • Add a new field - Yes
  • Delete an existing field - Yes
  • Modify existing field properties (Name, Type) - probably No (very rare)
  • Reorder fields - the same, probably No

So, I decided to implement the first two actions, but skip the last two for a cleaner and simpler user interface.

Pressing the Add another field button brings a popup with field types. These types determine the type of online keyboard used for a field editing (text, numeric, or optimized for specific data).


Then the Add Field dialog appears, where a user can enter a field name and a field value.


There are cross icons next to each field. Pressing such icon brings a confirmation popup (instead of the standard modal confirmation message box). This approach is more easier and faster for a user, because his finger already in a right place. I got it from Android ICS Gallery app (image deletion).

safeincloud is offline  
Reply With Quote
Old March 29th, 2012, 10:48 AM   #27 (permalink)
Junior Member
Thread Author (OP)
 
safeincloud's Avatar
 
Join Date: Mar 2012
Location: www.safe-in-cloud.com
Posts: 50
 
Device(s): Galaxy Nexus, Galaxy Tab 10.1
Carrier: Not Provided

Thanks: 0
Thanked 1 Time in 1 Post
Default Day 22: Password Manager application for Android – Card editing, part 3

Finally, here are the card editing screenshots from a tablet. Note that I made the editing area narrower than the whole screen width for a better user experience (Gmail app uses the same trick).





safeincloud is offline  
Reply With Quote
Old March 30th, 2012, 12:06 AM   #28 (permalink)
Junior Member
Thread Author (OP)
 
safeincloud's Avatar
 
Join Date: Mar 2012
Location: www.safe-in-cloud.com
Posts: 50
 
Device(s): Galaxy Nexus, Galaxy Tab 10.1
Carrier: Not Provided

Thanks: 0
Thanked 1 Time in 1 Post
Default Day 23: Password Manager application for Android – Security settings

Today's topic is a security settings. The first group is about locking the app when a user forgot to:
  • Auto lock after some period of user inactivity.
  • Locking in background (when a user switched to an another app).

The second group is about protection from cracking a password:
  • Play an alarm after X wrong password attempts.
  • Wipe all data after Y wrong password attempts.

Here is how it looks on Galaxy Nexus:

safeincloud is offline  
Reply With Quote
Old March 31st, 2012, 06:31 AM   #29 (permalink)
Junior Member
Thread Author (OP)
 
safeincloud's Avatar
 
Join Date: Mar 2012
Location: www.safe-in-cloud.com
Posts: 50
 
Device(s): Galaxy Nexus, Galaxy Tab 10.1
Carrier: Not Provided

Thanks: 0
Thanked 1 Time in 1 Post
Default Day 24: Password Manager application for Android – App icon

I've got an icon for the app that visualizes its name and function:

safeincloud is offline  
Reply With Quote
Old March 31st, 2012, 11:38 PM   #30 (permalink)
Junior Member
Thread Author (OP)
 
safeincloud's Avatar
 
Join Date: Mar 2012
Location: www.safe-in-cloud.com
Posts: 50
 
Device(s): Galaxy Nexus, Galaxy Tab 10.1
Carrier: Not Provided

Thanks: 0
Thanked 1 Time in 1 Post
Default Day 25: Password Manager application for Android – Localizations

You cannot overestimate the importance of localizations. People speak many languages and most of them prefer using apps on their native language. So, it is very important to localize Safe In Cloud for its adoption outside US and UK.

Here is my current priority list for localizations:
  • Europe: German, French, Dutch, Italian, Spanish, Portuguese, Russian
  • Asia: Korean, Chinese (simplified + traditional), Japanese
  • Others: Eastern Europe languages, Hindi

So, my idea is
  • Start with a minmal set of localizations (English, Dutch).
  • Then consistently add localizations one by one.

The main question is how to do these localizations. There are different ways:
  • Order from some big localization company (e.g. Lionbridge). The cons: expensive, slow (as any big company), no knowledge of Android specifics. The pros: some quality guarantee.
  • Look for freelance translators on the numerous sites on the Internet. The pros: cheap. The cons: questionable quality and management time required for working with each of freelancers.
  • Ask users and beta testers for help with translations. The pros: knowledge of Android specifics and the application itself. The cons: also management time.

I think I will try all the above ways, but I prefer the last one. Users are the best translators. So, the question is how to organize the localization process with minimum hassle for a user. I am going to use the Google's Translator Toolkit - the online localization tool based on Google Translate.
safeincloud is offline  
Reply With Quote
Sponsors
Old April 3rd, 2012, 06:08 AM   #31 (permalink)
Junior Member
Thread Author (OP)
 
safeincloud's Avatar
 
Join Date: Mar 2012
Location: www.safe-in-cloud.com
Posts: 50
 
Device(s): Galaxy Nexus, Galaxy Tab 10.1
Carrier: Not Provided

Thanks: 0
Thanked 1 Time in 1 Post
Default Day 26: Password Manager application for Android – More settings

You already saw Security settings on Nexus. Now I added more settings. Here is the full list:
  • Security
  • Change Password
  • About
  • Erase Data

The only missing setting now is Cloud Sync. This is what I will do next week.

And here are the screenshots from a tablet:



safeincloud is offline  
Reply With Quote
Old April 3rd, 2012, 06:09 AM   #32 (permalink)
Junior Member
Thread Author (OP)
 
safeincloud's Avatar
 
Join Date: Mar 2012
Location: www.safe-in-cloud.com
Posts: 50
 
Device(s): Galaxy Nexus, Galaxy Tab 10.1
Carrier: Not Provided

Thanks: 0
Thanked 1 Time in 1 Post
Default Day 27: Password Manager application for Android – Encryption

Safe In Cloud uses 256-bit Advanced Encryption Standard. This is the algorithm widely used by the US government and also worldwide. But even using the strongest algorithm can result in a weak security if you do not know how to use it properly. I spent quite a long time on this matter and finally decided to copy-paste the approach used in Android backup system.

Here is the short description of how it works for those geeks who know words like salt, IV, rounds, secret key...

Encryption:
  1. Input the password form a user.
  2. Generate the random user salt (512 bits). Save it. Here and later 'save' means save openly along with encrypted data and use later for decryption.
  3. Calc (PBKDF2WithHmacSHA1) the user key from the user password and the user salt (256 bits, 10K rounds).
  4. Generate the random master key (256 bits).
  5. Generate the random check sum salt (512 bits). Save it.
  6. Calc (PBKDF2WithHmacSHA1) the check sum (hash) from the master key and the check sum salt (256 bits, 10K rounds).
  7. Create a cipher (AES/CBC/PKCS5Padding) and init with the user key (the user cipher). The user cipher's initialization vector (IV) is generated. Save it.
  8. Create a cipher (AES/CBC/PKCS5Padding) and init with the master key (the master cipher). The master cipher's initialization vector (IV) is generated.
  9. Take the master cipher's IV + the master key + the check sum of the master key (the master key blob). Encrypt altogether using the user cipher and save it.
  10. Now encrypt any user data using the master cipher and save it.

Decryption (opposite to encryption):
  1. Input the password form a user.
  2. Read the user salt.
  3. Read the check sum salt.
  4. Calc the user key from the user password and the user salt.
  5. Read the user cipher's IV.
  6. Create the user cipher and init it with the user key and the user cipher's IV.
  7. Read the master key blob and decrypt it with the user chiper.
  8. Calc the check sum from the decrypted master key and the check sum salt that we red at step 3.
  9. Compare the calculated check sum and the decrypted one. Should be the same if the user password is correct.
  10. Create the master cipher and init it with the master key and the decrypted master cipher's IV.
  11. Read user data and decrypt it with the master cipher.
safeincloud is offline  
Reply With Quote
Old April 3rd, 2012, 10:47 AM   #33 (permalink)
Junior Member
Thread Author (OP)
 
safeincloud's Avatar
 
Join Date: Mar 2012
Location: www.safe-in-cloud.com
Posts: 50
 
Device(s): Galaxy Nexus, Galaxy Tab 10.1
Carrier: Not Provided

Thanks: 0
Thanked 1 Time in 1 Post
Default Day 28: Password Manager application for Android – Ice Cream Sandwich is coming, still

Today Google updated the Platform Versions figures. Ice Cream Sandwich devices almost doubled since March 5. It was 1.6%. Now it is 2.9%.


I expect that ICS market share will grow much faster in coming weeks. New ICS devices are coming: Samsung Galaxy III, HTC One X/V/S, Sony Xperia and other. Also ICS updates continue to rolling out for the existing devices.
safeincloud is offline  
Reply With Quote
Old April 4th, 2012, 11:17 AM   #34 (permalink)
Junior Member
Thread Author (OP)
 
safeincloud's Avatar
 
Join Date: Mar 2012
Location: www.safe-in-cloud.com
Posts: 50
 
Device(s): Galaxy Nexus, Galaxy Tab 10.1
Carrier: Not Provided

Thanks: 0
Thanked 1 Time in 1 Post
Default Day 29: Password Manager application for Android – Encryption & Login screen

Originally I designed Login screen without a confirmation button. I thought that evaluating a password on the fly is better for user experience.

Today I realized that this approach will not work due to the decryption slowness. The decryption process described above takes 3.6 seconds on my Galaxy Nexus. And 99% of this time is taken by the password verification part (steps 1-9). So, I added the OK button that fires the password validation.



PS. I also managed to to optimize the algorithm from 3.6 to 1.8 seconds by reducing the check sum generation rounds from 10000 to 1000. This has no impact on security, but saves 50% of time.

PPS. Actually PKCS #5 (Password-Based Cryptography Specification) recommends 1000 rounds for the user key generation. But it was written back in 2000 and now CPU speed increased. So, I kept 10000 rounds for the user key for the uncompromised security.
safeincloud is offline  
Reply With Quote
Old April 5th, 2012, 08:43 AM   #35 (permalink)
Junior Member
Thread Author (OP)
 
safeincloud's Avatar
 
Join Date: Mar 2012
Location: www.safe-in-cloud.com
Posts: 50
 
Device(s): Galaxy Nexus, Galaxy Tab 10.1
Carrier: Not Provided

Thanks: 0
Thanked 1 Time in 1 Post
Default Day 30: Password Manager application for Android – Welcome screen

Today is the last day of my 30-day development experiment. I will write the summary tomorrow. And the beta version will be available next Monday (April 9).

Meanwhile I would like to show the screenshots that a user sees at the first app launch. The idea behind these screens is to educate a user about the app functionality.

safeincloud is offline  
Reply With Quote
Old April 6th, 2012, 10:59 AM   #36 (permalink)
Junior Member
Thread Author (OP)
 
safeincloud's Avatar
 
Join Date: Mar 2012
Location: www.safe-in-cloud.com
Posts: 50
 
Device(s): Galaxy Nexus, Galaxy Tab 10.1
Carrier: Not Provided

Thanks: 0
Thanked 1 Time in 1 Post
Default Password Manager application for Android ICS is done in 30 days

30 days ago I started developing a Password Manager application for Android Ice Cream Sandwich. This application should have a user interface that
  • Has a native ICS look and feel;
  • Follows ICS design patterns;
  • Is simple to use, yet feature complete.

I managed to accomplish this task and now have the app with the following functions:
  • Create a database and set a password.
  • Perform login with password validation.
  • Store data using 256-bit Advanced Encryption Standard.
  • Create cards based on pre-designed and custom templates.
  • Organize cards using labels.
  • Search through cards.
  • Edit cards including their title, symbol, color and fields.
  • Automatically lock the app after a predefined idle time and in the background.
  • Prevent a password cracking with an alarm and self-erase features.

I didn't have time to implement cloud synchronization though. This is my task for the next few weeks. Meantime I will start the beta testing. The first beta version will be available next Monday (April 9) here:

Safe In Cloud Beta

Have a nice weekend!
safeincloud is offline  
Reply With Quote
Old April 9th, 2012, 01:38 AM   #37 (permalink)
Junior Member
Thread Author (OP)
 
safeincloud's Avatar
 
Join Date: Mar 2012
Location: www.safe-in-cloud.com
Posts: 50
 
Device(s): Galaxy Nexus, Galaxy Tab 10.1
Carrier: Not Provided

Thanks: 0
Thanked 1 Time in 1 Post
Default More videos

Safe In Cloud beta videos:

On Galaxy Nexus

On Galaxy Tab 10.1
safeincloud is offline  
Last edited by safeincloud; April 9th, 2012 at 01:41 AM.
Reply With Quote
Old April 9th, 2012, 09:28 AM   #38 (permalink)
Junior Member
Thread Author (OP)
 
safeincloud's Avatar
 
Join Date: Mar 2012
Location: www.safe-in-cloud.com
Posts: 50
 
Device(s): Galaxy Nexus, Galaxy Tab 10.1
Carrier: Not Provided

Thanks: 0
Thanked 1 Time in 1 Post
Default Safe In Cloud beta testing is open now

The beta version is available now at Beta page: Beta

There are also Video and Screenshots page for you to get what it is all about:
Video
Screenshots

I will appreciate any feedback:
  • Bug reports: please write all details, steps and results - so, we can reproduce a bug.
  • Feature suggestions: please describe a feature itself and the reason behind it.
  • UI improvements: please provide some sketches for better understanding.
  • Offers of help: translations, reviews, promotions...

All contributors will be listed in About screen of the app (Settings > About).

You can write your feedback in the comments on this page: Feedback

Or send via email info@safe-in-cloud.com.
safeincloud is offline  
Reply With Quote
Old April 13th, 2012, 04:02 AM   #39 (permalink)
Junior Member
Thread Author (OP)
 
safeincloud's Avatar
 
Join Date: Mar 2012
Location: www.safe-in-cloud.com
Posts: 50
 
Device(s): Galaxy Nexus, Galaxy Tab 10.1
Carrier: Not Provided

Thanks: 0
Thanked 1 Time in 1 Post
Default Safe In Cloud beta testing - 5 days later

This Monday I published the first beta version of Safe In Cloud password Manager app for Android ICS. There were a few positive feedbacks - I do appreciate this. Thanks you!

There were no bug reports. The beta has a built-in bug reporting based on a combination of:
So, all seems to go well for now.

During this week I worked on Dropbox integration (I am planning to add Box and hopefully Google Drive support after that). I took more time than I expected and the beta v0.2 with Dropbox synchronization will be ready on the next week. Here are the screenshots:

safeincloud is offline  
Reply With Quote
Old April 17th, 2012, 07:37 AM   #40 (permalink)
Junior Member
Thread Author (OP)
 
safeincloud's Avatar
 
Join Date: Mar 2012
Location: www.safe-in-cloud.com
Posts: 50
 
Device(s): Galaxy Nexus, Galaxy Tab 10.1
Carrier: Not Provided

Thanks: 0
Thanked 1 Time in 1 Post
Default Safe In Cloud Beta testing: User feedback

The Dropbox synchronization is still in progress. Meanwhile I want to share some feedback I've got from a beta tester.

It was about a possibility to backup/restore Safe In Cloud database to/from an SD card, not a cloud. The reason is obvious - some people more care about their privacy and less trust to the Internet and clouds. Others prefer a comfort and simplicity of a cloud synchronization. So, we should respect all of them as far as it does not make the app less clean and usable.

So, I am planning to add this feature in the future updates (not in the first release). It will be an additional item in Settings: SD Backup/Restore.
  • The backup action asks a name for a backup file (with a suggestion like "SafeInCloud_DD-MM-YYY.db") and stores it to an SD card.
  • The restore is more complex. I don't want to make a user browsing for a file through a folder tree. I think it will be just a list of backup files. The app will automatically scan an entire SD card and show only suitable files to a user.

PS. There are more and more rumors about the upcoming Google Drive: Google Drive to launch next week with a free 5GB
safeincloud is offline  
Reply With Quote
Sponsors
Old April 19th, 2012, 12:06 AM   #41 (permalink)
Junior Member
Thread Author (OP)
 
safeincloud's Avatar
 
Join Date: Mar 2012
Location: www.safe-in-cloud.com
Posts: 50
 
Device(s): Galaxy Nexus, Galaxy Tab 10.1
Carrier: Not Provided

Thanks: 0
Thanked 1 Time in 1 Post
Default Safe In Cloud Beta testing: New app icon

There is a new application icon. The changes that make it ICS-style:
  • Added an accent color (blue)
  • Changed the isometric projection


Here how it looks on a phone:

safeincloud is offline  
Reply With Quote
Old April 19th, 2012, 08:23 AM   #42 (permalink)
Junior Member
Thread Author (OP)
 
safeincloud's Avatar
 
Join Date: Mar 2012
Location: www.safe-in-cloud.com
Posts: 50
 
Device(s): Galaxy Nexus, Galaxy Tab 10.1
Carrier: Not Provided

Thanks: 0
Thanked 1 Time in 1 Post
Default Safe In Cloud Beta testing: More user feedback

Here is another user feedback I've got yesterday:
  • Open a card
  • Press the Home button
  • Press the Task switcher button

Result - the card content is visible. See how it looked:


And how it looks now after the fix:

safeincloud is offline  
Reply With Quote
Old April 21st, 2012, 11:18 PM   #43 (permalink)
Junior Member
Thread Author (OP)
 
safeincloud's Avatar
 
Join Date: Mar 2012
Location: www.safe-in-cloud.com
Posts: 50
 
Device(s): Galaxy Nexus, Galaxy Tab 10.1
Carrier: Not Provided

Thanks: 0
Thanked 1 Time in 1 Post
Default Safe In Cloud Beta testing: Closed testing of Dropbox synchronization

The Dropbox synchronization is almost ready and I need 5 beta testers for it. This is due to the Dropbox usage policy. Currently Safe In Cloud is in the Development status (as a Dropbox app). After a quick closed beta testing I will apply for the Production status and then everyone will be able to test.

So, please send your request to participate at info@safe-in-cloud.com. Please provide:
  • Your Dropbox login (email address)
  • Your device(s) model & Android OS version

After the weekend I will choose 5 testers and send them a link for the beta version APK with some additional instructions.
safeincloud is offline  
Reply With Quote
Old April 23rd, 2012, 11:52 PM   #44 (permalink)
Junior Member
Thread Author (OP)
 
safeincloud's Avatar
 
Join Date: Mar 2012
Location: www.safe-in-cloud.com
Posts: 50
 
Device(s): Galaxy Nexus, Galaxy Tab 10.1
Carrier: Not Provided

Thanks: 0
Thanked 1 Time in 1 Post
Default Safe In Cloud Beta testing: The Dropbox synchronization is ready

Finally, the beta version 0.2 is ready with the Dropbox synchronization support. Get it here: Safe In Cloud - Password Manager application for Android Ice Cream Sandwich: Beta
safeincloud is offline  
Reply With Quote
Old April 24th, 2012, 06:07 AM   #45 (permalink)
Junior Member
Thread Author (OP)
 
safeincloud's Avatar
 
Join Date: Mar 2012
Location: www.safe-in-cloud.com
Posts: 50
 
Device(s): Galaxy Nexus, Galaxy Tab 10.1
Carrier: Not Provided

Thanks: 0
Thanked 1 Time in 1 Post
Default Safe In Cloud Beta testing: How the synchronization works

Today I want to explain some basic concepts of the synchronization and how it is implemented in Safe In Cloud. Since yesterday (April 23, 2012) you can try it yourself. Get the latest beta version here:
Safe In Cloud - Password Manager application for Android Ice Cream Sandwich: Beta

At the first start Safe In Cloud app creates a local database on your phone. Then you fill this database by creating cards, templates and labels. After setting the cloud synchronization, Safe In Cloud uploads the local database file to the cloud. In case of Dropbox the following file is created: Dropbox/Apps/Safe In Cloud/SafeInCloud.db. This is the cloud database.

The primary use case for the cloud database is restoring data. For example, you bought a new phone. To get your passwords on the phone you just need to install Safe In Cloud app and select Restore database from a cloud in the setup wizard. The cloud database will be downloaded to the phone and you are ready to go.

What about changes you make in Safe In Cloud app on the phone? They are immediately saved to the local database, but not to the cloud database. The changes are pushed to the local database at specific moments:
  • When you switch to another app and bring Safe In Cloud app to the background
  • When you unlock Safe In Cloud app

The synchronization was designed to work with multiple devices. For example, you can have a phone and a tablet. You add a card on the phone. Then this card is pushed to the cloud database. And then the card is pushed from the cloud database to the tablet. It is important to remember that each push happens only at the moments listed above, not immediately.
safeincloud is offline  
Reply With Quote
Old April 24th, 2012, 10:29 PM   #46 (permalink)
Junior Member
Thread Author (OP)
 
safeincloud's Avatar
 
Join Date: Mar 2012
Location: www.safe-in-cloud.com
Posts: 50
 
Device(s): Galaxy Nexus, Galaxy Tab 10.1
Carrier: Not Provided

Thanks: 0
Thanked 1 Time in 1 Post
Default Safe In Cloud Beta testing: Google Drive is here

Google Drive was released yesterday with a big buzz. So, I will be busy next few days adding GDrive synchronization to Safe In Cloud. I am very excited and try to complete it as soon as possible.

safeincloud is offline  
Reply With Quote
Old April 25th, 2012, 10:37 PM   #47 (permalink)
Junior Member
Thread Author (OP)
 
safeincloud's Avatar
 
Join Date: Mar 2012
Location: www.safe-in-cloud.com
Posts: 50
 
Device(s): Galaxy Nexus, Galaxy Tab 10.1
Carrier: Not Provided

Thanks: 0
Thanked 1 Time in 1 Post
Default Safe In Cloud Beta testing: Rating the app

The application's rating and reviews in Google Play Store are very important for the app sales. So, it is a common practice nowadays to ask users for rating from inside the app. This works, but it might also annoy users.
  • So, lets see at the wrong way of implementing this:
  • A user starts the app.
  • The app shows a modal dialog that asks for rating.
  • In the worst case a user even cannot cancel the dialog.

Such implementation interrupts a user from his current task and force to do something else. Not good!

The right way:
  • A user starts the app.
  • A small note appears on the bottom of the screen. With a short and clear text and the RATE button.
  • A user can press the button and rate the app.
  • Or he can ignore the note and do his task. In this case the note automatically disappears.
  • It is even better to show the note with some interval (e.g. once a day or two), but not at every app start.

The similar notes are used in the Gmail app for rolling back user actions.

And here is the screenshot from Safe In Cloud.

safeincloud is offline  
Reply With Quote
Old May 2nd, 2012, 01:57 AM   #48 (permalink)
Junior Member
Thread Author (OP)
 
safeincloud's Avatar
 
Join Date: Mar 2012
Location: www.safe-in-cloud.com
Posts: 50
 
Device(s): Galaxy Nexus, Galaxy Tab 10.1
Carrier: Not Provided

Thanks: 0
Thanked 1 Time in 1 Post
Default Safe In Cloud Beta testing: The task switcher issue

A few days ago I wrote about the fix that hides private info in the system task switcher:
Safe In Cloud - Password Manager application for Android Ice Cream Sandwich: Safe In Cloud Beta testing: More user feedback

Steps to reproduce:
  • Open a card in Safe In Cloud app
  • Press the home button
  • Wait 1-2 seconds
  • Press the task switcher button

The expected result: the app thumbnail is a steel rectangle.

It appeared that the fix works on Android 3.2 and Android 4.0 - 4.0.2. Unfortunately, it does not work on Android 4.0.3 - 4.0.4. It seems something was broken inside Android 4.0.3 and an application cannot control its own thumbnail in the system task switcher anymore (a bad optimization?).

I submitted this as a bug and will look for a workaround:
Issue 29370 - android - Activity's onCreateThumbnail() is never called on Android 4.0.3/4 - Android - An Open Handset Alliance Project - Google Project Hosting
safeincloud is offline  
Reply With Quote
Old May 2nd, 2012, 01:58 AM   #49 (permalink)
Junior Member
Thread Author (OP)
 
safeincloud's Avatar
 
Join Date: Mar 2012
Location: www.safe-in-cloud.com
Posts: 50
 
Device(s): Galaxy Nexus, Galaxy Tab 10.1
Carrier: Not Provided

Thanks: 0
Thanked 1 Time in 1 Post
Default Safe In Cloud Beta testing: Google Drive synchronization is ready

Finally, the beta version 0.3 is ready with Google Drive synchronization support. Get it here:
Safe In Cloud - Password Manager application for Android Ice Cream Sandwich: Beta

The implementation details:
  • The authorization dialog will ask for Google Documents access permission, not for Google Drive access. This is due to the fact, that the current Google Drive API is intended for web application only. So, Google advises to use Google Documents API that also allows to access Google Drive files.
  • The database file name is SafeInCloud.db and it is located in the root of Google Drive.

In the next few days I will add Box synchronization support.

I am also planning to write an overview about my developer's experience with all 3 clouds: Dropbox vs Google Drive vs Box.
safeincloud is offline  
Reply With Quote
Old May 3rd, 2012, 03:25 AM   #50 (permalink)
Junior Member
Thread Author (OP)
 
safeincloud's Avatar
 
Join Date: Mar 2012
Location: www.safe-in-cloud.com
Posts: 50
 
Device(s): Galaxy Nexus, Galaxy Tab 10.1
Carrier: Not Provided

Thanks: 0
Thanked 1 Time in 1 Post
Default Safe In Cloud Beta testing: Box synchronization is ready

And the beta version 0.4 is already here with Box synchronization support. Download it from:
Safe In Cloud - Password Manager application for Android Ice Cream Sandwich: Beta
safeincloud is offline  
Reply With Quote
Reply
Tags
android, application, box, cloud, development, dropbox, honeycomb, ics, manager, password, safe, sync, wallet


Go Back   Android Forums > Android Development > Application Development > Application Announcements
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 11:50 PM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.