Initial Commit
This commit is contained in:
1
depiction/native/help/me.conorthedev.peep.json
Normal file
1
depiction/native/help/me.conorthedev.peep.json
Normal file
@@ -0,0 +1 @@
|
||||
{"class":"DepictionStackView","tintColor":"#202020","title":"Contact Support","views":[{"class":"DepictionMarkdownView","markdown":"If you need help with \"peep\", you can contact ConorTheDev, the developer, via e-mail."},{"class":"DepictionTableButtonView","title":"Email Developer","action":"mailto:support@conorthedev.me","openExternal":"true","tintColor":"#202020"},{"class":"DepictionMarkdownView","markdown":"You can also contact ConorTheDev using the following sites:"},{"class":"DepictionTableButtonView","title":"Twitter","action":"https://twitter.com/ConorTheDev","openExternal":"true","tintColor":"#202020"},{"class":"DepictionTableButtonView","title":"Website","action":"https://cbyrne.dev/","openExternal":"true","tintColor":"#202020"},{"class":"DepictionMarkdownView","markdown":"Shuga is the maintainer of the package \"peep\". Please contact them via email for any questions on this version of the package."},{"class":"DepictionTableButtonView","title":"Email Maintainer","action":"mailto:support@conorthedev.me","openExternal":"true","tintColor":"#202020"},{"class":"DepictionMarkdownView","markdown":"If you found a mistake in the depiction or cannot download the package, you can reach out to the maintainer of the \"ConorTheDev's Repo\" repo, ConorTheDev."},{"class":"DepictionTableButtonView","title":"Email Repo Maintainer","action":"mailto:conor@conorthedev.me","openExternal":"true","tintColor":"#202020"}]}
|
||||
1
depiction/native/me.conorthedev.peep.json
Normal file
1
depiction/native/me.conorthedev.peep.json
Normal file
@@ -0,0 +1 @@
|
||||
{"minVersion":"0.1","headerImage":"https://repo.conorthedev.me/assets/me.conorthedev.peep/banner.png","tintColor":"#202020","tabs":[{"tabname":"Details","views":[{"class":"DepictionScreenshotsView","screenshots":[{"url":"https://repo.conorthedev.me/assets/me.conorthedev.peep/screenshot/01.png","accessibilityText":"Screenshot"},{"url":"https://repo.conorthedev.me/assets/me.conorthedev.peep/screenshot/02.png","accessibilityText":"Screenshot"}],"itemCornerRadius":8,"itemSize":"{185,400}"},{"markdown":"### **peep**\n#### by ConorTheDev\n---\npeep is a tweak that allows you to temporarily hide your status bar by tapping on it. It only works on the homescreen and lockscreen at the moment.\n\nThe settings instantly apply *without* the need to respring your device! \n\nCurrent preference options:\n- Enable / Disable\n- Use Animations\n\n**Notes:**\n- peep is [open source](https://github.com/cbyrne/peep), be sure to check out the code if you're interested.\n- If you have an issue, [create an issue here](https://github.com/cbyrne/peep/issues/new).","useSpacing":"true","class":"DepictionMarkdownView"},{"class":"DepictionSpacerView"},{"class":"DepictionHeaderView","title":"Information"},{"class":"DepictionTableTextView","title":"Developer","text":"ConorTheDev"},{"class":"DepictionTableTextView","title":"Version","text":"1.0"},{"class":"DepictionTableTextView","title":"Compatibility","text":"iOS 12.0 to 13.0"},{"class":"DepictionTableTextView","title":"Section","text":"Tweaks"},{"class":"DepictionSpacerView"},{"class":"DepictionTableButtonView","title":"View Source Code","action":"https://github.com/cbyrne/peep","openExternal":"true","tintColor":"#202020"},{"class":"DepictionSpacerView"},{"class":"DepictionTableButtonView","title":"Contact Support","action":"depiction-https://repo.conorthedev.me/depiction/native/help/me.conorthedev.peep.json","openExternal":"true","tintColor":"#202020"},{"class":"DepictionLabelView","text":"Silica 1.2.1 \u2013 Updated 2020-04-14","textColor":"#999999","fontSize":"10.0","alignment":1}],"class":"DepictionStackView"},{"tabname":"Changelog","views":[{"class":"DepictionMarkdownView","markdown":"#### Version 1.0\n\n\ud83c\udf89 Initial Release!"},{"class":"DepictionLabelView","text":"Silica 1.2.1 \u2013 Updated 2020-04-14","textColor":"#999999","fontSize":"10.0","alignment":1}],"class":"DepictionStackView"}],"class":"DepictionTabView"}
|
||||
93
depiction/web/me.conorthedev.peep.html
Normal file
93
depiction/web/me.conorthedev.peep.html
Normal file
@@ -0,0 +1,93 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1.0, user-scalable=0">
|
||||
<title>peep</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../web/index.css">
|
||||
<style>a, .tint, .table-btn:after {color: #202020} .active {color: #202020;border-bottom: 2px solid #202020;}</style>
|
||||
<script src="../../web/index.js"></script>
|
||||
<meta name="description" content="A package by ConorTheDev for iOS 12.0 to 13.0.">
|
||||
<meta property="og:title" content="peep">
|
||||
<meta property="og:description" content="A package by ConorTheDev for iOS 12.0 to 13.0.">
|
||||
<meta property="og:image" content="../../assets/me.conorthedev.peep/banner.png">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:title" content="peep">
|
||||
<meta name="twitter:description" content="A package by ConorTheDev for iOS 12.0 to 13.0.">
|
||||
<meta name="twitter:image" content="https://repo.conorthedev.me/assets/me.conorthedev.peep/banner.png">
|
||||
<meta name="theme-color" content="#202020">
|
||||
</head>
|
||||
<body>
|
||||
<div class="body">
|
||||
<div style="background-image: url(../../assets/me.conorthedev.peep/banner.png)" class="banner_underlay"></div>
|
||||
<div class="package package_head">
|
||||
<img src="../../assets/me.conorthedev.peep/icon.png">
|
||||
<div class="package_info">
|
||||
<h1 class="package_name">peep</h1>
|
||||
<p class="package_caption">ConorTheDev</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="nav">
|
||||
<div class="nav_btn active tweak_info_btn" onclick="swap('.changelog','.tweak_info');">Details</div>
|
||||
<div class="nav_btn changelog_btn" onclick="swap('.tweak_info','.changelog');">Changelog</div>
|
||||
</div>
|
||||
<div class="tweak_info">
|
||||
<p class="compatibility"><b>Compatibility:</b> This package is compatible with iOS iOS 12.0 to 13.0.</p>
|
||||
<div class="scroll_view"><img class="img_card" src="../../assets/me.conorthedev.peep/screenshot/01.png"><img class="img_card" src="../../assets/me.conorthedev.peep/screenshot/02.png"></div>
|
||||
<div class="md_view">
|
||||
<p><h3><strong>peep</strong></h3>
|
||||
<h4>by ConorTheDev</h4>
|
||||
<hr>
|
||||
<p>peep is a tweak that allows you to temporarily hide your status bar by tapping on it. It only works on the homescreen and lockscreen at the moment.</p>
|
||||
<p>The settings instantly apply <em>without</em> the need to respring your device!</p>
|
||||
<p>Current preference options:</p>
|
||||
<ul>
|
||||
<li>Enable / Disable</li>
|
||||
<li>Use Animations</li>
|
||||
</ul>
|
||||
<p><strong>Notes:</strong></p>
|
||||
<ul>
|
||||
<li>peep is <a href="https://github.com/cbyrne/peep">open source</a>, be sure to check out the code if you're interested.</li>
|
||||
<li>If you have an issue, <a href="https://github.com/cbyrne/peep/issues/new">create an issue here</a>.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
<h3>Information</h3>
|
||||
<div class="table">
|
||||
<div class="cell">
|
||||
<div class="title">Developer</div>
|
||||
<div class="text">ConorTheDev</div>
|
||||
<br><br>
|
||||
</div>
|
||||
<div class="cell">
|
||||
<div class="title">Version</div>
|
||||
<div class="text">1.0</div>
|
||||
<br><br>
|
||||
</div>
|
||||
<div class="cell">
|
||||
<div class="title">Compatibility</div>
|
||||
<div class="text">iOS 12.0 to 13.0</div>
|
||||
<br><br>
|
||||
</div>
|
||||
<div class="cell">
|
||||
<div class="title">Section</div>
|
||||
<div class="text">Tweaks</div>
|
||||
<br><br>
|
||||
</div>
|
||||
</div>
|
||||
<a href="https://github.com/cbyrne/peep" class="table-btn">
|
||||
<div>View Source Code</div>
|
||||
</a>
|
||||
</div>
|
||||
<div class="changelog">
|
||||
<div class="changelog_entry">
|
||||
<h4>1.0</h4>
|
||||
<div class="md_view"><p>🎉 Initial Release!</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="caption center footer">Silica 1.2.1 – Updated 2020-04-14</div>
|
||||
</div>
|
||||
</body>
|
||||
<script>compatible("12.0","13.0","iOS 12.0 to 13.0");externalize()</script>
|
||||
</html>
|
||||
Reference in New Issue
Block a user