0
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 4 hours ago.
Dec 27, 2024 — Dec 27, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'readonly-p4-master' More... over 16 years ago
AI 144411: am: CL 144336 am: CL 144335 Import US Spanish translations, and a few Japanese changes. Original author: enf Merged from: //branches/cupcake/... Original author: android-build More... over 16 years ago
AI 144355: Automated g4 rollback of changelist 144335. *** Reason for rollback *** Roll back US Spanish import because it made the build too big. *** Original change description *** Import US Spanish translations, and a few Japanese changes. More... over 16 years ago
AI 144336: am: CL 144335 Import US Spanish translations, and a few Japanese changes. Original author: enf Merged from: //branches/cupcake/... More... over 16 years ago
AI 144335: Import US Spanish translations, and a few Japanese changes. More... over 16 years ago
Merge branch 'readonly-p4-master'
winksaville
as Wink Saville
More... over 16 years ago
AI 144245: Fix merge conflict for megering in the CDMA changes in to master from donutburger.
winksaville
as Wink Saville
More... over 16 years ago
AI 144185: Integrate cdma into the main code base.
winksaville
as Wink Saville
More... over 16 years ago
Merge commit 'goog/readonly-p4-master' More... over 16 years ago
AI 143834: Fix bug: 1716138 - Editing recipient filed restores the old recipient number code. Implemented a suggestion from enf: If the user is in the middle of editing an existing recipient, don't offer the auto-complete menu. Without this, when the user selects an auto-complete menu item, it will get added to the list of recipients so we end up with the old before-editing recipient and the new post-editing recipient. As a precedent, gmail does not show the auto-complete menu when editing an existing recipient. BUG=1716138 More... over 16 years ago
AI 143712: am: CL 143685 am: CL 143547 Import revised translations. Original author: enf Merged from: //branches/cupcake/... Original author: android-build Merged from: //branches/donutburger/... More... over 16 years ago
AI 143685: am: CL 143547 Import revised translations. Original author: enf Merged from: //branches/cupcake/... More... over 16 years ago
AI 143547: Import revised translations. BUG=1738388 More... over 16 years ago
Merge branch 'open_source_contributions_already_merged' into google_internal More... over 16 years ago
AI 143367: am: CL 143217 am: CL 143012 Import revised Japanese translations. Original author: enf Merged from: //branches/cupcake/... Original author: android-build Merged from: //branches/donutburger/... More... almost 17 years ago
AI 143364: am: CL 143214 am: CL 143009 More work on issue #1739507 (kila-user build is too big): remove some unused application resources I found. Original author: hackbod Merged from: //branches/cupcake/... Original author: android-build Merged from: //branches/donutburger/... More... almost 17 years ago
AI 143362: am: CL 143211 am: CL 143007 When discarding an MMS message, also delete any associated SMS drafts. This will keep intermediate anonymous drafts created in the process of switching activities (e.g. to attach a picture) from being left behind. Original author: ficus Merged from: //branches/cupcake/... Original author: android-build Merged from: //branches/donutburger/... More... almost 17 years ago
AI 143353: am: CL 143202 am: CL 142984 Don't cancel failed message notifications from ConversationList. They will (and should only be) cancelled from ComposeMessageActivity when the failed message has been reviewed by the user. Original author: ficus Merged from: //branches/cupcake/... Original author: android-build Merged from: //branches/donutburger/... More... almost 17 years ago
AI 143352: am: CL 143201 am: CL 142983 Bail out early from saveDraft() if we have already discarded a message to keep from creating a bogus thread. Original author: ficus Merged from: //branches/cupcake/... Original author: android-build Merged from: //branches/donutburger/... More... almost 17 years ago
AI 143217: am: CL 143012 Import revised Japanese translations. Original author: enf Merged from: //branches/cupcake/... More... almost 17 years ago
AI 143214: am: CL 143009 More work on issue #1739507 (kila-user build is too big): remove some unused application resources I found. Original author: hackbod Merged from: //branches/cupcake/... More... almost 17 years ago
AI 143330: am: CL 143180 am: CL 142923 Fix bug: 1730901 - Unread notification takes me to the wrong thread. When a user selected a notification for a specific message failure, the intent sent to ComposeMessageActivity was sometimes a previous intent and the wrong message thread would be displayed. We needed to set a flag in PendingIntent so the intent we passed in would replace any previous one. Hard to find. Easy to fix. Original author: tomtaylor Merged from: //branches/cupcake/... Original author: android-build Merged from: //branches/donutburger/... More... almost 17 years ago
AI 143211: am: CL 143007 When discarding an MMS message, also delete any associated SMS drafts. This will keep intermediate anonymous drafts created in the process of switching activities (e.g. to attach a picture) from being left behind. Original author: ficus Merged from: //branches/cupcake/... More... almost 17 years ago
AI 143325: am: CL 143175 am: CL 142882 Rework the way ConversationList interacts with its adapter. Stop caching its cursor, stop making an entirely new adapter with every query. Hopefully fixes the long-lurking HeaderViewListAdapter crash. Original author: ficus Merged from: //branches/cupcake/... Original author: android-build Merged from: //branches/donutburger/... More... almost 17 years ago
AI 143315: am: CL 143166 am: CL 142862 Allow anonymous (recipientless) draft messages to be saved when we have no choice but to either save the message or throw it out and can't give the user a choice with a dialog. More aggressive refresh of draft cache to catch cases where the thread ID may have changed. Avoid losing track of proper MMS state in image attachment add failure on resize. Original author: ficus Merged from: //branches/cupcake/... Original author: android-build Merged from: //branches/donutburger/... More... almost 17 years ago
AI 143202: am: CL 142984 Don't cancel failed message notifications from ConversationList. They will (and should only be) cancelled from ComposeMessageActivity when the failed message has been reviewed by the user. Original author: ficus Merged from: //branches/cupcake/... More... almost 17 years ago
AI 143296: Merge from donut Change 143147 More... almost 17 years ago
AI 143201: am: CL 142983 Bail out early from saveDraft() if we have already discarded a message to keep from creating a bogus thread. Original author: ficus Merged from: //branches/cupcake/... More... almost 17 years ago
AI 143180: am: CL 142923 Fix bug: 1730901 - Unread notification takes me to the wrong thread. When a user selected a notification for a specific message failure, the intent sent to ComposeMessageActivity was sometimes a previous intent and the wrong message thread would be displayed. We needed to set a flag in PendingIntent so the intent we passed in would replace any previous one. Hard to find. Easy to fix. Original author: tomtaylor Merged from: //branches/cupcake/... More... almost 17 years ago
AI 143175: am: CL 142882 Rework the way ConversationList interacts with its adapter. Stop caching its cursor, stop making an entirely new adapter with every query. Hopefully fixes the long-lurking HeaderViewListAdapter crash. Original author: ficus Merged from: //branches/cupcake/... More... almost 17 years ago