Releases: billthefarmer/wordlesolver
Releases · billthefarmer/wordlesolver
Version 1.09
- 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
Version 1.07
Version 1.06
Version 1.05
Version 1.04
- Add Italian translation by @airon90