aboutsummaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
AgeCommit message (Collapse)Author
2012-02-21convert layouts to use theme/styleHEADmasterAndy Doan
This moves the styling of the GUI components into the styles.xml file. This allows a more central place to be able to update branding of the app from
2012-02-06version 1.06(7)Andy Doan
fix the scrolling issue with long session descriptions
2012-01-30version 1.04(6)Andy Doan
Mostly some minor bug fixes. Also the ability to test app using a staging URL
2011-10-27version 1.04 (5)Andy Doan
This version includes the ability to view your personal schedule and to add items to your calendar
2011-10-27add support for showing personal scheduleAndy Doan
This creates a class that can automate the logic of logging into summit.linaro.org and getting the user's key which is used in the url to download their iCal schedule
2011-10-25version 4 (1.03)Andy Doan
2011-10-25move to version 3v1.02Andy Doan
this includes a new layout to better show the schedule
2011-10-25create an activity to display schedule itemsAndy Doan
2011-10-25add a new activity for displaying ical schedulesAndy Doan
2011-10-24allow multi-level main screenAndy Doan
you can now pass a link to a second activity which will allow you to drill down on a topic
2011-10-20bump version for android marketv1.01Andy Doan
2011-10-16add a new activity for posting feedsAndy Doan
this creates a new activity that can handle feeds for things like google+ or twitter
2011-10-14make image list intent implicitAndy Doan
making this implicit allows for a code simplification
2011-09-21add activity to view a single JSONImageItemAndy Doan
2011-09-21create an IMAGES handlerAndy Doan
this is the first part in a series to support a handler that can take JSON feed like: http://www.linaro.org/remote/twitpic.php and display an image browser.
2011-09-19initial commitAndy Doan
this includes a very simple way to display items that have URL's associated with them