Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
frameworks
/
base
/
a0023027e5b7245e2cef304d96826a7ae1c361aa
/
libs
/
androidfw
745d4ef
AssetManager cookies should be int32_t and not void*.
by Narayan Kamath
· 11 years ago
070274e
Add libutils dependency for libandroidfw host build.
by Narayan Kamath
· 11 years ago
afd31e0
Reimplement ZipFileRO in terms of libziparchive.
by Narayan Kamath
· 11 years ago
dbccd44a
Merge commit 'b873a17ce7be0a9771c24999adca6964431728f6' into HEAD
by The Android Open Source Project
· 11 years ago
c367d48
Fix a variety of small publicly-reported bugs.
by Elliott Hughes
· 11 years ago
1c7cf90
Fix another off-by-one error in ZipFileRO
by Kenny Root
· 11 years ago
0d6c2d7
Reconcile differences between zip implementations
by Kenny Root
· 11 years ago
0c4b364
Revert "Reconcile differences between zip implementations"
by Kenny Root
· 11 years ago
9ffddc7
Reconcile differences between zip implementations
by Kenny Root
· 11 years ago
83ad4e3
Remove an unused C zip API.
by Elliott Hughes
· 11 years ago
d45c68d
Resource memory optimization.
by Dianne Hackborn
· 11 years ago
0d6e731
add static dependency on liblog
by Colin Cross
· 11 years ago
9d3b1a4
Move input library code to frameworks/native.
by Jeff Brown
· 11 years ago
0618148
input: Handle a few extra error conditions.
by Jeff Brown
· 11 years ago
631500e
Move VelocityTracker.cpp to target build only
by Nick Kralevich
· 11 years ago
1f5762e
libutils clean-up
by Mathias Agopian
· 12 years ago
fb903a4
Allow compiling aapt for the device
by Bjorn Bringert
· 12 years ago
c51d050
Maybe fix issue #8620910: Win_sdk build failed and unable to create...
by Dianne Hackborn
· 12 years ago
f7be480
Add new resources trace, also trace apk dex loading.
by Dianne Hackborn
· 12 years ago
bdb706e48
Merge "Pipe through device resolution information" into jb-mr2-dev
by Michael Wright
· 12 years ago
1951ce8
Correctly manage the lifecycle of IME InputChannels.
by Jeff Brown
· 12 years ago
c6091c6
Pipe through device resolution information
by Michael Wright
· 12 years ago
294b512
DO NOT MERGE - Full backup/restore now handles OBBs sensibly
by Christopher Tate
· 12 years ago
893df06
am 8dda0956: am 49999acb: Merge "StreamingZipInflater: fix mmap\'d end of read"
by Kenny Root
· 12 years ago
c6e35cb
StreamingZipInflater: fix mmap'd end of read
by Kenny Root
· 12 years ago
6b7fcc8
am 75701e8f: am 7eb4db35: am b9185fd1: Merge "Fix PointerCoords Parcel incorrectly storing values as Int32"
by Jeffrey Brown
· 12 years ago
7eb4db3
am b9185fd1: Merge "Fix PointerCoords Parcel incorrectly storing values as Int32"
by Jeffrey Brown
· 12 years ago
1df477a
Add initial plumbing for brightness keys
by Michael Wright
· 12 years ago
716f7b3
Fix PointerCoords Parcel incorrectly storing values as Int32
by Ilya Polenov
· 12 years ago
81cfb63
am d13b23a4: Merge "Revert "fix potential memory leak""
by Elliott Hughes
· 12 years ago
767e1c01
am 9aac0c1b: Merge "fix potential memory leak"
by Elliott Hughes
· 12 years ago
957efcd
Revert "fix potential memory leak"
by Elliott Hughes
· 12 years ago
bc268b9
fix potential memory leak
by Sungmin Choi
· 12 years ago
eea4724
am 4b0ed017: Merge "BackupHelpers: Fix Typo"
by Christopher Tate
· 12 years ago
8b2e2c8
BackupHelpers: Fix Typo
by You Kim
· 12 years ago
5780e19
am 5c0d6f99: am 9de88dad: Merge "Fix bug #7724071 ImageView drawable is not loaded correctly when changing Locale" into jb-mr1.1-dev
by Fabrice Di Meglio
· 12 years ago
3509935
Fix bug #7724071 ImageView drawable is not loaded correctly when changing Locale
by Fabrice Di Meglio
· 12 years ago
be37b5f
Merge "Free resources in correct order in ResStringPool::uninit"
by Kenny Root
· 12 years ago
58b99bf
am 82634313: Merge "Reject bad ResXMLTree::setTo calls"
by Kenny Root
· 12 years ago
32d6aef
Reject bad ResXMLTree::setTo calls
by Kenny Root
· 12 years ago
a1d82ff3
Free resources in correct order in ResStringPool::uninit
by Chris Dearman
· 12 years ago
49bbbf2
am d87cb794: am 0cd3c976: Merge "Settings (and general) restore fixes" into jb-mr1-dev
by Christopher Tate
· 12 years ago
5067685
Settings (and general) restore fixes
by Christopher Tate
· 12 years ago
f0771b1
am cee11240: am 07b4339b: Merge "Change androidfw tests to native test target"
by Kenny Root
· 12 years ago
f3f286d
Change androidfw tests to native test target
by Kenny Root
· 12 years ago
8a802db
Use "ldrtl" and "ldltr" config qualifiers for RTL / LTR resources
by Fabrice Di Meglio
· 12 years ago
5f79799
Add support for "-rtl" in resources
by Fabrice Di Meglio
· 12 years ago
69a3ce1
libutils cleanup
by Mathias Agopian
· 12 years ago
4b447b9
Add mode when open(O_CREAT) is used.
by Nick Kralevich
· 12 years ago
78f04a3
am 51df04b9: Port the legacy velocity tracker strategy.
by Jeff Brown
· 12 years ago
ba58221
am a5b06982: Implement a second order integrating VT strategy.
by Jeff Brown
· 12 years ago
2fd6bae
am 18f329e9: Implement a weighted least squares VelocityTracker strategy.
by Jeff Brown
· 12 years ago
51df04b
Port the legacy velocity tracker strategy.
by Jeff Brown
· 12 years ago
a5b0698
Implement a second order integrating VT strategy.
by Jeff Brown
· 12 years ago
18f329e
Implement a weighted least squares VelocityTracker strategy.
by Jeff Brown
· 12 years ago
767bc6d
am 1fbbc071: Merge "Implement an integrating VelocityTracker strategy." into jb-dev
by Jeff Brown
· 12 years ago
7d3fa09
am f47e76e2: Merge "Make velocity tracker strategy configurable." into jb-dev
by Jeff Brown
· 12 years ago
53dd12a
Implement an integrating VelocityTracker strategy.
by Jeff Brown
· 12 years ago
9eb7d86
Make velocity tracker strategy configurable.
by Jeff Brown
· 12 years ago
aebfdc2
am e4db99cf: Merge "Detect when pointer has stopped moving." into jb-dev
by Jeff Brown
· 12 years ago
634ec69
am 08b544c7: Merge "Fix pointer indexing issue in VelocityTracker." into jb-dev
by Jeff Brown
· 12 years ago
7469f8b
am 47a4a50d: Merge "Improve touch event resampling." into jb-dev
by Jeff Brown
· 12 years ago
e2ec70b
am 00ff4748: Merge "More VelocityTracker refactoring." into jb-dev
by Jeff Brown
· 12 years ago
9072940
Detect when pointer has stopped moving.
by Jeff Brown
· 12 years ago
dcab190
Fix pointer indexing issue in VelocityTracker.
by Jeff Brown
· 12 years ago
7174a49
Improve touch event resampling.
by Jeff Brown
· 12 years ago
85bd0d6
More VelocityTracker refactoring.
by Jeff Brown
· 12 years ago
47272c9
am b12b6b51: Merge "Minor refactoring before starting on velocity tracker changes." into jb-dev
by Jeff Brown
· 12 years ago
8a90e6e
Minor refactoring before starting on velocity tracker changes.
by Jeff Brown
· 12 years ago
c3cca66
am 0632b35b: Merge "Improve handling of built-in keyboard." into jb-dev
by Jeff Brown
· 13 years ago
daa3753
Improve handling of built-in keyboard.
by Jeff Brown
· 13 years ago
3e2d591
resolved conflicts for merge of 13c04786 to jb-dev-plus-aosp
by Jean-Baptiste Queru
· 13 years ago
39b58ba
resolved conflicts for merge of bc2fb7b9 to jb-dev-plus-aosp
by Jean-Baptiste Queru
· 13 years ago
771526c
Resample touch events on frame boundaries.
by Jeff Brown
· 13 years ago
8bca94a
More work on international keyboards.
by Jeff Brown
· 13 years ago
5bbd4b4
Get alias for Bluetooth devices.
by Jeff Brown
· 13 years ago
9a2bbf6
Improve handling of certain keyboard layout properties.
by Jeff Brown
· 13 years ago
4a3862f
Add Dvorak keyboard layout.
by Jeff Brown
· 13 years ago
6ec6f79
Support loading keyboard layout overlays from resources.
by Jeff Brown
· 13 years ago
a47425a
Add support for input devices that have vibrators.
by Jeff Brown
· 13 years ago
af9e8d3
Notify applications when input devices change.
by Jeff Brown
· 13 years ago
cc11698
HID usage should take precedence over scan code.
by Jeff Brown
· 13 years ago
49ccac5
Refactor key code mapping.
by Jeff Brown
· 13 years ago
9f25b7f
Request key maps from input manager service.
by Jeff Brown
· 13 years ago
e38fdfa
Add a unique input device descriptor.
by Jeff Brown
· 13 years ago
a982dc0
frameworks/base: move Zip* from libandroidfw to libutils
by Colin Cross
· 13 years ago
9dc348d
Merge "Fix spurious ANRs in native activities."
by Jeff Brown
· 13 years ago
2b6c32c
Fix spurious ANRs in native activities.
by Jeff Brown
· 13 years ago
5c6dfeb
Fix issue #6054627: resource matching issue of size qualifiers
by Dianne Hackborn
· 13 years ago
08965ec
fixup hardcoded include paths for new project
by Mathias Agopian
· 13 years ago
49d2b18
move CursorWindow from libbinder to libandroidfw
by Mathias Agopian
· 13 years ago
027692b
attempt to fix sdk build
by Mathias Agopian
· 13 years ago
cbc6971
another attempt at fixing the linux build
by Mathias Agopian
· 13 years ago
3016754
another attempt to fix the linux build
by Mathias Agopian
· 13 years ago
cd0f308
Add stubs for improved compatibility
by Jean-Baptiste Queru
· 13 years ago
30c46ad
attempt to fix linux builds
by Mathias Agopian
· 13 years ago
83c64e6
frameworks/base refactoring
by Mathias Agopian
· 13 years ago