Skip to content

Releases: billthefarmer/wordlesolver

Version 1.09

01 Dec 11:53
Compare
Choose a tag to compare

Icon

  • Add external control

External control

Share text from another app, or send an Intent with an EXTRA_TEXT with the text containing the known letters and blanks or dots for the unknown letters. The app will start or restart and display the results.

Parameter Activity/Action/Category/Extra Type Value
Activity org.billthefarmer.solver.Main
Action android.intent.action.MAIN
android.intent.action.DEFAULT
android.intent.action.SEND
android.intent.action.VIEW
Category android.intent.category.LAUNCHER
android.intent.category.DEFAULT
Extras android.intent.extra.TEXT string The text may contain blanks or dots for
unknown letters, a comma delimiter and
letters known to be in results, repeated
three times, a comma delimiter and letters
known to not be in results

This may be tested using the Android Debug Bridge.

$ adb shell am start -e android.intent.extra.TEXT b.ll,..g,...x,,pb  -n org.billthefarmer.solver/.Main
Starting: Intent { cmp=org.billthefarmer.solver/.Main (has extras) }
Warning: Activity not started, its current task has been brought to the front

Version 1.08

20 Oct 18:39
Compare
Choose a tag to compare

Icon

  • Add navigation menu
  • Update icons

Version 1.07

04 Jul 12:13
Compare
Choose a tag to compare

Icon

  • Update expanded display

Version 1.06

19 Jun 11:48
Compare
Choose a tag to compare

Icon

  • Add expanded display
  • Add black and light themes

Version 1.05

26 May 08:32
Compare
Choose a tag to compare

Icon

  • Add Afrikaans translation by @ovginkel
  • Add Italian metadata translation by @airon90

Version 1.04

12 Aug 12:46
Compare
Choose a tag to compare

Icon

Version 1.03

07 Aug 12:21
Compare
Choose a tag to compare

Icon

  • Add languages

Version 1.02

09 Mar 11:20
Compare
Choose a tag to compare

Icon

  • Update dialog themes

Version 1.01

14 Feb 14:29
Compare
Choose a tag to compare

Icon

  • Update layout

Version 1.0

03 Feb 18:32
Compare
Choose a tag to compare

Icon

  • Initial release