Commit Graph

  • 335839b27f [Android] Move the instantiation of the NativeGLSurfaceView into a layout file. This will allow the addition of other components in the future, such as overlays, etc. Lioncash 2013-08-29 13:13:44 -04:00
  • 01764fef67 [Android] Forgot to make the AboutFragmentAdapter class 'final' Lioncash 2013-08-29 12:45:40 -04:00
  • 8fd2c32ba6 [Android] Decouple the About fragment from the FolderBrowserAdapter. Now it uses its own independent adapter (I have no idea why this wasn't done in the first place). Lioncash 2013-08-29 12:40:35 -04:00
  • 93ed4adb02 [Android] Use the same layout for the game list and the folder browser. Since the UI layouts are exactly the same. Lioncash 2013-08-29 12:16:29 -04:00
  • 64b83a18b2 [Android] Simplify the line divider for the folder browser and game list. Turns out someone disabled it in the list view initially. No more custom implementation now. Lioncash 2013-08-29 12:06:31 -04:00
  • 8ae076e665 Merge branch 'iconv_static' Ryan Houdek 2013-08-29 05:54:02 -05:00
  • 18fd690533 Only use static iconv on Android. Ryan Houdek 2013-08-29 05:53:15 -05:00
  • cb8e7a1be5 Work around check_lib not finding iconv. Ryan Houdek 2013-08-29 05:40:16 -05:00
  • c9afd83439 ogl: fix vertex stream detection degasus 2013-08-29 12:01:34 +02:00
  • 160d72a9ae [Android] Add in a static libiconv library so non English games don't crash Dolphin Mobile. Ryan Houdek 2013-08-29 04:43:31 -05:00
  • c5a886100c [Android] Some minor formatting styling. Lioncash 2013-08-28 20:31:37 -04:00
  • ea671d639c [Android] Simplify the onItemClick listener for the GameListAdapter in GameListFragment. There is no need to evaluate whether or not an item is a folder, since folders cannot be added in the first place. Probably some leftover code I forgot to remove. Lioncash 2013-08-28 18:22:57 -04:00
  • d4840565a9 [Android] Fix the position of a logcat logging statement. If, for whatever reason, the event parameter is null, then the previous placement would have caused an exception. lioncash 2013-08-28 08:21:09 -04:00
  • 8ca3ed13de [Android] Clean up AboutFragment's onAttach method. lioncash 2013-08-28 08:15:00 -04:00
  • 3968a5d169 Merge branch 'wii-network' Pierre Bourdon 2013-08-27 23:52:43 +02:00
  • e7bdcc34e1 Fix some enum alignments Matthew Parlane 2013-08-28 01:12:24 +12:00
  • b34a5faee7 More cleaning. Matthew Parlane 2013-08-28 01:07:43 +12:00
  • 2a68b65cda Merge branch 'master' into wii-network Matthew Parlane 2013-08-28 00:57:37 +12:00
  • 75c398118f Fix headings and more. Matthew Parlane 2013-08-28 00:57:08 +12:00
  • d493525050 Add socket cleanup. Don't know what to do with remaining sockops if called from a SetRegister reset command. Matthew Parlane 2013-08-28 00:37:45 +12:00
  • 6748d5d087 Fix const. Matthew Parlane 2013-08-28 00:05:43 +12:00
  • eebcea9174 Fixed accept. Added helper functions. Removed unused structs. Matthew Parlane 2013-08-27 23:58:13 +12:00
  • 4644a3bd16 Fix for Just Dance 4 Some clean ups. Matthew Parlane 2013-08-27 22:44:54 +12:00
  • 40a1cb5dfe ogl: warn on osd if not supported features are enabled degasus 2013-08-27 13:24:23 +02:00
  • 4a863c88b4 [Android] Simplify onAttach for CPUSettingsFragment and VideoSettingsFragment Lioncash 2013-08-27 04:06:18 -04:00
  • 76f20cca59 [Android] Remove the documentation of a parameter in GameListItem that was removed a while ago. Lioncash 2013-08-27 04:01:20 -04:00
  • 93f9f23576 ogl: reset api state for blitting degasus 2013-08-26 22:18:00 +02:00
  • 15df7b3445 ogl driverdetails: add flag to disable hacked and pinned memory degasus 2013-08-26 19:45:19 +02:00
  • d83dffe442 [Android] Add wad file support. Ryan Houdek 2013-08-26 12:19:24 -05:00
  • 670b028492 [Android] Remove the explicit key event listener from InputConfigFragment. The AlertDialog class has a key listener built into it. Lioncash 2013-08-26 13:19:06 -04:00
  • e12c66b6cf [Android] Only dismiss the input dialog when an input is registered. Before it would dismiss upon the first event. Fixes a bug where control sticks wouldn't register because of the AlertDialog closing immediately after the "if (firstEvent)" branch. Lioncash 2013-08-26 12:56:35 -04:00
  • ba274368f8 [Android] Make the dialog variable in InputConfigFragment a local variable in onPreferenceTreeClick. With the new input UI, this doesn't need to be accessible to other classes. Lioncash 2013-08-26 11:58:51 -04:00
  • e051935659 Merge branch 'android-new-input-ui' Lioncash 2013-08-26 09:15:50 -04:00
  • 8006c878f8 Maybe libusb_exit fails when not initialized. Matthew Parlane 2013-08-27 00:58:20 +12:00
  • 08153387c5 [Android] Greatly simplify the input handling for the button mapping settings. Now input handling is directly in the fragment. Lioncash 2013-08-26 08:57:52 -04:00
  • aa7319e043 Slightly better error handling for libusb_init not working. Matthew Parlane 2013-08-27 00:46:04 +12:00
  • 33761c0b65 More cleaning. Matthew Parlane 2013-08-27 00:22:44 +12:00
  • 07ea771012 [Android] Finish documenting the native functions in NativeLibrary.java. Lioncash 2013-08-26 08:06:28 -04:00
  • 69bb04f79f Fixed inconsistent usage of sock and used fd instead. Matthew Parlane 2013-08-26 23:57:18 +12:00
  • d3bc69fe20 Remove ltcg from polarssl. Matthew Parlane 2013-08-26 23:26:11 +12:00
  • e8cde8464e Code style fix and cleanup. Matthew Parlane 2013-08-26 23:24:41 +12:00
  • 5ecd86708b Disable Wii Sockets for NetPlay and TAS Matthew Parlane 2013-08-26 23:24:01 +12:00
  • db355b21d2 [Android] My bad, somehow the Java file in the previous commit got encoded with UTF8+BOM. Lioncash 2013-08-25 23:57:53 -04:00
  • 9dfb6dfd7f [Android] Fixed a typo in the event callback system documentation. Lioncash 2013-08-25 23:49:51 -04:00
  • 786f09b1fa [Android] Document the event callback system used in the Settings menu in large detail. Lioncash 2013-08-25 23:47:51 -04:00
  • 15f8603d1f Merge branch 'master' into wii-network Matthew Parlane 2013-08-26 00:50:57 +00:00
  • 0e8f9d8abc Fix a crash in the Wiimote registration code Pierre Bourdon 2013-08-25 21:30:43 +02:00
  • 28008814a7 [Android] Apparently I also forgot to commit the input menu layout. Lioncash 2013-08-25 03:16:05 -04:00
  • 6c0c460320 [Android] Woops forgot to commit the new resource strings. Lioncash 2013-08-25 03:13:00 -04:00
  • 709ab1feb5 [Android] Initial implementation of the new input UI. Lioncash 2013-08-25 03:10:32 -04:00
  • 18749bad68 Actually allow the dump and logs folders to be set outside of user/ Rachel Bryk 2013-08-25 01:35:32 -04:00
  • 8882f89bbc Allow user folder to be set via command line. Rachel Bryk 2013-08-24 23:15:55 -04:00
  • 417bfb2630 Send pad buffer to clients when they join; fixes issue 6524. John Chadwick 2013-08-24 21:43:33 -04:00
  • 72e0423f8b Fix debug builds. Sorry. Matthew Parlane 2013-08-25 13:39:30 +12:00
  • 74b61c7553 Dolphin depend on polarssl... :\ Matthew Parlane 2013-08-25 13:26:47 +12:00
  • 0dd98d62fc Remove 'pragma optimize' in fakepoll.h - if optimizations cause breakage the breakage should be fixed instead of disabling opts Pierre Bourdon 2013-08-25 03:04:43 +02:00
  • c4dec3fb3a Remove debug verify cert code. Matthew Parlane 2013-08-25 13:02:34 +12:00
  • 73be79f4e0 Fix trailing whitespaces in all files where some were added Pierre Bourdon 2013-08-25 02:49:58 +02:00
  • 987f4945b5 Fix indentation issues Pierre Bourdon 2013-08-25 02:41:02 +02:00
  • 1cbc8f8182 sync gpu: check disable flag before volatile degasus 2013-08-24 18:43:07 +02:00
  • 2017ab9323 Revert "[Android] First french translation. Lioncash 2013-08-24 09:50:02 -04:00
  • 31ea87d705 Revert "[Android] Added 2nd file for French translation. Lioncash 2013-08-24 09:43:21 -04:00
  • 5d9700a303 [Android] Added 2nd file for French translation. (Sorry, I didn't find how to upload 2 files at the same time in Google Code) pascal.jouy 2013-08-24 13:37:42 +00:00
  • d2481aa477 [Android] First french translation. Can't try it as I don't have any Android device. Any feedback appreciated. If misplaced, please fix it. pascal.jouy 2013-08-24 13:36:18 +00:00
  • a90e82d2c0 [Android] Invalidate the options menu upon switching fragments. This hides the 'clear game list' option faster when switching fragment. Also fixes a rare bug where the option might not even redraw when returning to the game list. Lioncash 2013-08-24 09:19:40 -04:00
  • 528a733359 [Android] Don't create a new GCMPath entry in the Dolphin config if it another existing GCMPath entry already has the same directory path. Lioncash 2013-08-24 09:12:17 -04:00
  • 857ce47de2 [Android] Add the license header to Java files that were missing it. Lioncash 2013-08-24 08:23:23 -04:00
  • 5548e77438 Merge branch 'master' into wii-network Matthew Parlane 2013-08-24 23:56:31 +12:00
  • 6907a32653 Fix android, part 3 of 3. >:) Matthew Parlane 2013-08-24 23:49:50 +12:00
  • d1057b2c6c Fix android part 2 of X. Matthew Parlane 2013-08-24 23:41:25 +12:00
  • 66c50ebf19 [Android] Better description for the dual core option. Lioncash 2013-08-24 07:37:28 -04:00
  • 5c7946f7c4 Fix android build. Matthew Parlane 2013-08-24 23:26:39 +12:00
  • 7de9bda35e Fixes hid. Fix small bug in ssl when testing certain demos. Matthew Parlane 2013-08-24 23:16:58 +12:00
  • dbcc677922 Merge remote-tracking branch 'remotes/origin/dx9-ssaa-fix' Rodolfo Bogado 2013-08-23 22:43:03 -03:00
  • 40243a4fe7 Indentation Fix Rodolfo Bogado 2013-08-23 22:28:17 -03:00
  • dfb34ddef4 NetPlayWindow: Make the spacing consistent on both sides Jasper St. Pierre 2013-08-23 09:54:22 -04:00
  • 9303b57db1 Refactor VideoCommon/OnScreenDisplay. Pierre Bourdon 2013-08-24 02:13:54 +02:00
  • 9deb63a312 Simplify a few OSD::AddMessage calls now that this function accepts std::string objects Pierre Bourdon 2013-08-24 01:44:16 +02:00
  • 367d6dfd65 Add an OSD message when taking screenshots in D3D9/D3D11 Pierre Bourdon 2013-08-24 01:41:17 +02:00
  • 6df36ec687 [Android] Forgot to commit the menu layout XML when I implemented the option to clear the game list. Lioncash 2013-08-23 16:17:02 -04:00
  • 7f61c31f85 [Android] Fix some redundancy in the category names for the settings menu. In a menu named "Settings" (which is shown in the top left) we have the categories, "CPU Settings" and "Video Settings" - but the fact they are settings pages is already established at this point so it's redundant. Just made them "CPU" and "Video" instead. Lioncash 2013-08-23 16:10:55 -04:00
  • c9e13f6b7a ogl: fix ubo workaround degasus 2013-08-23 17:52:47 +02:00
  • 1469342f83 [Android] Add an option to clear the game list. Lioncash 2013-08-23 11:17:24 -04:00
  • c2aef25f4c [Android] Since we don't show invalid filetypes in the file browser anymore, there's no need to check if a file is valid or not since they're all valid now. Lioncash 2013-08-23 10:26:15 -04:00
  • 70dab0d839 [Android] Document most of the native functions in NativeLibrary.java. Lioncash 2013-08-23 10:15:36 -04:00
  • 654b0dbfa8 [Android] Fix the removal of duplicate items from the gamelist. Lioncash 2013-08-23 09:43:55 -04:00
  • 23ff31451f NetPlay: Rework pad mapping Jasper St. Pierre 2013-08-18 09:43:01 -04:00
  • 7a5374258e ogl: rework DriverDetails framework + detect UBO mesa bug degasus 2013-08-23 10:52:29 +02:00
  • d9485cbf23 [Android] Only show valid files in the file browser. Lioncash 2013-08-23 00:18:01 -04:00
  • c2dac38ca1 Removed the Sync GPU option from the F-Zero GX ini as it slows the game down by a great deal. Made Dual Core mode the default for this game. skidau 2013-08-23 12:19:10 +10:00
  • 1f3a0ff10b Merge branch 'OpenAL-sane-defaults' skidau 2013-08-23 12:15:39 +10:00
  • a5613f5c10 Gameini database update. Call of Duty 2: Big Red One, Medal of Honor Rising Sun, Tony Hawk's American Wasteland, Spider-Man 2, GoldenEye Rogue Agent are updated/added. kostamarino@hotmail.com 2013-08-22 20:14:10 +03:00
  • d3894a0594 Clean up wiimote-netplay. Rachel Bryk 2013-08-22 11:37:38 -04:00
  • 98a038aefb Fix more *nix issues. Matthew Parlane 2013-08-23 00:58:12 +12:00
  • b6e054a2be Merge branch 'master' into wii-network Matthew Parlane 2013-08-23 00:51:12 +12:00
  • 41c25d0c90 [Android] General cleanup. Add more documentation. Lioncash 2013-08-22 08:18:56 -04:00
  • f274b3b074 Fix compile on *nix. Matthew Parlane 2013-08-23 00:13:26 +12:00
  • 6acbea5c3e Less verbose. Sorry. Matthew Parlane 2013-08-23 00:10:47 +12:00
  • 2abcc32bbd Fixed a few issues bought up in code review. Scott Mansell 2013-08-23 00:07:21 +12:00
  • 124fe24f4c Make wii-network async. * accept still needs to be made async. Matthew Parlane 2013-08-22 23:58:56 +12:00