New "cupcake" update details surface - Android Community Forums
Register Members List Social Groups Calendar Search Today's Posts Mark Forums Read


Go Back   Android Community Forums > Android Discussions > Android OS Discussions > Talkback


Talkback Comment and talkback related to frontpage news

Reply
 
Thread Tools Display Modes
  #1  
Old 12-18-2008, 11:12 AM
talkbackdroid talkbackdroid is offline
talkbackdroid is Crawling the web for Android news
Established entity
 
Join Date: Sep 2008
Posts: 360
talkbackdroid is on a distinguished road
Default New "cupcake" update details surface

New “cupcake” update details have been announced on the Android project site. Apparently we will be getting a lot more than a few bug fixes and supposed security patches. Just what else is there, take a look after the jump.

Google has decided to... Read more
Reply With Quote
Ads
  #2  
Old 12-18-2008, 11:16 AM
AlfSimen's Avatar
AlfSimen AlfSimen is offline
AlfSimen is having fun with his G1
Has a life!
 
Join Date: Sep 2008
Location: Norway
Posts: 66
AlfSimen is on a distinguished road
Default Re: New "cupcake" update details surface

Same discussion here: http://androidcommunity.com/forums/f...d-update-9452/
Reply With Quote
  #3  
Old 12-18-2008, 11:16 AM
constellanation's Avatar
constellanation constellanation is offline
constellanation is wanting to flash something on his phone
Android I/O - Lead Android
 
Join Date: Oct 2008
Posts: 5,438
constellanation is on a distinguished road

Android Community Staff Award 
Total Awards: 1

Default Re: New "cupcake" update details surface

i love it when a plan comes together.

and some people thought google was forgetting about its new baby android! this is all very very promising!
Reply With Quote
  #4  
Old 12-18-2008, 11:16 AM
averad's Avatar
averad averad is offline
averad is right behind you!
Established entity
 
Join Date: Nov 2008
Location: Right Behind You
Posts: 246
averad is on a distinguished road
Default Re: New "cupcake" update details surface

"cupcake" development branch
From http://source.android.com/roadmap:
During Android's transition to an open-source project, some development has continued to happen in a private branch. We are working to move the rest of these changes into the open as soon as possible, and all future open-source work will happen in the public git repositories. All changes that have already been submitted to the public repositories will be merged into the newer code base, so nothing should be lost.

The Android team has begun pushing these changes to the public git repositories, in the "cupcake" branch.

About this code drop:
The "cupcake" branch is a read-only mirror of the private Android branch.
cupcake is still very much a work in progress. It is a development branch, not a release.
The first drop is a large roll-up commit of all of the changes since release-1.0. We will transition to regular, smaller roll-up drops, ultimately pushing individual commits.
The cupcake branch will be merged into the master branch, so that all of the public patches can be used with the new code base. None of the commits in the public repositories will be lost, unless they no longer make sense or are obsoleted by the new code base. Due to the United States' holiday season, though, this may not be finished until early January.
To check out the cupcake branch:
mkdir cupcake # create a new client directory
cd cupcake
repo init -u git://android.git.kernel.org/platform/manifest.git -b cupcake
repo sync

Notable changes introduced in cupcake:

Applications
MMS
New features
Save attachments from MMS.
Significant bug fixes
Faster conversation list scrolling
Email
Significant bug fixes
Accounts that were marked "never check" are not auto-checked.
Date & time displayed using user preference (e.g. 24 hr vs. AM/PM).
cc: displayed in message view.
Relaxed POP3 parser rules so it works with non-compliant email servers.
Password quoting bugs in IMAP. Makes it work for users with funny chars in their password (e.g. spaces).
Various sources of errors in auto & manual account setup.
Improvements on how we report various connection errors. Makes it much easier for user to diagnose failed account setups.
New-mail notifications for POP3 accounts.
Properly recover from POP3 connection failures, so that the next connection has a chance of working properly.
Remove automatic accounts setup entries that were broken or not testable. Minor fixes to a few of the remaining entries. Improvements to warning dialogs used for a few special cases.
New accounts are now set to check every 15 minutes (instead of defaulting to "never").
Fixed a bug causing approximately 1 in 25 outbound messages to freeze up the IMAP connection (to a Gmail based server) when transferred to the Sent folder. This broke the entire connection so new messages could not be downloaded either.
Unit test framework so Email can be extended & tested more reliably.
Fix IMAP manually-created accounts so message delete works properly.
Alarm Clock
Significant bug fixes
Alert now plays audio/vibe directly, rather than through AlarmManager. AlarmClock alert starts playing audio/vibe in its IntentReceiver, rather than on activity start. These changes should prevent alarms from being blocked by modal dialogs.
Package Installer
Significant bug fixes
Bugs related to replacing existing applications.
Settings
New features
New menu option to list running processes in Settings->ManageApplications.
Music
New features
Music playback fades in after suspending for phone call.
New media search intent allows for 3rd party apps to launch or respond to media searches based on artist, album, or title.
Affects: Music Player, YouTube, Browser applications.
Browser
New features
Updated WebKit browser core, synced with Nov 2008 WebKit version.
Support for new, optimized JavaScript engine (SquirrelFish).
Copy / paste is enabled in the browser. To copy with touch, press and hold the shift key and select the text. Releasing the shift key or ending the touch drag copies the text. To copy with the trackball, press and hold the shift key, move the cursor to the selection start, click the trackball, and move the trackball to the extend the selection. Releasing the shift key, or clicking the trackball a second time, copies the text.
Find is enabled in the browser. To find text, choose it from the menu and type the text to find.
Drawing has been sped up substantially by supporting partial content invalidates and partial screen invalidates. Pages with animations are 5x faster.
VoiceDialer
New features
VoiceDialer supports 'open app' command
Camera/Gallery
New features
Video recorder mode
Share intent for videos
Video thumbnails
Local file playback

Download manager
New features
Support for HTTP codes 301, 302, 303 and 307 (redirects).
HTTP code 503 is now handled, with support for retry-after in delay-seconds.
Downloads that were cleanly interrupted are now resumed instead of failing.
Applications can now pause their downloads.
Retry delays are now randomized.
Connectivity is now checked on all interfaces.
Downloads with invalid characters in file name can now be saved.

Framework
New features
Support of touch events in WebView.
New JavaScript engine (SquirrelFish) in WebView.
Input method framework, for soft keyboards and other on-screen input methods. Includes new APIs for applications to interact with input methods, and the ability for third party developers to write their own input methods.
Access to the raw audio data for playback and recording from application code.
New PendingIntent.FLAG_UPDATE_CURRENT option.
Support for top-level boolean resources.
Tactile feedback to the LockPatternView. Tactile feedback can be enabled/disabled by going to Settings > Security & location and then checking/unchecking "Use tactile feedback". Note that this can be used independently of the visual feedback of the lines ("Use visible pattern"). Thus it gives users a middle ground between showing the lines on the screen and having no feedback at all.
PackageManager changes to support un-installation of partially installed applications. Added new flag PackageManager.GET_UNINSTALLED_PACKAGES to include partially installed apps in all relevant PackageManager api's. ManageApplications screen now lists such partially installed apps and the user can uninstall these applications completely.
Support third party updates of system applications. New menu options in Settings->ManageApplications to list updated system applications.
Framework support to list current running processes. New API in ActivityManager.
Framework feature to declare required configurations by applications. New manifest attribute uses-configuration in android manifest.
Hardware accelerated video encode (video recorder) in opencore.
Simplified SREC speech recognition API available.
Streaming audio I/O for applications.
Significant bug fixes
Fixed issues with saving state in the view hierarchy, so that you can properly subclass from something like TextView and create your own state that inherits from that provided by TextView.
TextView now implements onKeyMultiple(), so that flinging the trackball will result in accelerated scrolling. This required some changes to movement methods, and included some improvements to the acceleration computed when flinging.
Framework bug fixes in PackageManager to share/un-share permissions for applications with shared uid's.
Significant rework of Settings->ManageApplications Performance and UI enhancements.
A number of settings in android.provider.Settings.System were moved to android.provider.Settings.Secure. Only system software can modify these settings. Additionally, a new permission, WRITE_SECURE_SETTINGS, is required to access these settings. The old constants in Settings.System have been deprecated. It is possible to read settings values via Settings.System using the deprecated constants. However, attempts to modify these settings via Settings.System will result in a log message and the setting value will be left unchanged.
Many bug fixes in the media framework

Bluetooth
New features
Support for A2DP & AVRCP profiles.
Significant bug fixes
First connection after pairing always fails on many carkits.
Mini Cooper and some late model BMW cars fail to use Bluetooth or take 2 minutes for Phone Book transfer.

System software
New features
New kernel based on Linux 2.6.27.
Improvements to the wakelock API.
Work to transition to the USB Gadget Framework underway.
Basic x86 support.

Radio & Telephony
New features
SIM Application Toolkit 1.0.
Green CALL button is no longer a shortcut for "add a new call". This has been a rarely used feature and confusing if triggered accidentally.
Longer in-call screen timeout when using the speakerphone.
"Show dialpad" / "Hide dialpad" item added to the in-call menu, to make it easier to discover the DTMF dialpad.
Significant bug fixes
An obscure case where the Phone UI could cause the device to not go to sleep on its own. This would happen if user bails out of the in-call screen by hitting HOME, followed by the call disconnecting remotely.
Don't allow a single tap to open the in-call dialpad. It is now required to touch and drag it. This makes it much harder to accidentally open the dialpad by touching the screen with your face.

Developer Tools
New features
Enable handset manufacturers to extend the Android SDK with add-ons. SDK add-ons will include:
system libraries to let developers use additional APIs provided by handset manufacturers or from other 3rd party vendors that handset manufacturers chose to include
emulator system images, skins, and hardware configuration to let developers test their applications on their Android implementation
This is work-in-progress. Please note that the latest Android SDK (Android 1.0 SDK, Release 2) is not compatible with the SDK plugin in the new branch, please use ADT 0.8.0. SDK add-on support is planned for future SDK release.


Build System
New features
The functions in build/envsetup.sh should be much more useful
__________________
There are no stupid questions, only people who refuse to use the SEARCH button.
Reply With Quote
  #5  
Old 12-18-2008, 11:22 AM
reggdog reggdog is offline
reggdog has no status.
Smoke signaler
 
Join Date: Oct 2008
Posts: 36
reggdog is on a distinguished road
Default Re: New "cupcake" update details surface

Can't wait for this to roll out.
Reply With Quote
  #6  
Old 12-18-2008, 12:01 PM
davidj2k davidj2k is offline
davidj2k has no status.
Smoke signaler
 
Join Date: Oct 2008
Posts: 10
davidj2k is on a distinguished road
Default Re: New "cupcake" update details surface

I am assuming the x86 support has something to do with this

http://tech.slashdot.org/article.pl?...59230&from=rss
Reply With Quote
  #7  
Old 12-18-2008, 12:35 PM
DaYuMu6ft7's Avatar
DaYuMu6ft7 DaYuMu6ft7 is offline
DaYuMu6ft7 is M.I.A or is he ?
Homeland Security - Staff Android
 
Join Date: Oct 2008
Location: Philly All Day!
Posts: 4,764
DaYuMu6ft7 is on a distinguished road

Android Community Staff Award 
Total Awards: 1

Send a message via AIM to DaYuMu6ft7 Send a message via Yahoo to DaYuMu6ft7 Send a message via Skype™ to DaYuMu6ft7
Default Re: New "cupcake" update details surface

Someone already posted this late last night early this morning...

Cool!

Edit: Thanks AlfSimen
__________________
Rom: New and Improved CyanogenMod-4.2.5
Theme: Nope! No way, Non existent
Recovery Menu: Cyanogen's Recovery Menu 1.4
Radio: 2.22.19.26I <-- Flash B4 the SPL or else
SPL: Haykuro's SPL

Last edited by DaYuMu6ft7; 12-18-2008 at 12:38 PM. Reason: I see someone already posted the link from lastnight
Reply With Quote
  #8  
Old 12-18-2008, 12:42 PM
Michael Martin Michael Martin is offline
Michael Martin has no status.
Smoke signaler
 
Join Date: Dec 2008
Location: San Diego
Posts: 18
Michael Martin is on a distinguished road
Default Re: New "cupcake" update details surface

I was hoping for a confirmation of FLASH being released for Android as was demoed back in November.

,Michael Martin
Google And Blog
Reply With Quote
  #9  
Old 12-18-2008, 12:44 PM
My_Name_Is_Neo My_Name_Is_Neo is offline
My_Name_Is_Neo has no status.
Smoke signaler
 
Join Date: Sep 2008
Posts: 34
My_Name_Is_Neo is on a distinguished road
Talking A2dp

Do you realize this, I almost missed it. under bluetooth it says A2DP.. yessssss..
No more wired headphones..
I can use my Stereo Bluetooth headphones with G1.. One more slap on iPhones shiny face.. haha.. Yeetaaaaaa.. i am just excited..
Reply With Quote
  #10  
Old 12-18-2008, 12:51 PM
storm14k storm14k is offline
storm14k has no status.
Smoke signaler
 
Join Date: Nov 2008
Posts: 26
storm14k is on a distinguished road
Default Re: New "cupcake" update details surface

Did I read that list right and is this everything going into this release? I saw what looked like stereo bluetooth. Now I probably won't be using it anytime soon but with that, video recording, and future flash I want to see what the naysayers have to say then.

It looks like people will have to start realizing the true benefit of the Android platform pretty soon.
Reply With Quote
Reply

Bookmarks


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Forum Jump

Ads

Similar Threads
Thread Thread Starter Forum Replies Last Post
OTA Update vs. SD Card Update: What does your Build # say? rev_otto HTC Handsets 9 11-09-2009 08:58 AM
(Update:RC29 Already out.) Anyone Get Their Update Yet? legaleye3000 HTC Handsets 96 02-10-2009 07:06 AM
Motorola Atila Spy Shots Surface(answer to iphone/g1/bb storm?) vbreal Other phones 5 11-24-2008 12:24 PM
T-Mobile USA Details Dev Program details refused9150 OHA Members Discussions 0 09-11-2008 12:16 PM


All times are GMT -5. The time now is 02:46 AM.



Copyright 2008-2009 Android Community / R3 Media LLC, All Rights Reserved.