2
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Sep 21, 2024 — Sep 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
No longer need persistent activity permission. More... over 16 years ago
Switching to startService instead of alarm manager. Using a partial wake lock in the service to prevent CPU from stopping. More... over 16 years ago
Accidentally had the upgrade for < version 8 inside the version 7 upgrade block. Moved outside. More... over 16 years ago
Added favorite capability, create/destroy. Added destroy status capability. Updated splash screen with absolute paths. Updated tweetlist.xml with background to work in 1.5. Changed input field in tweetlist.xml to better support 1.5. Updated tweetlist_item.xml with new icon for favorite indication. Added window background attribute. Added strings for the new capabilities. Updated themes to use the new window background attribute. Added new fields to the AndTweetProvider database. Updated service and activities to handle the new fields and the new capabilities such as favorites. Updated the TweetBinder adapter binder to handle favorites. Updated the FriendTimeline database calls to handle favorites. Fixed FriendTimeline insertions of TWEET_TYPE. Added new methods to Connection class to support favorites and destroying statuses. More... over 16 years ago
Updated version. More... over 16 years ago
Added Retweet capability. More... over 16 years ago
Updating project for 1.5 SDK. More... over 16 years ago
Added minSdkVersion which is now required by the Android Market. More... over 16 years ago
Renamed replies to Mentions. Added network timeout handling to GET and POST methods. Updated version. More... over 16 years ago
Updated version number. More... over 16 years ago
UPDATES: * Commented out usage of external storage. Not very stable. Possibly something to do with the database acquiring an exclusive lock on the drive when writing. * Updated connections to twitter to use since_id instead of since. The since parameter has been deprecated and does not work any longer. * Removed checks for external storage. * Made sure that manual reload also updates the last stored since_id. More... over 16 years ago
Added strings for the dialog for missing external storage. More... over 16 years ago
Added special handling for external storage to ensure that the user is alerted when it is not present. More... over 16 years ago
Switched external storage notification to using a dialog instead of a toast. Added dialog for missing external storage. More... over 16 years ago
Cleaned up synchronized usage. More... over 16 years ago
Ensured that database throws exceptions in the event that the external storage is unmounted or read-only. Storing database externally in its own directory. More... over 16 years ago
Removed commented out code. More... over 16 years ago
Preparing for 0.1.19 release. Added custom title to be able to display Twitter rate limit in header. Moved indeterminate progress display into a progress dialog for manual reload. Added handling of reply timeline. Integrates with regular tweets, using integer to determine type. Updated the table definitions for tweets and users to prepare for future functionality. Upgraded database to version 7. Updated application version to 0.1.19. Fixed thread-safe issue with SimpleDateFormat, made function calls synchronized. Added layout for timeline list items with avatars. Will be used in future version. Added rate limit check URL to connection handler. Added replies URL to connection handler. Added replies loading to the connection handler. Added support for setting the limit for the timeline functions in the connection handler. Added dialog question to ask user about using SD card for database. Extended the SQLiteOpenHelper in AndTweetProvider to support custom database locations. Added checks to ensure that the user is notified when the external storage is either unmounted or mounted read-only. More... over 16 years ago
Removed unnecessary log messages. More... over 16 years ago
Preparing for 0.1.18 release. Added reply notifications. Added options to preferences to control what notifications to receive, tweets, replies, and DMs. Moved hard-coded strings from preferences.xml into strings.xml. Fixed direct messages Connection last date run bug. More... over 16 years ago
Updated to version 0.1.17. Had to release a quick fix for some issues. More... over 16 years ago
The twitter API had changed and verify_credentials now resides within the account section. Also added better reporting of 404's. More... over 16 years ago
Commented out menu options that are not being used yet. Updated the intro splash texts to reflect recent changes to the code. More... over 16 years ago
Fixed vibration not working. Was using the wrong preference name. Added search feature for friend timeline and direct messages. Added handling for twitter connection exceptions such as 401, and 503. Added notification sound selection to preferences. Added display of message when twitter is over capacity. Updated menu to reflect the new search options. Finished replies screen. Uses search to look for @ replies. More... over 16 years ago
Fixed last run times to work. Had forgotten to actually read them in from preferences before setting them again. More... over 16 years ago
Fixed connections that use run time to not use it if it is 0. More... over 16 years ago
Fixed timeline updates working correctly when posting replies and updates. Started using alarm manager to ensure that automatic updates run as intended. Added informational titles to activities to show additional information. Moved main menu into an XML file. Added new page to the Splash pages. More... over 16 years ago
Whitespace fix. More... over 16 years ago
Moved main menu into XML file. Added icons for main menu items. Added new main menu items and split up messages and main timeline. More... over 16 years ago
Made sure that text edit field remains the right color when theme is switched between light and dark. Added padding to tweet list items and the tweet view. More... over 16 years ago