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
/
core
/
jni
/
android
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove dependency on SkPaintOptionsAndroid
Derek Sollenberger
2014-08-07
4
-20
/
+34
*
Add fontFeatureSettings to TextView and attrs
Behdad Esfahbod
2014-08-01
1
-2
/
+2
*
Merge "Add outline alpha" into lmp-dev
Chris Craik
2014-07-31
3
-6
/
+6
|
\
|
*
Add outline alpha
Chris Craik
2014-07-31
3
-6
/
+6
*
|
Support FontFeatureSettings in Paint
Behdad Esfahbod
2014-07-30
4
-3
/
+27
*
|
Merge "Bump refcount of canvas created for Picture" into lmp-dev
Raph Levien
2014-07-30
1
-0
/
+4
|
\
\
|
|
/
|
/
|
|
*
Bump refcount of canvas created for Picture
Raph Levien
2014-07-30
1
-0
/
+4
*
|
Disable fallback chaining in Skia.
Derek Sollenberger
2014-07-30
1
-4
/
+0
*
|
Clean up Minikin includes
Behdad Esfahbod
2014-07-30
6
-10
/
+11
*
|
Use new minikin Layout::doLayout() that doesn't use a CSS string
Behdad Esfahbod
2014-07-29
1
-18
/
+18
*
|
Merge "Further centralize Minikin interaction" into lmp-dev
Behdad Esfahbod
2014-07-24
3
-21
/
+13
|
\
\
|
*
|
Further centralize Minikin interaction
Behdad Esfahbod
2014-07-25
3
-21
/
+13
*
|
|
Remove unused TextLayout.h
Behdad Esfahbod
2014-07-25
1
-82
/
+0
|
/
/
*
|
Move Canvas.h to a new location so that it can be shared with HWUI.
Derek Sollenberger
2014-07-25
1
-127
/
+3
|
/
*
Add letter-spacing to Paint and TextView
Behdad Esfahbod
2014-07-24
4
-6
/
+34
*
Refactor text drawing to move minikin interactions outside of the canvas inte...
Derek Sollenberger
2014-07-24
2
-152
/
+96
*
Make updateLocalMatrix replace the current Matrix.
Leon Scroggins III
2014-07-24
1
-5
/
+9
*
Merge "[Bitmap] Add null pointer protection in Bitmap_sameAs()" into lmp-dev
Chris Craik
2014-07-22
1
-1
/
+13
|
\
|
*
[Bitmap] Add null pointer protection in Bitmap_sameAs()
henry.uh_chen
2014-07-22
1
-1
/
+13
*
|
Add android.Paint that inherits SkPaint
Behdad Esfahbod
2014-07-22
14
-252
/
+347
|
/
*
Remove invalid SkASSERT that prevents us from running with SK_DEBUG
Derek Sollenberger
2014-07-21
1
-1
/
+0
*
Separate Canvas JNI code from the implementation.
Derek Sollenberger
2014-07-21
10
-1349
/
+932
*
Revert "Separate Canvas JNI code from the implementation."
John Reck
2014-07-17
10
-932
/
+1349
*
Separate Canvas JNI code from the implementation. DO NOT MERGE
Derek Sollenberger
2014-07-15
10
-1349
/
+932
*
Implement outline support for nine patches
Chris Craik
2014-07-14
5
-70
/
+68
*
Simplify Shader.setLocalMatrix.
Leon Scroggins III
2014-07-10
1
-6
/
+7
*
Adding print preview.
Svet Ganov
2014-07-09
1
-3
/
+8
*
SkBitmap::Config is deprecated, use SkColorType
Mike Reed
2014-07-08
5
-51
/
+99
*
SkBitmap::Config is deprecated, use SkColorType
Mike Reed
2014-07-07
4
-15
/
+14
*
kNative_8888_SkColorType is now kN32_SkColorType
Mike Reed
2014-07-07
1
-1
/
+1
*
Make optical insets actually work
Alan Viverette
2014-07-04
1
-1
/
+1
*
Fix native crash when typeface is missing
Raph Levien
2014-07-02
1
-4
/
+8
*
Read premultiplied status from the SkBitmap.
Leon Scroggins III
2014-07-01
3
-40
/
+89
*
SurfaceTexture: Allow creation in detached mode
Dan Stoza
2014-06-26
1
-4
/
+11
*
Fix build breakage
Raph Levien
2014-06-26
3
-1
/
+6
*
Switch all text layout to Minikin
Raph Levien
2014-06-26
10
-1686
/
+14
*
Delete Paint.getTextGlyphs()
Raph Levien
2014-06-26
1
-44
/
+0
*
Use Minikin's purgeCaches
Raph Levien
2014-06-26
2
-1
/
+4
*
stop using (deprecated) SkBitmap::Config
Mike Reed
2014-06-20
3
-30
/
+33
*
Use Minikin grapheme cluster breaking
Raph Levien
2014-06-19
1
-0
/
+7
*
Simple implementation of drawPosText
Raph Levien
2014-06-19
1
-4
/
+0
*
Fix namespace for picture
Derek Sollenberger
2014-06-18
1
-1
/
+3
*
Merge "Implement drawTextOnPath with Minikin"
Raph Levien
2014-06-17
3
-8
/
+79
|
\
|
*
Implement drawTextOnPath with Minikin
Raph Levien
2014-06-18
3
-8
/
+79
*
|
Merge "Refactor android.graphics.Picture JNI bindings."
Derek Sollenberger
2014-06-17
5
-228
/
+85
|
\
\
|
|
/
|
/
|
|
*
Refactor android.graphics.Picture JNI bindings.
Derek Sollenberger
2014-06-17
5
-228
/
+85
*
|
Added primitive parameters to various functions requiring rectangles.
Antonio Calabrese
2014-06-17
2
-63
/
+58
*
|
Implement Paint.breakText() using Minikin
Anish Athalye
2014-06-17
1
-17
/
+47
*
|
Clean up dirFlags / bidiFlags confusion
Raph Levien
2014-06-16
2
-68
/
+69
|
/
*
Merge "Pass full matrix + clip save flags to the native SkCanvas."
Florin Malita
2014-06-10
1
-36
/
+173
|
\
[next]