├── LICENSE ├── README.md ├── docs ├── _config.yml ├── images │ ├── location-trigger-detail.png │ ├── location-trigger-example-1.png │ ├── location-trigger-example-2.png │ ├── location-trigger-example-3.png │ ├── location-trigger-example-4.png │ ├── location-triggers-autocut-1.png │ ├── location-triggers-autocut-2.png │ ├── location-triggers-autocut-3.png │ ├── location-triggers-limitkit.png │ ├── location-triggers-list.png │ ├── location-triggers-screens.png │ ├── new-location-trigger-from-input.png │ └── new-location-trigger-from-share.png └── index.md └── localization └── en-US.json /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamtow/location-triggers/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamtow/location-triggers/HEAD/README.md -------------------------------------------------------------------------------- /docs/_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamtow/location-triggers/HEAD/docs/_config.yml -------------------------------------------------------------------------------- /docs/images/location-trigger-detail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamtow/location-triggers/HEAD/docs/images/location-trigger-detail.png -------------------------------------------------------------------------------- /docs/images/location-trigger-example-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamtow/location-triggers/HEAD/docs/images/location-trigger-example-1.png -------------------------------------------------------------------------------- /docs/images/location-trigger-example-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamtow/location-triggers/HEAD/docs/images/location-trigger-example-2.png -------------------------------------------------------------------------------- /docs/images/location-trigger-example-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamtow/location-triggers/HEAD/docs/images/location-trigger-example-3.png -------------------------------------------------------------------------------- /docs/images/location-trigger-example-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamtow/location-triggers/HEAD/docs/images/location-trigger-example-4.png -------------------------------------------------------------------------------- /docs/images/location-triggers-autocut-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamtow/location-triggers/HEAD/docs/images/location-triggers-autocut-1.png -------------------------------------------------------------------------------- /docs/images/location-triggers-autocut-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamtow/location-triggers/HEAD/docs/images/location-triggers-autocut-2.png -------------------------------------------------------------------------------- /docs/images/location-triggers-autocut-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamtow/location-triggers/HEAD/docs/images/location-triggers-autocut-3.png -------------------------------------------------------------------------------- /docs/images/location-triggers-limitkit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamtow/location-triggers/HEAD/docs/images/location-triggers-limitkit.png -------------------------------------------------------------------------------- /docs/images/location-triggers-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamtow/location-triggers/HEAD/docs/images/location-triggers-list.png -------------------------------------------------------------------------------- /docs/images/location-triggers-screens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamtow/location-triggers/HEAD/docs/images/location-triggers-screens.png -------------------------------------------------------------------------------- /docs/images/new-location-trigger-from-input.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamtow/location-triggers/HEAD/docs/images/new-location-trigger-from-input.png -------------------------------------------------------------------------------- /docs/images/new-location-trigger-from-share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamtow/location-triggers/HEAD/docs/images/new-location-trigger-from-share.png -------------------------------------------------------------------------------- /docs/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamtow/location-triggers/HEAD/docs/index.md -------------------------------------------------------------------------------- /localization/en-US.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamtow/location-triggers/HEAD/localization/en-US.json --------------------------------------------------------------------------------