index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cmds
Commit message (
Expand
)
Author
Age
Files
Lines
*
The touch screen is probably a feature.
Dianne Hackborn
2009-09-26
1
-0
/
+45
*
Use reflection to figure out a readable string from install error code.
Xavier Ducrohet
2009-09-25
1
-127
/
+74
*
keystore: remove old implementation and test.
Chia-chi Yeh
2009-09-24
9
-1532
/
+0
*
the boot animation is back! it broke in a recent check-in
Mathias Agopian
2009-09-23
1
-1
/
+1
*
fix simulator build
Mathias Agopian
2009-09-23
1
-0
/
+1
*
fix [2132563] stuck in boot animation (framebuffer_device_open: Failed to cre...
Mathias Agopian
2009-09-23
2
-4
/
+23
*
keystore: rename scan() to saw().
Chia-chi Yeh
2009-09-22
1
-4
/
+4
*
keystore: exclude builds for simulator.
Chia-chi Yeh
2009-09-22
1
-0
/
+4
*
keystore: enable delete(), scan(), exist() when keystore is locked.
Chia-chi Yeh
2009-09-21
1
-4
/
+14
*
keystore: switch to multi-user version.
Chia-chi Yeh
2009-09-18
4
-61
/
+87
*
keystore: add multi-user support.
Chia-chi Yeh
2009-09-18
3
-0
/
+662
*
Merge change 25528 into eclair
Android (Google) Code Review
2009-09-17
1
-0
/
+60
|
\
|
*
Another stagefright test-case and ignore end-of-stream notifications while we...
Andreas Huber
2009-09-17
1
-0
/
+60
*
|
Fix a minor bug in is_alnum_string()...
Hung-ying Tyan
2009-09-17
1
-5
/
+8
|
/
*
Added an API IOMX::createRendererFromJavaSurface.
Andreas Huber
2009-09-15
1
-0
/
+2
*
Merge change 24673 into eclair
Android (Google) Code Review
2009-09-13
7
-24
/
+94
|
\
|
*
Add tests and misc fixes on keystore.
Hung-ying Tyan
2009-09-11
7
-24
/
+94
*
|
Merge change 24762 into eclair
Android (Google) Code Review
2009-09-11
1
-2
/
+0
|
\
\
|
*
|
dumpstate: Switch back to running as non-root
Mike Lockwood
2009-09-11
1
-2
/
+0
|
|
/
*
|
Only build the "full" stagefright (including MediaExtractors and MediaPlayer)...
Andreas Huber
2009-09-11
1
-0
/
+4
*
|
Move JPEGSource.{cpp,h} into libstagefright.
Andreas Huber
2009-09-11
4
-296
/
+1
|
/
*
Media MIME types now have corresponding constants in MediaDefs.h, new codec e...
Andreas Huber
2009-09-10
4
-7
/
+67
*
Merge change 24179 into eclair
Android (Google) Code Review
2009-09-09
1
-2
/
+2
|
\
|
*
Support encoding amr-wb content in stagefright.
Andreas Huber
2009-09-08
1
-2
/
+2
*
|
Replace the delimiter whitespace with '\0'.
Chung-yih Wang
2009-09-09
5
-87
/
+96
|
/
*
dumpstate: Add the ctime (time the file was harvested out of /proc) to dump.
San Mehat
2009-09-05
1
-5
/
+13
*
Add another testcase for moto to reproduce bug #2099685 to the stagefright co...
Andreas Huber
2009-09-03
1
-0
/
+3
*
Merge change 23861 into eclair
Android (Google) Code Review
2009-09-03
3
-1
/
+71
|
\
|
*
Replace the bugreport symlink with a tool that starts the new dumpstate service.
Mike Lockwood
2009-09-03
3
-1
/
+71
*
|
Merge change 23715 into eclair
Android (Google) Code Review
2009-09-03
1
-7
/
+2
|
\
\
|
*
|
Setting the component role appears to be mandatory now for all mime types.
Andreas Huber
2009-09-02
1
-7
/
+2
*
|
|
Merge change 23714 into eclair
Android (Google) Code Review
2009-09-03
5
-2
/
+203
|
\
\
\
|
|
/
/
|
|
/
|
|
/
|
/
|
|
*
Some work to make audio encoding work.
Andreas Huber
2009-09-02
5
-2
/
+203
*
|
dumpstate: Add option to output to socket, disable code that switched to nonroot
Mike Lockwood
2009-09-02
1
-26
/
+54
|
/
*
dumpstate: Add support for apanic crash data
San Mehat
2009-09-01
1
-2
/
+19
*
Add error output to pm for FAILED_MISSING_FEATURE
Xavier Ducrohet
2009-08-31
1
-0
/
+3
*
More assert => CHECK
Andreas Huber
2009-08-28
1
-8
/
+6
*
Fixing the build.
Andreas Huber
2009-08-28
1
-1
/
+1
*
Squashed commit of the following:
Andreas Huber
2009-08-27
4
-336
/
+0
*
Extend stagefright commandline up to enable vendor to reproduce specific bugs...
Andreas Huber
2009-08-27
1
-2
/
+14
*
dumpstate: Get last_kmsg from /data instead of /proc.
San Mehat
2009-08-26
1
-1
/
+1
*
Added a commandline option to "stagefright" that limits decoding to a maximum...
Andreas Huber
2009-08-26
1
-2
/
+17
*
Enable specification of http:// urls in stagefright commandline tool.
Andreas Huber
2009-08-20
1
-1
/
+9
*
Dynamically allocate a pair of MemoryHeaps according buffer count/sizes requi...
Andreas Huber
2009-08-20
1
-4
/
+2
*
The PV AVC software decoder expects each fragment of a NAL unit to be handed ...
Andreas Huber
2009-08-19
1
-0
/
+1
*
Merge change 21745 into eclair
Android (Google) Code Review
2009-08-18
4
-286
/
+411
|
\
|
*
Refactored "stagefright" commandline app, split off JPEGSource.
Andreas Huber
2009-08-18
4
-286
/
+411
*
|
Merge change 21221 into eclair
Android (Google) Code Review
2009-08-18
1
-0
/
+6
|
\
\
|
|
/
|
/
|
|
*
Modify svc power command so it pokes the wake lock when called. This will ens...
Guang Zhu
2009-08-13
1
-0
/
+6
*
|
Squashed commit of the following:
Andreas Huber
2009-08-17
3
-141
/
+375
[next]