2
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 7 hours ago.
Sep 23, 2024 — Sep 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Started using Alarm Manager in order to ensure that new data is fetched when automatic updates are enabled. Service is now created automatically when any of the timeline activities start. The service will be run on a schedule based on the setting in preferences using a repeating alarm. Added permission for wake lock. Moved date format from DirectMessages.java and FriendTimeline.java into TimelineActivity.java. More... over 16 years ago
Set automatic update default to 15 minutes. Based on suggestion in issue #4. More... over 16 years ago
Fixed typo in notification message for direct messages. More... over 16 years ago
Added splash screen. Added animations used for splash screen and read more screen. Updated loading message footer in list activities to use a progress bar and also to display properly when list is being scrolled to the bottom. Cleaned up connection errors and made sure that they return proper user responses. Removed progress_small.xml because it is no longer needed. Added Direct Messages activity. Added direct messages data connection class. Updated loadTheme() method in TimelineActivity.java and TweetActivity.java to support using the light theme. Switched all dialog windows over to using onCreateDialog. Added light theme to preferences. Added light theme to attributes and theme. Added text editor color to theme and attributes. Added IDs to the items in tweetlist.xml. Updated item_loading.xml to use ProgressBar instead of a custom animation. More... over 16 years ago
Added strings for splash resources. More... over 16 years ago
Added resources for splash screen. More... over 16 years ago
Added license block. More... over 16 years ago
Added license block. More... over 16 years ago
Added Apache 2.0 license file. More... over 16 years ago
Removing unused namespace. More... over 16 years ago
Cleaned up namespaces and filenames. More... over 16 years ago
Added theme support to Tweet.java and TweetList.java. Added theme selector to preferences. Restructured preference screen with additional screens for groups. Added source column to AndTweetProvider.java. Added support for source column in Tweet.java. Fixed hourly display in RelativeTime.java. Added support for closing cursors manually in SearchableCursorAdapter.java. Added better handling of connection and authentication errors in Connection.java. Cleaned up managed cursor usage and replaced with own life cycle management. Avoids crashes and cursors not finalizing. More... over 16 years ago
Added AndTweet icon. Added BroadcastReceiver for on boot events. More... over 16 years ago
Cleaned up TweetList. Added string values for a couple of raw strings. More... over 16 years ago
Added support for styles. Added better handling of timeline loading/insertions. Added instant insertion upon successful status message post to twitter. Added custom QueryFilterProvider enabled SimpleCursorAdapter class, SearchableCursorAdapter. Switched all relevant cursors in TweetList to managed cursors through managedQuery. Updated names of parameters in tweet list items and tweet to match. Added future menu options with a message stating that they are not implemented yet. More... over 16 years ago
Added 15 minutes to the fetch frequency. More... over 16 years ago
Fixed a bug where tweet views wouldn't work because it was trying to use the managed cursor features that were removed in a previous commit. More... over 16 years ago
Added new exception class for connection exceptions. Cleaned up database connections. Apparently switching view from portrait to landscape freezes/stops an activity, and if using a managed query cursor, this will actually close the cursor in the middle of an active operation. Moved all CPU intensive tasks into Runnables. More... over 16 years ago
Updated log tag identifiers to make sure that they are uniform. Added credentials checking to preference screen. Made sure that automatic updates are always disabled unless credentials are present. More... over 16 years ago
Added manual reload functionality. Added threading support for posting messages with progress dialogs. Added class for parsing the friends timeline to the data namespace. Added strings used by dialogs and toasts. More... over 16 years ago
Removed friends.json since it was only used for testing. Now relies on fetching friends list from Twitter. More... over 16 years ago
Added progress bar display when posting a message. More... over 16 years ago
Made sure that password text entry works as intended. More... over 16 years ago
Added fix for times in the future to say "just now" More... over 16 years ago
Made some modifications to the data loading methods. More... over 16 years ago
Added getFriends method to the Connection class. Fixed AndTweet.Users table, not named authors, named users. Added experimental checking of user credentials to Preferences activity. Added loading of friends list from table to TweetList activity. Cleaned up cursor usage in TweetList. More... over 16 years ago
Added source parameter for AndTweet. More... over 16 years ago
Added parsing of update frequency for the summary of the preference element. Added more options for the update frequency list. More... over 16 years ago
Moved log message for new tweets into if block. Added more verbose comments to the Connection class. More... over 16 years ago
Added support for LED alerts. Added options menu item for reloading timeline. Still not active. More... over 16 years ago