Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,15 @@
build
.lock-waf*

# Ignore xcode project
Pebble Authenticator

# Ignore vi backups
*~

# Ignore linked files/directories
waf
wscript
resources/wscript
tools
include
lib
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Authenticator
=============

Forked off 'authenticator' by IEF, which was forked off 'twostep' by pokey9000, this is Authenticator for Pebble, with patches from rigel314
Forked off 'authenticator' by IEF, which was forked off 'twostep' by pokey9000, this is Authenticator for Pebble, with patches from rigel314, updated to PebbleSDK-2.0 by Didier Arenzana.

generating multiple Time-based One-Time Passwords, much like Google Authenticator.

Expand All @@ -21,11 +21,11 @@ label:secret

5. repeat this for all your keys (don't forget to remove the example)

6. Generate the config by running ./configuration.py
6. build the application by running pebble build

7. Build and install the application with ./waf build && python httpserver as usual
7. install by running pebble install

8. Done, you can find 'Authenticator' in your app menu for your Pebble.

The above is assuming you have the Pebble SDK installed and configured to compile watch apps.
If not, review: http://developer.getpebble.com/1/01_GetStarted/01_Step_2
The above is assuming you have the Pebble SDK 2.0 installed and configured to compile watch apps.
If not, review: https://developer.getpebble.com/2/
22 changes: 22 additions & 0 deletions appinfo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"uuid": "5b59ec4a-8a6b-4ff0-bd80-0038a151cd86",
"shortName": "Authenticator",
"longName": "Authenticator",
"companyName": "pokey9000/IEF/rigel314",
"versionCode": 1,
"versionLabel": "1.1.0",
"watchapp": {
"watchface": false
},
"appKeys": {},
"resources": {
"media": [
{
"menuIcon": true,
"type": "png",
"name": "IMAGE_MENU_ICON",
"file": "images/twostep_icon.png"
}
]
}
}
10 changes: 0 additions & 10 deletions resources/src/resource_map.json

This file was deleted.

Loading