index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
InputCommon
/
ControllerInterface
/
Android
/
Android.cpp
Age
Commit message (
Expand
)
Author
2026-02-08
Android: Rework input device hotplug
JosJuice
2026-01-24
Remove VectorToJStringArray
Sintendo
2025-11-06
Common: Remove the string parameters from the HookableEvent interface.
Jordan Woyak
2025-11-05
InputCommon: Make ControllerInterface RegisterDevicesChangedCallback use Comm...
Jordan Woyak
2025-06-07
Android: Update advanced mapping dialog when devices change
JosJuice
2025-06-07
Android: Make input state changes observable
JosJuice
2025-01-01
Simplify `std::find` with `Common::Contains`
mitaclaw
2024-11-03
InputCommon: Rename AddAnalogInputs to AddFullAnalogSurfaceInputs.
Jordan Woyak
2024-04-13
Android/ControllerInterface: Run the init code
JosJuice
2024-03-11
InputCommon: Add Android InputBackend class.
Jordan Woyak
2023-08-15
ControllerInterface/Android: Add null check to AddDevice
JosJuice
2023-05-07
ControllerInterface/Android: Add some missing DeleteLocalRef calls
JosJuice
2023-05-07
ControllerInterface/Android: Use InputEvent.getDeviceId
JosJuice
2023-03-07
Android: Add the advanced input mapping dialog
JosJuice
2023-03-03
Android: Add input device selection
JosJuice
2023-03-03
ControllerInterface/Android: Implement rumble
JosJuice
2023-03-03
ControllerInterface/Android: Automatically suspend sensors
JosJuice
2023-03-03
ControllerInterface/Android: Implement sensor input for InputDevices
JosJuice
2023-03-03
ControllerInterface/Android: Implement sensor input
JosJuice
2023-03-03
ControllerInterface/Android: Implement hotplug
JosJuice
2023-03-03
ControllerInterface/Android: Return whether input was handled
JosJuice
2023-03-03
ControllerInterface/Android: Handle input events
JosJuice
2023-03-03
ControllerInterface/Android: Implement device population
JosJuice
2023-03-03
ControllerInterface/Android: Rip out ButtonManager
JosJuice
2021-12-10
Treewide: Adjust order of includes
Pokechu22
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2019-11-28
InputCommon: Decouple ButtonManager and Touchscreen from Android
OatmealDome
2019-11-20
Android: Let WiimoteEmu know whether we have accelerometer/gyroscope
JosJuice
2019-11-20
Android: Native motion controls
JosJuice
2019-06-17
InputCommon: Use nested namespace specifiers where applicable
Lioncash
2019-05-29
android: thread local env
weihuoya
2019-05-06
Reformat repo to clang-format 7.0 rules
Techjar
2019-01-26
Android: Optimize rumble call
zackhow
2019-01-07
Android: Change all analoginputs to just inputs
zackhow
2018-09-07
Android: Add rumble for phone
zackhow
2016-11-30
ControllerInterface: replace Reinitialize with RefreshDevices
Michael Maltese
2016-07-14
ControllerInterface: Make the ID assigning code common
Léo Lam
2016-06-25
ControllerInterface: Switch to std::shared_ptr
Léo Lam
2016-06-25
ControllerInterface: Don't pass m_devices to the backends
Léo Lam
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2016-01-04
Android: More analog input configurations
Phatcat
2015-12-02
Wiimote + Extensions for Android
Phatcat
2015-07-23
Android: Wiimote UI Fixup
sigmabeta
2015-07-21
Add Wiimote support to the Android backend.
Ryan Houdek
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2014-09-19
Fix build failing when disabling precompiled headers.
Rohit Nirmal
2014-04-24
[Android] Fix a bunch of input bugs.
Ryan Houdek
2014-02-18
Convert all includes to relative paths.
Lioncash
2014-02-10
Replace all include guard ifdefs with "#pragma once"
lioncash
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre