Skip to content

Commit

Permalink
Merge branch 'feature/easter-eggs' into develop
Browse files Browse the repository at this point in the history
Major release 1.4.0 to AppStore.
  • Loading branch information
David Young committed Aug 17, 2023
2 parents 522fd8e + e5e5ed6 commit 88349d3
Show file tree
Hide file tree
Showing 25 changed files with 542 additions and 474 deletions.
16 changes: 16 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
2023-08-17 David E. Young <[email protected]>

* AppStore: Release 1.4.0.
* EasterEggs: Hunt for hidden URLs.
* Buttons: Needless buttons eliminated.
* Appearance: Nice color changes.
* Animation: Improved component animation.

2023-08-15 David E. Young <[email protected]>

* Functionality: Embedded "Easter eggs".
* Icons: Better "secret" icon.
* Buttons: Context-sensitive buttons have been implemented.
* MainPage: Removed needless "Be Nice" button; it was redundant.
* AppStore: Release 1.3.3

2023-08-11 David E. Young <[email protected]>

* Functionality: Added floating "return-to-top" button to primary insult list.
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ fail cleanly if it gets angry.

## Current Work ##

The offical release of the project, including the app, is _1.2.3_. The app itself (_WillieShake_) is now available on
The offical release of the project, including the app, is _1.4.0_. The app itself (_WillieShake_) is available on
the AppStore. _WillieShake_ is supplied with a JSON file containing insults generated by _generate.py_; it presents
those insults as a list (along with a few pretty buttons and such). You may select one of the insults, and use your
phone's default messaging app to insult anyone you wish.
Expand All @@ -78,6 +78,12 @@ The insult generator itself is based on the work of Kurt Blair's [Shakespearean

## Latest News ##

- _08/17/2023_: Version 1.4.0 is out. A major release to the AppStore:
- Context-sensitive buttons.
- Hidden "Easter eggs".
- Animation improvements.
- Usability improvements.

- _08/11/2023_: Version 1.2.3 is out. Another minor feature release:
- Added a floating icon to the insult list that, when pressed, will return to the list top and disappear.

Expand Down
Binary file added apps/WillieShake/AppStore/5.5/favorites.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/WillieShake/AppStore/5.5/lord-buckley.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/WillieShake/AppStore/5.5/main-page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/WillieShake/AppStore/5.5/no-favorites.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/WillieShake/AppStore/5.5/selected-insult.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/WillieShake/AppStore/5.7/favorites.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/WillieShake/AppStore/5.7/lord-buckley.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/WillieShake/AppStore/5.7/main-page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/WillieShake/AppStore/5.7/no-favorites.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/WillieShake/AppStore/5.7/selected-insult.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions apps/WillieShake/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"expo": {
"name": "WillieShake",
"slug": "WillieShake",
"version": "1.2.3",
"version": "1.4.0",
"orientation": "portrait",
"icon": "./assets/bootsplash_logo.png",
"userInterfaceStyle": "light",
Expand All @@ -17,7 +17,7 @@
"ios": {
"supportsTablet": false,
"bundleIdentifier": "com.bosshog811.WillieShake",
"buildNumber": "1.2.3",
"buildNumber": "1.4.0",
"requireFullScreen": true,
},
"android": {
Expand Down
1 change: 0 additions & 1 deletion apps/WillieShake/assets/appconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@
},
"projectURL": "https://github.com/youngde811/willie-the-shake",
"wikiPage": "https://en.wikipedia.org/wiki/Lord_Buckley",
"smsLink": "sms://&body=",
}
Loading

0 comments on commit 88349d3

Please sign in to comment.