I really hate it when iOS developers make Android apps. Android has AccountManager. It automatically integrates with the accounts on your device. If you ever present you own UI for a login screen then you are doing it very very wrong. What should have happened is that on start when I said I wanted to use a Google account it should have shown me the accounts from AccountManager, and then I would have picked and author…
Trello Android App Available for Download
31–40 of 42 posts
Re: Trello Android App Available for Download
#32I really hate it when iOS developers make Android apps. Android has AccountManager. It automatically integrates with the accounts on your device. If you ever present you own UI for a login screen then you are doing it very very wrong. What should have happened is that on start when I said I wanted to use a Google account it should have shown me the accounts from AccountManager, and then I would have picked and author…
Re: Trello Android App Available for Download
#33I really hate it when iOS developers make Android apps. Android has AccountManager. It automatically integrates with the accounts on your device. If you ever present you own UI for a login screen then you are doing it very very wrong. What should have happened is that on start when I said I wanted to use a Google account it should have shown me the accounts from AccountManager, and then I would have picked and author…
Many many Android users are terrified of apps that ask for AccountManager-related permissions, especially the Manage Accounts permission if an app wants to use Android to store their own credentials. Developers don't want to scare away people who are unsure about certain permissions.
Re: Trello Android App Available for Download
#34Both this and the iPhone app are nice for a 320px use case, but for tablet, the web app is much nicer. It would be great if the web app supported touch-based drag and drop (jQuery UI touch punch?). Or if the native apps (which do use draggable elements) were multi-col.
I'm not on the Trello team, but I've spoken to them about this, and the short version is that it's tough as nails to do this in a sane way that also works across a wide-enough cross-section of browsers to be worth the dev time at the moment. As far as I grok things, that's part of why they're focusing on native apps. I'll hope someone actually on the team, like hamidpalo, responds with more details.
Re: Trello Android App Available for Download
#35I really hate it when iOS developers make Android apps. Android has AccountManager. It automatically integrates with the accounts on your device. If you ever present you own UI for a login screen then you are doing it very very wrong. What should have happened is that on start when I said I wanted to use a Google account it should have shown me the accounts from AccountManager, and then I would have picked and author…
Many many Android users are terrified of apps that ask for AccountManager-related permissions, especially the Manage Accounts permission if an app wants to use Android to store their own credentials. Developers don't want to scare away people who are unsure about certain permissions.
In this case I wasn't even talking about the Trello apps storing credentials in AccountManager - I meant it as a client of the AccountManager to let me use the existing credentials the device already knows.
Re: Trello Android App Available for Download
#36Is this a native app or web app?
It looks like a reasonably well structured Android app - comprehensive manifest, lots of activities, uses resources in preference to assets etc.
They use numerous 3rd party libraries:
* ACRA for crash reporting
* objectweb's asm for an unknown reason
* json-smart for json
* ActionBarSherlock as pretty much every app with an ActionBar does
* Google analytics
* Google cloud messaging (aka c2dm)
* Handmark's pull to refresh library
* https://github.com/iPaulPro/aFileChooser
* http://ormlite.com/ presumably to cache information to a local SQLite database
* http://loopj.com/android-async-http/ for http
* http://ocpsoft.org/prettytime/ for time formatting
* http://viewpagerindicator.com for tabbing interaction
When searching for webviews I only find them used for the login.
When looking at the localisations there are quite a few languages present, but it turns out they are from the library components above. For example if you use Czech the app will be include except the pull to refresh component which will use Czech.
Re: Trello Android App Available for Download
#37I really hate it when iOS developers make Android apps. Android has AccountManager. It automatically integrates with the accounts on your device. If you ever present you own UI for a login screen then you are doing it very very wrong. What should have happened is that on start when I said I wanted to use a Google account it should have shown me the accounts from AccountManager, and then I would have picked and author…
This was not for lack of effort. You can only get OAuth creds from Google accounts on Android, and we use OpenID. If you have information otherwise, please tell us: http://stackoverflow.com/questions/11347801/use-google-openi...
My ulterior motive was to see if you had multi-account support. I have a work trello account and personal one, and needless to say the web experience is dreadful.
Re: Trello Android App Available for Download
#38Earlier quoted context omitted.
Many many Android users are terrified of apps that ask for AccountManager-related permissions, especially the Manage Accounts permission if an app wants to use Android to store their own credentials. Developers don't want to scare away people who are unsure about certain permissions.
The widely adopted solution is to explain permissions clearly (eg text in app description or link to a web page). In this case I wasn't even talking about the Trello apps storing credentials in AccountManager - I meant it as a client of the AccountManager to let me use the existing credentials the device already knows.
Re: Trello Android App Available for Download
#39Sorry I might just be missing something but is there a way to create a new board from the app? Or is it only to continue working on boards you've started already?
We haven't added board creation yet, but it is very high up on our next up list.
Re: Trello Android App Available for Download
#40Anyone using Trello for GTD. What's your workflow?
I haven't yet, but I think a lot of people use labels extensively to further organize (e.g. is this to do at #home, #work, an #errand...? will this action take #5mins, #30mins, etc).