Versioning + automatic user selection + misc UI tweaks.
[ADDED] Versioning and explicit migration to MPElementEntity. [ADDED] Upgrade button in case the element needs explicit migration. [ADDED] Messages in Crashlytics and TestFlight logs upon initialization so we can easily see it worked and what the client's versioning looks like. [IMPROVED] Only show firstRun UI tooltips once. [IMPROVED] Automatically select the latest user upon load of unlock. [IMPROVED] Automatically select the user when his password is reset. [IMPROVED] Hide active element when logging a user out.
This commit is contained in:
@@ -5,9 +5,10 @@
|
||||
<head>
|
||||
<title>Master Password — Secure your online identity and privacy.</title>
|
||||
|
||||
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
|
||||
<link rel="icon" href="img/favicon.png" type="image/x-png" />
|
||||
<link rel="shortcut icon" href="img/favicon.png" type="image/x-png" />
|
||||
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
|
||||
<link rel="publisher" href="https://plus.google.com/116256327773442623984/about" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Exo:100,400,600,900,100italic,400italic,600italic" />
|
||||
<link rel="stylesheet" type="text/css" href="css/ml-shadows.css" />
|
||||
@@ -116,8 +117,8 @@
|
||||
/* ]]> */
|
||||
</script>
|
||||
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion_async.js"></script>
|
||||
|
||||
</head>
|
||||
|
||||
<body id="frontpage">
|
||||
<a class="appstore" href="http://itunes.apple.com/app/id510296984" onclick="goog_report_conversion('index-fixed-header');_gaq.push(['_trackPageview', '/outbound/itunes']);"><img src="img/appstore.png" /></a>
|
||||
<header>
|
||||
@@ -294,6 +295,7 @@
|
||||
|
||||
<hr />
|
||||
<a class="next" href="what.html">What is this thing and why do I need it?</a>
|
||||
|
||||
</section>
|
||||
|
||||
<span itemscope itemtype="http://schema.org/MobileSoftwareApplication">
|
||||
|
Reference in New Issue
Block a user