mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 19:59:12 +00:00
Update my port of Simon Tatham's Puzzles
This commit is contained in:
parent
08b3b654e7
commit
9c30f61a4c
1 changed files with 21 additions and 13 deletions
|
|
@ -2,7 +2,7 @@ Categories:
|
|||
- Games
|
||||
License: MIT
|
||||
AuthorName: Chris Boyle
|
||||
AuthorEmail: chris@boyle.name
|
||||
AuthorEmail: puzzles@chris.boyle.name
|
||||
AuthorWebSite: https://chris.boyle.name/
|
||||
WebSite: https://chris.boyle.name/projects/android-puzzles
|
||||
SourceCode: https://github.com/chrisboyle/sgtpuzzles
|
||||
|
|
@ -11,21 +11,15 @@ Changelog: https://github.com/chrisboyle/sgtpuzzles/releases
|
|||
|
||||
AutoName: Puzzles
|
||||
Description: |-
|
||||
A port of Simon Tatham’s Portable Puzzle Collection, a collection of 39
|
||||
A port of Simon Tatham’s Portable Puzzle Collection, a collection of 40
|
||||
single-player logic games.
|
||||
|
||||
Various control options for small screens: on-screen arrow keys (can be enabled
|
||||
in Settings), pinch to zoom, and a new button to swap press/long-press.
|
||||
in Settings), pinch to zoom, and a button to swap press/long-press.
|
||||
|
||||
NFC lets you beam a puzzle to your friend’s phone,
|
||||
<a href="https://www.youtube.com/watch?v=nCw1ilMzCH4">like this</a>.
|
||||
|
||||
Media permissions let you swap saved games with the versions for other platforms
|
||||
at http://is.gd/sgtpuz (via Save/Share actions)
|
||||
|
||||
Contains the following 39 games: Black Box, Bridges, Cube, Dominosa, Fifteen,
|
||||
Contains the following 40 games: Black Box, Bridges, Cube, Dominosa, Fifteen,
|
||||
Filling, Flip, Flood, Galaxies, Guess, Inertia, Keen, Light Up, Loopy, Magnets,
|
||||
Map, Mines (Minesweeper), Net, Netslide, Palisade, Pattern, Pearl, Pegs
|
||||
Map, Mines (Minesweeper), Mosaic, Net, Netslide, Palisade, Pattern, Pearl, Pegs
|
||||
(Solitaire), Range, Rectangles, Same Game, Signpost, Singles, Sixteen, Slant,
|
||||
Solo (Sudoku), Tents, Towers, Tracks, Twiddle, Undead, Unequal, Unruly, Untangle
|
||||
|
||||
|
|
@ -108,11 +102,25 @@ Builds:
|
|||
forceversion: true
|
||||
ndk: r18b
|
||||
|
||||
- versionName: 2022-04-29-0852-c43a34fb-fdroid
|
||||
versionCode: 127
|
||||
commit: 2022-04-29-0852-c43a34fb
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
forceversion: true
|
||||
prebuild: sed -i '/versionNameSuffix.*idForSimon/d' build.gradle
|
||||
ndk: r24
|
||||
|
||||
MaintainerNotes: |-
|
||||
* Cannot use UCM/AUM because of dynamic versionName.
|
||||
* Check not only installation, but actual games to ensure correct JNI build.
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: 2019-03-26-0844-68363231
|
||||
CurrentVersionCode: 120
|
||||
CurrentVersion: 2022-04-29-0852-c43a34fb-fdroid
|
||||
CurrentVersionCode: 127
|
||||
|
|
|
|||
Loading…
Reference in a new issue