Alexandre Detiste
148f189a74
trim usage of six ( #382 )
...
This is artisanal manual craftwork :-)
def mDone(self, button):
if button == 0: # "OK" or double click
- if isinstance(self.tree.selection_key, six.string_types):
- self.key = str(self.tree.selection_key)
- else:
- self.key = self.tree.selection_key
+ self.key = self.tree.selection_key
2024-09-18 20:33:10 -04:00
Joe R
d9d02d47ca
Added category to the tree for games with jokers.
2024-03-21 18:28:01 -04:00
Joe R
a6df89489a
Fixed bug where deprecated game categories appear in Android version.
2024-03-15 20:32:29 -04:00
lufebe16
2017b4f23b
Kivy/Android
...
- size of menu unified to 0.333 for landscape and 0.5 for portrait mode
- added code to hopefully prevent black screen on resume
- removed old outdated workarounds
2023-12-23 11:08:23 +01:00
Joe R
99ae5c39bb
Added/fixed variable redeals category in the game selection tree.
2022-08-11 19:33:10 -04:00
Joe R
052fd0b78d
Added Stripped Deck game category.
2022-01-08 10:34:33 -05:00
Joe R
84617c5083
Added King's Secrets game.
2021-05-28 23:06:08 -04:00
Shlomi Fish
3de9955879
try2fix flake 8 tests [travis/etc.]
2020-06-17 20:53:11 +03:00
Juhani Numminen
65b86f2d1d
Improve internationalization
...
- More strings marked for translation
- Used format strings instead of concatinating fragments
- Removed space before '?' or '!' from sentences in English
Following the GNU gettext guidelines at
https://www.gnu.org/software/gettext/manual/gettext.html#Preparing-Strings
2019-08-31 13:22:21 +03:00
Shlomi Fish
ed18fd8156
Order imports based on flake8-import-order.
...
Tested on ci. See https://github.com/PyCQA/flake8-import-order . In the
process did some other cleanups and
https://en.wikipedia.org/wiki/Code_refactoring .
2019-01-11 23:55:06 +02:00
lb@lb520
93f0559549
Better and more convenient support for android back key.
2018-05-31 18:20:12 +02:00
lb@lb520
76568a3f1e
python3 adaptations
2018-04-03 16:00:02 +02:00
lb@lb520
91ef11b7ac
Implementation of createBottom in kivy.
...
A first set of Python 3 adaptations.
Added a choice of cardsets to android build.
Added new scripts to tarball (MAKEFILE.in)
2018-03-14 19:33:02 +01:00
lb@lb520
b5ef9b6214
Added an alternate toolkit kivy (based on SDL2) that can be used instead of tk.
...
Added scripts to build an android app.
2018-03-03 20:37:56 +02:00