.. |
AbsListView.java
|
ListView: copy from AOSP
|
2024-11-30 18:56:17 +00:00 |
AbsoluteLayout.java
|
Add paddings and improved margins
|
2024-11-18 21:39:01 +00:00 |
AbsSeekBar.java
|
api-impl: add misc APIs needed for AntennaPod
|
2025-02-10 21:55:27 +01:00 |
AbsSpinner.java
|
run whitespace_format.py --add-new-line-marker-at-end-of-file --remove-trailing-whitespace --remove-trailing-empty-lines --new-line-marker=linux --normalize-non-standard-whitespace=remove on src/
|
2025-02-05 16:27:17 +01:00 |
Adapter.java
|
run whitespace_format.py --add-new-line-marker-at-end-of-file --remove-trailing-whitespace --remove-trailing-empty-lines --new-line-marker=linux --normalize-non-standard-whitespace=remove on src/
|
2025-02-05 16:27:17 +01:00 |
AdapterView.java
|
run whitespace_format.py --add-new-line-marker-at-end-of-file --remove-trailing-whitespace --remove-trailing-empty-lines --new-line-marker=linux --normalize-non-standard-whitespace=remove on src/
|
2025-02-05 16:27:17 +01:00 |
ArrayAdapter.java
|
copy AutoCompleteTextView from AOSP
|
2025-02-13 06:56:26 +01:00 |
AutoCompleteTextView.java
|
copy AutoCompleteTextView from AOSP
|
2025-02-13 06:56:26 +01:00 |
BaseAdapter.java
|
AdapterView: implement setAdapter / getAdapter() properly
|
2024-02-18 10:08:43 +01:00 |
BaseExpandableListAdapter.java
|
ExpandableListView: borrow from AOSP master (commit 272d3ffb52e10ee821eaf58fa398376c45b16b06)
|
2025-03-07 18:41:21 +01:00 |
Button.java
|
Button: implement setCompoundDrawables()
|
2025-02-24 21:49:46 +01:00 |
Checkable.java
|
run whitespace_format.py --add-new-line-marker-at-end-of-file --remove-trailing-whitespace --remove-trailing-empty-lines --new-line-marker=linux --normalize-non-standard-whitespace=remove on src/
|
2025-02-05 16:27:17 +01:00 |
CheckBox.java
|
implement CheckBox and RadioButton using GtkCheckButton
|
2024-03-10 17:49:11 +01:00 |
CheckedTextView.java
|
add Java APIs needed for WhatsApp settings
|
2024-10-03 15:57:44 +02:00 |
CompoundButton.java
|
Button: implement setCompoundDrawables()
|
2025-02-24 21:49:46 +01:00 |
CursorAdapter.java
|
copy CursorAdapter from AOSP
|
2025-04-26 11:04:02 +02:00 |
EdgeEffect.java
|
misc stubs for OctoDroid version 4.6.12
|
2024-10-04 23:51:30 +02:00 |
EditText.java
|
copy AutoCompleteTextView from AOSP
|
2025-02-13 06:56:26 +01:00 |
ExpandableListAdapter.java
|
ExpandableListView: borrow from AOSP master (commit 272d3ffb52e10ee821eaf58fa398376c45b16b06)
|
2025-03-07 18:41:21 +01:00 |
ExpandableListConnector.java
|
ExpandableListView: borrow from AOSP master (commit 272d3ffb52e10ee821eaf58fa398376c45b16b06)
|
2025-03-07 18:41:21 +01:00 |
ExpandableListPosition.java
|
ExpandableListView: borrow from AOSP master (commit 272d3ffb52e10ee821eaf58fa398376c45b16b06)
|
2025-03-07 18:41:21 +01:00 |
ExpandableListView.java
|
ExpandableListView: borrow from AOSP master (commit 272d3ffb52e10ee821eaf58fa398376c45b16b06)
|
2025-03-07 18:41:21 +01:00 |
Filter.java
|
run whitespace_format.py --add-new-line-marker-at-end-of-file --remove-trailing-whitespace --remove-trailing-empty-lines --new-line-marker=linux --normalize-non-standard-whitespace=remove on src/
|
2025-02-05 16:27:17 +01:00 |
Filterable.java
|
ListView: copy from AOSP
|
2024-11-30 18:56:17 +00:00 |
FilterQueryProvider.java
|
implement some APIs needed for OctoDroid
|
2024-04-09 18:19:13 +02:00 |
FrameLayout.java
|
Add paddings and improved margins
|
2024-11-18 21:39:01 +00:00 |
Gallery.java
|
run whitespace_format.py --add-new-line-marker-at-end-of-file --remove-trailing-whitespace --remove-trailing-empty-lines --new-line-marker=linux --normalize-non-standard-whitespace=remove on src/
|
2025-02-05 16:27:17 +01:00 |
GridView.java
|
GridView: import from AOSP
|
2024-12-20 00:00:19 +01:00 |
HeaderViewListAdapter.java
|
run whitespace_format.py --add-new-line-marker-at-end-of-file --remove-trailing-whitespace --remove-trailing-empty-lines --new-line-marker=linux --normalize-non-standard-whitespace=remove on src/
|
2025-02-05 16:27:17 +01:00 |
HeterogeneousExpandableList.java
|
ExpandableListView: borrow from AOSP master (commit 272d3ffb52e10ee821eaf58fa398376c45b16b06)
|
2025-03-07 18:41:21 +01:00 |
HorizontalScrollView.java
|
api-impl: add misc stubs/impls
|
2024-06-13 21:00:06 +02:00 |
ImageButton.java
|
reimplement Bitmap and Path using GdkTexture and GskPath
|
2024-12-22 12:30:29 +01:00 |
ImageView.java
|
api-impl: misc APIs for WhatsApp media chooser Activities
|
2025-04-26 11:07:31 +02:00 |
LinearLayout.java
|
Add paddings and improved margins
|
2024-11-18 21:39:01 +00:00 |
ListAdapter.java
|
ListView: copy from AOSP
|
2024-11-30 18:56:17 +00:00 |
ListPopupWindow.java
|
implement PopupWindow.update()
|
2025-02-15 10:42:30 +01:00 |
ListView.java
|
ListView.findViewById(): iterate header and footer views even if invisible
|
2025-04-21 10:14:06 +02:00 |
MediaController.java
|
refactor source tree organization, switch to meson
|
2022-10-09 22:59:16 +02:00 |
MultiAutoCompleteTextView.java
|
run whitespace_format.py --add-new-line-marker-at-end-of-file --remove-trailing-whitespace --remove-trailing-empty-lines --new-line-marker=linux --normalize-non-standard-whitespace=remove on src/
|
2025-02-05 16:27:17 +01:00 |
OverScroller.java
|
run whitespace_format.py --add-new-line-marker-at-end-of-file --remove-trailing-whitespace --remove-trailing-empty-lines --new-line-marker=linux --normalize-non-standard-whitespace=remove on src/
|
2025-02-05 16:27:17 +01:00 |
PopupMenu.java
|
api-impl: misc APIs for WhatsApp media chooser Activities
|
2025-04-26 11:07:31 +02:00 |
PopupWindow.java
|
PopupWindow: implement more stuff, mainly offset
|
2025-03-26 20:18:16 +01:00 |
ProgressBar.java
|
api-impl: misc APIs for WhatsApp media chooser Activities
|
2025-04-26 11:07:31 +02:00 |
RadioButton.java
|
run whitespace_format.py --add-new-line-marker-at-end-of-file --remove-trailing-whitespace --remove-trailing-empty-lines --new-line-marker=linux --normalize-non-standard-whitespace=remove on src/
|
2025-02-05 16:27:17 +01:00 |
RadioGroup.java
|
add more APIs needed for NewPipe
|
2024-03-17 20:02:50 +01:00 |
RatingBar.java
|
api-impl: misc stubs and fixes for several apps including F-Droid and AuroraStore
|
2025-03-25 23:34:56 +01:00 |
RelativeLayout.java
|
run whitespace_format.py --add-new-line-marker-at-end-of-file --remove-trailing-whitespace --remove-trailing-empty-lines --new-line-marker=linux --normalize-non-standard-whitespace=remove on src/
|
2025-02-05 16:27:17 +01:00 |
RemoteViews.java
|
api-impl: misc APIs for WhatsApp media chooser Activities
|
2025-04-26 11:07:31 +02:00 |
Scroller.java
|
run whitespace_format.py --add-new-line-marker-at-end-of-file --remove-trailing-whitespace --remove-trailing-empty-lines --new-line-marker=linux --normalize-non-standard-whitespace=remove on src/
|
2025-02-05 16:27:17 +01:00 |
ScrollView.java
|
ScrollView: implement custom onMeasure()
|
2024-03-15 18:57:49 +01:00 |
SectionIndexer.java
|
add Java APIs needed for WhatsApp MainActivity and ConversationActivity
|
2024-10-03 15:57:44 +02:00 |
SeekBar.java
|
implement SeekBar.getProgress()
|
2024-05-13 22:01:24 +02:00 |
SimpleAdapter.java
|
add some stubs, borrow ListActivity and SimpleAdapter from AOSP
|
2024-03-07 15:47:10 +01:00 |
Space.java
|
run whitespace_format.py --add-new-line-marker-at-end-of-file --remove-trailing-whitespace --remove-trailing-empty-lines --new-line-marker=linux --normalize-non-standard-whitespace=remove on src/
|
2025-02-05 16:27:17 +01:00 |
Spinner.java
|
run whitespace_format.py --add-new-line-marker-at-end-of-file --remove-trailing-whitespace --remove-trailing-empty-lines --new-line-marker=linux --normalize-non-standard-whitespace=remove on src/
|
2025-02-05 16:27:17 +01:00 |
SpinnerAdapter.java
|
add android.widget.Adapter and related classes from AOSP
|
2023-09-01 12:25:19 +02:00 |
Switch.java
|
add more APIs needed for NewPipe
|
2024-03-17 20:02:50 +01:00 |
TableLayout.java
|
Add paddings and improved margins
|
2024-11-18 21:39:01 +00:00 |
TableRow.java
|
Add paddings and improved margins
|
2024-11-18 21:39:01 +00:00 |
TextSwitcher.java
|
api-impl: misc stubs for WhatsApp support
|
2025-04-21 10:19:48 +02:00 |
TextView.java
|
api-impl: misc APIs for WhatsApp media chooser Activities
|
2025-04-26 11:07:31 +02:00 |
Toast.java
|
api-impl: add misc APIs for Open Sudoku
|
2025-02-24 21:45:36 +01:00 |
ToggleButton.java
|
api-impl: import ToggleButton from AOSP, clean up constructors
|
2025-02-15 21:24:26 +01:00 |
Toolbar.java
|
api-impl/android/widget/Toolbar: add a stub widget
|
2023-10-16 20:19:05 +02:00 |
ViewAnimator.java
|
copy ViewAnimator from AOSP
|
2025-01-12 14:37:04 +01:00 |
ViewFlipper.java
|
api-impl: misc stubs and fixes for several apps including F-Droid and AuroraStore
|
2025-03-25 23:34:56 +01:00 |
ZoomButton.java
|
api-impl: misc additions for Oeffi
|
2024-11-24 22:11:40 +00:00 |
ZoomButtonsController.java
|
api-impl: misc additions for Oeffi
|
2024-11-24 22:11:40 +00:00 |