2
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 23 hours ago.
Sep 19, 2024 — Sep 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
FIXED - task 24: Interface theme mess up http://code.google.com/p/andtweet/issues/detail?id=24 The problem appeared to be very simple: wrong line, defining light background, in the themes.xml file. More... over 15 years ago
Fixed minor issue with auto updates (first auto update occurred right after checking the box) More... over 15 years ago
Added new notification icon plus SVG sources More... over 15 years ago
Fixed - task 25: constant direct message notifications http://code.google.com/p/andtweet/issues/detail?id=25 I think the problem was due to the long-lasting SharedPreferences.Editor usage by multiple threads. Now the code that reads and/or write shared preferences is more compact and incapsulated into synchronized blocks More... over 15 years ago
Added German translation for widget strings More... over 15 years ago
- Everywhere got rid of e.getMessage() in exception handling, e.g.: Log.e(TAG, e.getMessage()); because sometimes it produces uncaught exception followed by AtndTweet crash!!! Needs more testing now... - AppWidget configuration activity (temporarily?) commented (removed effectively...) because there is no in it, in fact. - Small changes in Russian translation More... over 15 years ago
Brushed up the lingo concerning the auto updates. More... over 15 years ago
Fix: The service wasn't started automatically at app installation. More... over 15 years ago
Fixed task 28: ActivityNotFoundException while long clicking on private messages http://code.google.com/p/andtweet/issues/detail?id=28 Now user sees "Not implemented" toast instead of Error message. More... over 15 years ago
For RelativeTime class improved phrase formatting to using {@link I18n#formatQuantityMessage} FIXED - task 35: Add Russian language user interface to AndTweet http://code.google.com/p/andtweet/issues/detail?id=35 More... over 15 years ago
Removed redundant code and added a bit of logging. More... over 15 years ago
Fixed the problem that the recurring alarm was not started on reboot. More... over 15 years ago
Two tasks done (at least, partially): 1. task 35: Add Russian language user interface to AndTweet http://code.google.com/p/andtweet/issues/detail?id=35 2. task 29: AndTweet keeps the Android from going to sleep http://code.google.com/p/andtweet/issues/detail?id=29 More... over 15 years ago
Merging widget branch to the trunk More... over 15 years ago
Reverting accidental changes to the trunk... More... over 15 years ago
Committing what didn't synchronize well during previous commit... More... over 15 years ago
Committing what didn't synchronize well during previous commit... More... over 15 years ago
added history size/time preferences More... about 16 years ago
added ant More... about 16 years ago
Fix for typo in German translation (Fixes issue 21) More... over 16 years ago
Updated version. Releasing 0.2.4. More... over 16 years ago
Made sure that dates are imported correctly for direct messages. More... over 16 years ago
Fixed issue 16: Focus list instead of textbox. Made a check to make sure that a hardware keyboard exists before trying to auto-focus the input field. Also made sure that the keyboard is not automatically visible by configuring the activity through the manifest. More... over 16 years ago
Benjamin Schirmer added direct message translations. More... over 16 years ago
Fixed date bug where tweets would get the current date by default because the calendar date parser would fail. Thanks to Benjamin Schirmer for the fix. More... over 16 years ago
Ensured that text limits update no matter what type of keyboard is in use. More... over 16 years ago
Added better handling for connection exceptions. Made sure that user-dismissed dialogs does not give errors when the application attempts to dismiss them. More... over 16 years ago
Fixed issue 19: Notifications for mentions does not work. More... over 16 years ago
Added German translation, courtesy of codename.matrix. More... over 16 years ago
Added relative time strings to the string assets. Updated timeout values. More... over 16 years ago