summaryrefslogtreecommitdiff
path: root/Source/Android/jni/AndroidCommon/IDCache.cpp
AgeCommit message (Collapse)Author
2024-04-06NativeLibrary: Create displayToastMsg Methodmitaclaw
2023-12-07Android: Expose config changed callbacksJosJuice
2023-09-02Android: Use JNI for setting/getting ISO pathsJosJuice
This gets rid of the last Android-specific code that directly interfaces with INI files.
2023-08-26Merge pull request #11919 from t895/kotlin-controlsJosJuice
Android: Convert "features.input" package to Kotlin
2023-08-25Android: Convert GameFileCache to KotlinCharles Lombardo
2023-08-25Android: Convert GameFile to KotlinCharles Lombardo
2023-08-25Android: Convert NumericSetting to KotlinCharles Lombardo
2023-08-25Android: Convert CoreDevice to KotlinCharles Lombardo
2023-08-25Android: Convert EmulatedController to KotlinCharles Lombardo
2023-08-25Android: Convert ControlReference to KotlinCharles Lombardo
2023-08-25Android: Convert ControlGroup to KotlinCharles Lombardo
2023-08-25Android: Convert Control to KotlinCharles Lombardo
2023-05-28Android: Add Hashmap to IDCacheJoshua de Reeper
2023-03-07Android: Add the advanced input mapping dialogJosJuice
It's missing a lot of features from the PC version for now, like buttons for inserting functions and the ability to see what the expression evaluates to. I mostly just wanted to get something in place so you can set up rumble. Co-authored-by: Charles Lombardo <clombardo169@gmail.com>
2023-03-03Android: Add NumericSetting supportJosJuice
2023-03-03Android: Add new input mapping implementationJosJuice
2023-03-03Android: Remove old rumble implementationJosJuice
2023-03-02Merge pull request #11614 from t895/kotlin-cheatsMai
Android: Convert Cheats Activity to Kotlin
2023-03-01Android: Convert RiivolutionPatches to KotlinCharles Lombardo
2023-03-01Android: Convert GraphicsMod to KotlinCharles Lombardo
2023-03-01Android: Convert GraphicsModGroup to KotlinCharles Lombardo
2023-03-01Android: Convert PatchCheat to KotlinCharles Lombardo
2023-03-01Android: Convert ARCheat to KotlinCharles Lombardo
2022-07-23Android: Add graphics mods support to CheatsActivityJosJuice
2022-01-21WiiUpdateCallback: Add interface for update callbackOatmealDome
2021-10-30Android: Add Riivolution patch configurationJosJuice
2021-09-16Android: Implement basic read-only cheats listJosJuice
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
SPDX standardizes how source code conveys its copyright and licensing information. See https://spdx.github.io/spdx-spec/1-rationale/ . SPDX tags are adopted in many large projects, including things like the Linux kernel.
2021-03-04Android: Remove #ifdef __cplusplus checksJosJuice
A C compiler would very much be unable to build this code anyway.
2021-03-03Android: Delete more references in IDCache.cppJosJuice
It's not causing any problems in practice so far, but let's fix it before I add even more stuff without remembering to delete references.
2021-01-27Android: Implement save overwrite confirmationJosJuice
2020-12-28Android: Add specialized content provider implementation of DoFileSearchJosJuice
2020-12-28Android: Show a message when adding a folder with no gamesJosJuice
To catch people who try to use unsupported formats.
2020-12-20Android: Add content provider support to File::ScanDirectoryTreeJosJuice
2020-12-20Android: Fix opening games with extensionless URIJosJuice
2020-12-20Android: Add content provider support to File::FileInfoJosJuice
2020-11-27IP/Top: Add Android network interfaceSepalani
2020-11-09Android: Fix rotating EmulationActivity after boot failsJosJuice
Time for yet another new iteration of working around the "surface destruction during boot" problem... This time, the strategy is to use a mutex in MainAndroid.cpp.
2020-11-09Android: Finish EmulationActivity from C++JosJuice
This makes EmulationActivity automatically close if booting fails, and lets us get rid of s_emulation_end_event.
2020-10-21Android: Get game metadata from coreJosJuice
Trying to get it from a GameFile before emulation starts is unreliable.
2020-09-25Android: Add "Ignore for this session" to Warning AlertMessagesRyan Meredith
2020-09-16Android: Add content provider support to File::DeleteJosJuice
2020-09-16Android: Add content provider support to File::IOFileJosJuice
Taking the hit now to prepare us for when Google Play will force us to use scoped storage...
2020-09-16Android: Add a progress dialog for disc image conversionJosJuice
2020-09-06Android: Expose a proper interface for C++ IniFile classJosJuice
Replaces the inflexible INI functions in NativeLibrary.
2020-07-24Android: Add Log Configuration to UIRyan Meredith
2020-07-06Android: Convert some files to LFJosJuice
I wonder why lint didn't catch this...
2019-05-29android: thread local envweihuoya
2019-01-26Android: Optimize rumble callzackhow
Moved rumble call to IDCache since GetMethodID is expensive
2019-01-23Android: Normalize pointer touches based on rendered aspect ratiozackhow
This allows the defaults to be actual defaults across devices with different screen sizes