Skip to content

Updated pages' text to reflect Rebble's current progress #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
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
7 changes: 6 additions & 1 deletion auth/templates/account-info.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,10 @@ <h3>Rebble Subscriptions</h3>
</form>
<p>Are services you subscribed to not functioning? You might need to
<a href="https://boot.rebble.io/">repeat the initial setup</a>. Don't worry: it only takes a minute.</p>
<p>Do you want to undo the Rebble configuration process, removing it completely from your Pebble app?
You won't get access to the Rebble app store or any other Rebble services (including ones you've paid for!),
until you re-do the setup process, and it might erase some of your Pebble app data. If you have a paid subscription, this will not cancel it
for you. You'll need to cancel it using the button above. You might also need to try it multiple times for it to work. Still ready?
Just click this link here: -------> <a href="pebble://custom-boot-config-url/default">De-Rebble-ify!</a>
{% endif %}
{% endblock %}
{% endblock %}
9 changes: 6 additions & 3 deletions auth/templates/logged-in.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ <h3>Service status</h3>
<li>For those with subscriptions, <strong>dictation</strong> and <strong>weather</strong> are also available.</li>
<li>Timeline support for third-party apps is not yet available, but is still planned.</li>
</ul>
<p>Also, note that if you are using a Pebble Time Round or Pebble 2 with an iOS 11 device, dictation did not work for
you before and probably still does not work for you now. We might have a fix for this, but it has not shipped
yet.</p>
<p>Also, note that if you have a Pebble Time or newer, you will be prompted to update to the 4.4.0-rbl
firmware, which is a small bugfix that patches dictation not working in iOS 11 or newer.</p>
<p>Also also, if you have a Pebble Classic or Pebble Steel that is on a very old firmware verison (pre-3.x),
it's <strong>highly recommended</strong> you go through the setup process with your Pebble <strong>before</strong> you
Rebble-ify it. More details at <a href="http://rebble.io/howto">rebble.io/howto</a>.
</p>
{% endblock %}