Commit Graph

10 Commits

Author SHA1 Message Date
dbf1c509b2 TravelPost.java
im a lot closer to finishing twitter intergration.

however it is breaking at line 103 when it tries to get the users auth tokens from twitter
2011-01-30 20:49:00 +00:00
660cb3f10b fixed the onActivityResult bug i was having, it was due to a manifiest tag i added during testing 2011-01-30 17:34:11 +00:00
6a5645b307 not much done, however im alot closer to haveing twitter intergration finished.
i have made a java se twitter app to learn the api, and started the porting over to android.

right now the issue im having is that the onActivityResult() is not being called at the right time.
2011-01-29 19:26:00 +00:00
53845d6131 created webauth.xml to be used with displaying the web auth site, and allowing the user to input their auth code
i created WebAuth.java to be used to display the social client auth site, and get the users auth code

started intergration of twitter
2011-01-24 18:12:18 +00:00
db27e1528a created travelpostwidget.xml to be used as the widget layout
added required information into travelpostwidgetinfo.xml

TravelPostWidget.java 
created onReceive(), onUpdate(), onDestroy()
added debug logs to TravelPostWidget.java

added TravelPostWidget.java to the AndroidManifest.xml

got the widget button to start the service via a pending intent

basic testing seems to be all working, i need to run some more test on the service befor i call it done
2011-01-24 01:30:15 +00:00
72923068ec Modified TravelPost.java to extend PreferenceActivity instead of activity, and created the settings.xml to be used for the activity.
incorpatared the exception handler into TravelPost.java

Added android permission READ_LOGS to the manifest for the exception handler

created LocationService.java, and LocationReceiver.java to handle the location services required.

updated version build code to 0.0.0 b 0 as we do not have a working version yet
2011-01-21 18:25:23 +00:00
warren powers
6eb8e7858b xml files cannot contain capital letters. somehow it committed with the error. fixed error and committed. TravelPostWidgetInfo.xml is now renamed to travelpostwidgetinfo.xml 2011-01-17 03:40:14 +00:00
warren powers
e14c957a20 created TravelPostWidget.java
created xml folder and added TravelPostWidgetInfo.xml to it.
2011-01-16 20:59:52 +00:00
warren powers
61212cb55e created TavelPost.java and ChangeLog.txt
added PostMortemReportExceptionHandler.java
2011-01-16 20:40:42 +00:00
warren powers
b80f3abf75 initial commit. no work done. 2011-01-16 20:34:01 +00:00