Commit Graph

28 Commits

Author SHA1 Message Date
Peter Osterlund
c43d652207 DroidFish: In edit board portrait mode, use only a single title bar line. 2012-09-29 23:28:30 +00:00
Peter Osterlund
566f76f598 DroidFish: Fixed wrong text string in edit header dialog. 2012-09-29 12:11:00 +00:00
Peter Osterlund
705e0ffea3 DroidFish: Made it possible to change background color and text foreground color. From Leo Mayer. 2012-09-28 22:22:06 +00:00
Peter Osterlund
fa0d1a20d9 DroidFish: Show material diff in edit board mode. From Leo Mayer. 2012-09-28 20:10:00 +00:00
Peter Osterlund
75fd15d3bf DroidFish: Use custom title bar also for edit board mode. Most title bar widgets are hidden though. 2012-09-21 19:39:29 +00:00
Peter Osterlund
db057ea137 DroidFish: Title bar layout improvements, from Leo Mayer. 2012-09-21 17:55:30 +00:00
Peter Osterlund
aa0cc399bc DroidFish: Optional second title line with captured piece information and time control information. Implemented by Leo Mayer, with some changes by me. 2012-09-19 16:23:32 +00:00
Peter Osterlund
1767f8c947 DroidFish: Moved code in ChessBoard.java that is not used by ChessBoardEdit.java to new class ChessBoardPlay. 2012-09-10 21:46:24 +00:00
Peter Osterlund
2798f59554 DroidFish: Added color picker code from Daniel Nilsson and Sergey Margaritov, adapted to DroidFish by Leo Mayer. 2012-08-31 23:38:12 +00:00
Peter Osterlund
feb5fabb22 DroidFish: Made it possible to configure more than one network engine. 2012-08-26 22:00:27 +00:00
Peter Osterlund
7103e831ff DroidFish: Don't use tab characters in xml files. 2012-08-26 18:53:07 +00:00
Peter Osterlund
352b54254a DroidFish: Display player names in the title bar when the clocks are not running. 2012-07-16 08:45:57 +00:00
Peter Osterlund
4932e44a92 DroidFish: Added a third configurable button. 2012-06-10 08:28:34 +00:00
Peter Osterlund
499ce4e6e4 DroidFish: Use SVG graphics for buttons. Implemented "toggle large buttons" button action. 2012-06-09 20:04:22 +00:00
Peter Osterlund
d67f536cf2 DroidFish: Implemented configurable buttons. 2012-05-13 00:26:56 +00:00
Peter Osterlund
4753286aeb DroidFish: Preparations for supporting one more button. 2012-05-12 17:42:56 +00:00
Peter Osterlund
3d7c5c03f8 DroidFish: Removed resource "ok". Android has a built-in resource for this. 2012-05-10 19:35:26 +00:00
Peter Osterlund
1569ac3731 DroidFish: Removed the padding around the chess board. Makes it slightly larger. 2012-04-22 11:23:41 +00:00
Peter Osterlund
fbd7225386 DroidFish: Made "save to pgn file" easier to understand. 2012-04-14 13:25:19 +00:00
Peter Osterlund
463bbcba20 DroidFish: Added flip board button. 2012-04-07 21:05:05 +00:00
Peter Osterlund
926fe6b214 DroidFish: Added button content descriptions to silence warnings. 2012-04-07 11:02:01 +00:00
Peter Osterlund
a53834d21e DroidFish: Added preference setting for left-handed landscape mode. 2012-04-07 10:43:12 +00:00
Peter Osterlund
577dd388e8 DroidFish: Lint warning fixes from Aaro Korhonen. 2011-12-13 21:26:33 +00:00
Peter Osterlund
62e3ace1ab DroidFish: UI improvements from Aaro Korhonen.
- SeekBarPreference now uses Android system style (textAppearanceLarge) instead of custom attribute values.
- The dialog for filename has now the same visual style as the other dialogs.
- Added colons to the rest of the dialog labels.
- Added some padding to select_game.xml.
2011-11-28 17:22:00 +00:00
Peter Osterlund
b39e5c7840 DroidFish: UI improvements from Aaro Korhonen. "Edit headers" and "edit comments" are now dialogs instead of activities, which looks much better. 2011-11-27 12:26:14 +00:00
Peter Osterlund
d945a2bc5e DroidFish: Swapped ok/cancel buttons in views for consistency with Android dialogs. 2011-11-27 01:52:17 +00:00
Peter Osterlund
e8d1ef5dd6 DroidFish: UI improvements from Aaro Korhonen.
- All the menu items are now using standard Android system icons.
- Removed the edit.png & start.png files as they're now obsolete.
- Dialogs are now using standard Ok / Cancel buttons.
- EditText views (in dialogs, 'Goto move' for instance) are now using standard Android background.
- The dialog for selecting the game mode now has a title.
- The dialog for selecting the player to move now uses radio boxes instead of buttons for a logical consistency.
- The dialog for selecting the en passant file now closes itself after an item has been chosen.
- The custom title bar (for clocks etc.) now uses the system style 'windowTitleStyle' for a visual consistency with non-custom titles.
- The header and comment editors are now wrapped in a ScrollView to provide landscape support.
2011-11-27 01:24:52 +00:00
Peter Osterlund
252789e186 Moved DroidFish project to trunk/ 2011-11-12 19:44:06 +00:00