1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00
Commit graph

99 commits

Author SHA1 Message Date
lufebe16
144f2b752b Kivy version updates:
- Android version checks restricted to android os present, corrects #310
- In buildozer.spec added support for 64k (#303). Blows up the apk by
  ca. 12M.
2023-04-21 18:23:04 +02:00
lufebe16
cafe58aa69 - fastlane sructure corrected 2023-03-27 18:39:21 +02:00
lufebe16
755e1b444c - android permissions update 2023-03-27 18:25:45 +02:00
lufebe16
ac77fe9e1e Android build updates 2023-02-28 20:59:52 +01:00
lufebe16
a7e55513bd Kivy version scaling issues
- scaling of redeal image based on card size.
     - correction of fonts size and selection frame thickness.
2022-12-05 13:37:33 +01:00
lufebe16
4e0add4e5d Build support for android:
- android support library replaced by androidx appcompat
2022-11-21 16:33:21 +01:00
Joe R
3fd823b2f5 Option to select image scaling method, as discussed in issue #275. 2022-09-19 22:26:44 -04:00
Joe R
d2c59377dc Advanced search feature. 2022-08-13 12:22:17 -04:00
Joe R
99ae5c39bb Added/fixed variable redeals category in the game selection tree. 2022-08-11 19:33:10 -04:00
Joe R
02e62afb16 Stuck notification option. 2022-07-28 18:56:41 -04:00
Joe R
6fe410ac24 Corrections to status bar variables in Kivy. 2022-07-28 18:19:34 -04:00
Joe R
58dc9a5886 Fixed toolbar state for new hint button. 2022-06-13 17:06:46 -04:00
Joe R
dba9e4442b Added hint button to the toolbar. 2022-05-28 15:30:21 -04:00
Joe R
2abdc419f3 Added free hint option. 2022-05-26 22:28:49 -04:00
Joe R
ff4bd148fa Added missing methods causing a crash in Kivy. 2022-03-09 18:47:25 -05:00
Joe R
052fd0b78d Added Stripped Deck game category. 2022-01-08 10:34:33 -05:00
Joe R
3f9853f7ec Fixed HTTPS linking in the documentation. 2021-12-28 17:13:02 -05:00
Joe R
393de563a7 Some minor menubar cleanup. 2021-12-20 19:27:19 -05:00
Joe R
7af8fde4c0 Revamped Pegged game and added manual first card removal option. 2021-12-02 20:40:44 -05:00
Joe R
8b46b0a757 Extended table tile image categorization to the Kivy version. 2021-09-19 13:59:53 -04:00
Joe R
36a0bfbc14 Fixed up some sections of the documentation. 2021-09-04 10:07:08 -04:00
Shlomi Fish
79d27d2749 issue217 : formatting.py deprecated fix.
This file is derived from /usr/lib/python3.9/formatter.py . All changes
are placed under CC0.

See:

* https://github.com/shlomif/PySolFC/issues/217

* https://bugzilla.redhat.com/show_bug.cgi?id=1990043
2021-08-19 07:21:15 +03:00
Joe R
747b1fd60b Got Accordion's Revenge to work correctly under Kivy. 2021-07-24 21:03:51 -04:00
Joe R
e9b0675884 Added option to enable/disable other sound samples (the clock sound in Grandfather's Clock). 2021-06-26 11:00:39 -04: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
Shlomi Fish
25f1b222a1 fix tidyall/flake8 tests 2020-02-27 19:27:41 +02:00
lufebe16
11aff68af1 Updates kivy version:
- added support for right mouse button (desktop only)
- corrected a problem with virtualenv in mkp4a.init
2020-02-27 09:56:51 +01:00
Shlomi Fish
0961401105 fix tests 2019-11-13 08:39:59 +02:00
lufebe16
70fedf618a Added android permission request dialog 2019-10-14 19:58:22 +02:00
lufebe16
64cd1b73f2 Double tap added to cardselection (kivy toolkit)
- fixes issue #117
2019-10-02 11:35:56 +02:00
lb@lb7520
263858838f language selection
- option 'language' added to option section 'general'
- language selection code in kivy menubar
- mygettext refactored
- translations (german) updated
2019-09-25 19:46:17 +02:00
lb@lb7520
4a297ee434 german translations (revised) 2019-09-24 16:48:41 +02:00
lb@lb7520
6cc0ff767c german translations (mainly kivy/android related)
- updated kivy/android files
- executed 'make pot' to update message-ids
- german translations added
2019-09-23 19:55:50 +02: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
lb@lb520
5b75c1b413 Further corrections to python3 / android. Card images format has been changed to png. And a bugfix. 2019-08-12 09:50:38 +02:00
Juhani Numminen
c9de855dd8 Install icons to standard locations for linux desktop
Also reorganize icons in subdirectories indicating size.

See the Icon Theme Specification:
https://specifications.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html#install_icons
2019-07-18 11:09:08 +03:00
Shlomi Fish
91e5cdafa3 Fix the indentation.
See http://perl-begin.org/tutorials/bad-elements/#no-indentation .
2019-02-19 17:14:17 +02: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
e8c508c3da android: external urls in help now start system browser - some refactoring. 2018-06-08 10:53:40 +02:00
lb@lb520
93f0559549 Better and more convenient support for android back key. 2018-05-31 18:20:12 +02:00
lb@lb520
9155493dc9 Android build scripts updates. Some Comments in kivy files. 2018-05-22 10:48:46 +02:00
lb@lb520
574178a16b Fixed html link handling in kivy version 2018-04-23 18:09:04 +02:00
lb@lb520
76568a3f1e python3 adaptations 2018-04-03 16:00:02 +02:00
lb@lb520
3e9b7b74c7 Bugfix synchronisation issues with autodrop
Bugfix bottom image flip
2018-03-22 15:48:19 +01:00
lb@lb520
feca7b5658 Cosmetics: Kivy __all removed. 2018-03-19 10:55:41 +01: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
Shlomi Fish
033f99e4f2 refactoring. 2018-03-13 12:42:04 +02: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