├── .gitignore ├── ChastityApp Server ├── chastity_app.sql ├── includes │ └── app.php └── public_html │ ├── README.txt │ ├── api │ └── v0.5 │ │ ├── checklock.php │ │ ├── combinations.php │ │ ├── keyholderdata.php │ │ ├── lockeedata.php │ │ ├── logdata.php │ │ ├── runninglocks.json │ │ ├── runninglocks.php │ │ ├── simulationdata.php │ │ ├── userdata.json │ │ └── userdata.php │ ├── app │ ├── v2.6.8 │ │ ├── acceptfollowrequest.php │ │ ├── addnewapiproject.php │ │ ├── addnewshareid.php │ │ ├── addnewuserid.php │ │ ├── blockuser.php │ │ ├── checknewshareid.php │ │ ├── checknewuserid.php │ │ ├── checknewusername.php │ │ ├── checkrestoreuserid.php │ │ ├── declinefollowrequest.php │ │ ├── deleteapiproject.php │ │ ├── deletelock.php │ │ ├── deletesharedlock.php │ │ ├── followuser.php │ │ ├── getaccountdata.php │ │ ├── getapiprojects.php │ │ ├── getgeneratedlocks.php │ │ ├── getkeyholdersdata.php │ │ ├── getlocklog.php │ │ ├── getlockupdates.php │ │ ├── getmissinguserid.php │ │ ├── getmylocksdeleted.php │ │ ├── getothersrelations.php │ │ ├── getprofiledata.php │ │ ├── getservervariables.php │ │ ├── getsharedlockinformation.php │ │ ├── getsharedlocks.php │ │ ├── getsharedlocksdeleted.php │ │ ├── getsharedlockusers.php │ │ ├── getuserlog.php │ │ ├── getyourrelations.php │ │ ├── removeuserfromlock.php │ │ ├── resetapiclientsecret.php │ │ ├── restoreaccount.php │ │ ├── restoredeletedsharedlock.php │ │ ├── sendnotification.php │ │ ├── unblockuser.php │ │ ├── unfollowuser.php │ │ ├── unlockuserslock.php │ │ ├── updateaccount.php │ │ ├── updateapiproject.php │ │ ├── updatekeyholdersemoji.php │ │ ├── updatelock.php │ │ ├── updatesharedlock.php │ │ ├── updateusername.php │ │ ├── updateusersemoji.php │ │ ├── updateuserslock.php │ │ ├── updateusersrating.php │ │ └── updateusersreadytounlockvalue.php │ ├── v2.7.5 │ │ ├── acceptfollowrequest.php │ │ ├── addnewapiproject.php │ │ ├── addnewshareid.php │ │ ├── addnewuserid.php │ │ ├── blockuser.php │ │ ├── checknewshareid.php │ │ ├── checknewuserid.php │ │ ├── checknewusername.php │ │ ├── checkrestoreuserid.php │ │ ├── declinefollowrequest.php │ │ ├── deleteapiproject.php │ │ ├── deletelock.php │ │ ├── deletesharedlock.php │ │ ├── followuser.php │ │ ├── getaccountdata.php │ │ ├── getapiprojects.php │ │ ├── getgeneratedlocks.php │ │ ├── getkeyholdersdata.php │ │ ├── getlocklog.php │ │ ├── getlockupdates.php │ │ ├── getmissinguserid.php │ │ ├── getmylocksdeleted.php │ │ ├── getothersrelations.php │ │ ├── getprofiledata.php │ │ ├── getrecentactivity.php │ │ ├── getservervariables.php │ │ ├── getsharedlockinformation.php │ │ ├── getsharedlocks.php │ │ ├── getsharedlocksdeleted.php │ │ ├── getsharedlockusers.php │ │ ├── getuserlog.php │ │ ├── getyourrelations.php │ │ ├── removeuserfromlock.php │ │ ├── resetapiclientsecret.php │ │ ├── restoreaccount.php │ │ ├── restoredeletedsharedlock.php │ │ ├── sendnotification.php │ │ ├── unblockuser.php │ │ ├── unfollowuser.php │ │ ├── unlockuserslock.php │ │ ├── updateaccount.php │ │ ├── updateapiproject.php │ │ ├── updatekeyholdersemoji.php │ │ ├── updatelock.php │ │ ├── updaterecentactivityreadflag.php │ │ ├── updaterecentactivityreadflagforall.php │ │ ├── updatesharedlock.php │ │ ├── updateusername.php │ │ ├── updateusersemoji.php │ │ ├── updateuserslock.php │ │ ├── updateusersrating.php │ │ └── updateusersreadytounlockvalue.php │ └── v2.7.6 │ │ ├── acceptfollowrequest.php │ │ ├── addnewapiproject.php │ │ ├── addnewshareid.php │ │ ├── addnewuserid.php │ │ ├── blockuser.php │ │ ├── checknewshareid.php │ │ ├── checknewuserid.php │ │ ├── checknewusername.php │ │ ├── checkrestoreuserid.php │ │ ├── declinefollowrequest.php │ │ ├── deleteapiproject.php │ │ ├── deletelock.php │ │ ├── deletesharedlock.php │ │ ├── followuser.php │ │ ├── getaccountdata.php │ │ ├── getapiprojects.php │ │ ├── getgeneratedlocks.php │ │ ├── getkeyholdersdata.php │ │ ├── getlocklog.php │ │ ├── getlockupdates.php │ │ ├── getmissinguserid.php │ │ ├── getmylocksdeleted.php │ │ ├── getothersrelations.php │ │ ├── getprofiledata.php │ │ ├── getrecentactivity.php │ │ ├── getservervariables.php │ │ ├── getsharedlockinformation.php │ │ ├── getsharedlocks.php │ │ ├── getsharedlocksdeleted.php │ │ ├── getsharedlockusers.php │ │ ├── getuserlog.php │ │ ├── getyourrelations.php │ │ ├── removeuserfromlock.php │ │ ├── resetapiclientsecret.php │ │ ├── restoreaccount.php │ │ ├── restoredeletedsharedlock.php │ │ ├── sendnotification.php │ │ ├── unblockuser.php │ │ ├── unfollowuser.php │ │ ├── unlockuserslock.php │ │ ├── updateaccount.php │ │ ├── updateapiproject.php │ │ ├── updatekeyholdersemoji.php │ │ ├── updatelock.php │ │ ├── updaterecentactivityreadflag.php │ │ ├── updaterecentactivityreadflagforall.php │ │ ├── updatesharedlock.php │ │ ├── updateusername.php │ │ ├── updateusersemoji.php │ │ ├── updateuserslock.php │ │ ├── updateusersrating.php │ │ └── updateusersreadytounlockvalue.php │ ├── crontab │ ├── api_running_locks.php │ ├── api_userdata.php │ ├── bots │ │ ├── bot_code.php │ │ ├── bot_code_keyholders_decision.php │ │ ├── bots.php │ │ ├── bots_follow_back.php │ │ ├── bots_keyholder_decides_decision.php │ │ ├── emoji_code.php │ │ ├── generate_bot_code.php │ │ └── generate_emoji_code.php │ ├── delete_old_records.php │ ├── generated_locks.php │ └── server_variables.php │ ├── discord │ └── index.php │ ├── sharedlock.php │ └── twitter │ ├── README.txt │ ├── autoload.php │ └── index.php ├── ChastityApp ├── APIDashboard_Layout.agc ├── APIDashboard_Main.agc ├── APIProjectSettings_Layout.agc ├── APIProjectSettings_Main.agc ├── About_Layout.agc ├── About_Main.agc ├── Cards_Layout.agc ├── Cards_Main.agc ├── ChastityApp.agk ├── CreateLocks_Layout.agc ├── CreateLocks_Main.agc ├── EditProfile_Layout.agc ├── EditProfile_Main.agc ├── Emojis_Layout.agc ├── Emojis_Main.agc ├── Functions.agc ├── FunctionsCommon.agc ├── Globals.agc ├── HTTPSQueueResponse.agc ├── Images.agc ├── LoadLockOptions_Layout.agc ├── LoadLockOptions_Main.agc ├── LockGeneratorInformation_Layout.agc ├── LockGeneratorInformation_Main.agc ├── LockGeneratorResults_Layout.agc ├── LockGeneratorResults_Main.agc ├── LockGenerator_Layout.agc ├── LockGenerator_Main.agc ├── LockInformation_Layout.agc ├── LockInformation_Main.agc ├── LockLog_Layout.agc ├── LockLog_Main.agc ├── LockOptions_Layout.agc ├── LockOptions_Main.agc ├── Login_Layout.agc ├── Login_Main.agc ├── ManageDesertedUsers_Layout.agc ├── ManageDesertedUsers_Main.agc ├── ManageLockedUsers_Layout.agc ├── ManageLockedUsers_Main.agc ├── ManageUnlockedUsers_Layout.agc ├── ManageUnlockedUsers_Main.agc ├── Menu_Layout.agc ├── Menu_Main.agc ├── MyLocksDeleted_Layout.agc ├── MyLocksDeleted_Main.agc ├── MyLocks_Layout.agc ├── MyLocks_Main.agc ├── NewLockOptions_Layout.agc ├── NewLockOptions_Main.agc ├── OthersFollowersList_Layout.agc ├── OthersFollowersList_Main.agc ├── OthersFollowingList_Layout.agc ├── OthersFollowingList_Main.agc ├── ProjectVariables.agc ├── RandomCombinationsTool_Layout.agc ├── RandomCombinationsTool_Main.agc ├── RandomCombinations_Layout.agc ├── RandomCombinations_Main.agc ├── RecentActivity_Layout.agc ├── RecentActivity_Main.agc ├── RestoreAccount_Layout.agc ├── RestoreAccount_Main.agc ├── ScanQRCode_Layout.agc ├── ScanQRCode_Main.agc ├── SetCombination_Layout.agc ├── SetCombination_Main.agc ├── Settings_Layout.agc ├── Settings_Main.agc ├── ShareLock_Layout.agc ├── ShareLock_Main.agc ├── SharedLockInformation_Layout.agc ├── SharedLockInformation_Main.agc ├── SharedLocksDeleted_Layout.agc ├── SharedLocksDeleted_Main.agc ├── SharedLocks_Layout.agc ├── SharedLocks_Main.agc ├── SplashScreen_Layout.agc ├── SplashScreen_Main.agc ├── Themes.agc ├── Types.agc ├── UsersLockInformation_Layout.agc ├── UsersLockInformation_Main.agc ├── UsersLockLog_Layout.agc ├── UsersLockLog_Main.agc ├── UsersLockUpdate_Layout.agc ├── UsersLockUpdate_Main.agc ├── ViewProfile_Layout.agc ├── ViewProfile_Main.agc ├── YourBlockedUsersList_Layout.agc ├── YourBlockedUsersList_Main.agc ├── YourFollowRequestsList_Layout.agc ├── YourFollowRequestsList_Main.agc ├── YourFollowersList_Layout.agc ├── YourFollowersList_Main.agc ├── YourFollowingList_Layout.agc ├── YourFollowingList_Main.agc ├── main.agc └── media │ ├── AccountsLogoBox.png │ ├── Add10s.png │ ├── Add15s.png │ ├── Add20s.png │ ├── Add25s.png │ ├── Add30s.png │ ├── AddLockIcon.png │ ├── AppCardBack.png │ ├── AppCardDoubleUp025.png │ ├── AppCardDoubleUp100.png │ ├── AppCardDoubleUpDark.png │ ├── AppCardFreeze025.png │ ├── AppCardFreeze100.png │ ├── AppCardFreezeDark.png │ ├── AppCardGoAgain.png │ ├── AppCardGreen025.png │ ├── AppCardGreen100.png │ ├── AppCardGreenDark.png │ ├── AppCardRed025.png │ ├── AppCardRed100.png │ ├── AppCardRedAdd1.png │ ├── AppCardRedAdd2.png │ ├── AppCardRedAdd3.png │ ├── AppCardRedDark.png │ ├── AppCardRedRandom.png │ ├── AppCardReset025.png │ ├── AppCardReset100.png │ ├── AppCardResetDark.png │ ├── AppCardSticky025.png │ ├── AppCardSticky100.png │ ├── AppCardStickyDark.png │ ├── AppCardYellowAdd1.png │ ├── AppCardYellowAdd2.png │ ├── AppCardYellowAdd3.png │ ├── AppCardYellowMinus1.png │ ├── AppCardYellowMinus2.png │ ├── AppCardYellowRandom025.png │ ├── AppCardYellowRandom100.png │ ├── AppCardYellowRandomDark.png │ ├── AppLogo.png │ ├── AppTitle.png │ ├── ArcMask.png │ ├── ArcMask.ps │ ├── AudioOff.png │ ├── AudioOn.png │ ├── AutoResetRibbon.png │ ├── AvatarCircleMask.png │ ├── AvatarCircleMaskLeft.png │ ├── AvatarCircleMaskRight.png │ ├── Blank.png │ ├── Bot01.png │ ├── Bot02.png │ ├── Bot03.png │ ├── Bot04.png │ ├── CancelButton.png │ ├── CancelCardButton.png │ ├── CardInfoHidden.png │ ├── CardInfoVisible.png │ ├── CheckInIcon.png │ ├── CheckedIn.png │ ├── Circle.png │ ├── CircleWithOutline.png │ ├── CleanIcon.png │ ├── CleanIconOverlayWaiting.png │ ├── CloudText.png │ ├── CooldownMask.png │ ├── CooldownMask.ps │ ├── CopyText.png │ ├── DefaultAvatar.png │ ├── DeleteIcon.png │ ├── DiscordIcon.png │ ├── DiscordLogo.png │ ├── EditIcon.png │ ├── EditUsersLockIcon.png │ ├── EmailIcon.png │ ├── FacebookIcon.png │ ├── FakeLock.png │ ├── FavouriteOff.png │ ├── FavouriteOn.png │ ├── FeltBackground.jpg │ ├── FeltBackground.png │ ├── FilterIcon.png │ ├── FlagBlack.png │ ├── FlagBlue.png │ ├── FlagCancel.png │ ├── FlagGreen.png │ ├── FlagOff.png │ ├── FlagOrange.png │ ├── FlagPurple.png │ ├── FlagRed.png │ ├── FlagWhite.png │ ├── FlagYellow.png │ ├── FreezeIcon.png │ ├── FreezeIconOff.png │ ├── FreezeIconOn.png │ ├── GitHubIcon.png │ ├── GradientBackgroundDark.png │ ├── GradientBackgroundLight.png │ ├── IceCapArch.png │ ├── InfoIcon.png │ ├── KeyDisabled.png │ ├── KeyholderUpdatedRibbon.png │ ├── ListAddedCards.png │ ├── ListAddedTime.png │ ├── ListAutoResetLock.png │ ├── ListBlank.png │ ├── ListCardInfoHidden.png │ ├── ListCheckedIn.png │ ├── ListCheckedInLate.png │ ├── ListCheckedInWhite.png │ ├── ListDeletedLock.png │ ├── ListDoubleUpCard.png │ ├── ListFreezeCard.png │ ├── ListFrozen.png │ ├── ListGoAgainCard.png │ ├── ListGreenCard.png │ ├── ListHidden.png │ ├── ListHiddenWhite.png │ ├── ListLocked.png │ ├── ListOldVersion.png │ ├── ListRatedLock.png │ ├── ListRedCard.png │ ├── ListRemovedCards.png │ ├── ListRemovedTime.png │ ├── ListResetCard.png │ ├── ListResetLock.png │ ├── ListRestoredLock.png │ ├── ListStickyCard.png │ ├── ListUnfrozen.png │ ├── ListUnlocked.png │ ├── ListUpdateHidden.png │ ├── ListVisible.png │ ├── ListVisibleWhite.png │ ├── ListYellowAdd1Card.png │ ├── ListYellowAdd2Card.png │ ├── ListYellowAdd3Card.png │ ├── ListYellowMinus1Card.png │ ├── ListYellowMinus2Card.png │ ├── LoadImageIcon.png │ ├── LoginWithText.png │ ├── MadeWithAppGameKit.png │ ├── ManageUsersIcon.png │ ├── MoreIcon.png │ ├── MultipleKeyholders.png │ ├── NewLockIcon.png │ ├── NotCheckedIn.png │ ├── NotSynced.png │ ├── OryUIMedia │ ├── Bottom-Shadow.png │ ├── Checkbox-Checked.png │ ├── Checkbox-Unchecked.png │ ├── Circle-Frame.png │ ├── Floating-Action-Button-Shadow.png │ ├── Floating-Action-Button.png │ ├── Icon-Add.png │ ├── Icon-Back.png │ ├── Icon-Camera.png │ ├── Icon-Cancel.png │ ├── Icon-Delete.png │ ├── Icon-Edit.png │ ├── Icon-Menu.png │ ├── Icon-More-Horizontal.png │ ├── Icon-More-Vertical.png │ ├── Icon-Profile.png │ ├── Icon-Pull-To-Refresh.png │ ├── Icon-Refresh.png │ ├── Icon-Rotate-Image.png │ ├── Icon-Save.png │ ├── Icon-Scroll-To-Top.png │ ├── Icon-Share.png │ ├── Icon-Subtract.png │ ├── Left-Shadow.png │ ├── Navigation-Drawer-Header-Background.png │ ├── Please-Wait-Wheel-01.png │ ├── Please-Wait-Wheel-02.png │ ├── Please-Wait-Wheel-03.png │ ├── Please-Wait-Wheel-04.png │ ├── Please-Wait-Wheel-05.png │ ├── Please-Wait-Wheel-06.png │ ├── Please-Wait-Wheel-07.png │ ├── Please-Wait-Wheel-08.png │ ├── Please-Wait-Wheel-09.png │ ├── Please-Wait-Wheel-10.png │ ├── Please-Wait-Wheel-11.png │ ├── Please-Wait-Wheel-12.png │ ├── Please-Wait-Wheel-13.png │ ├── Please-Wait-Wheel-14.png │ ├── Please-Wait-Wheel-15.png │ ├── Please-Wait-Wheel-16.png │ ├── Pull-To-Refresh-Circle.png │ ├── Pull-To-Refresh-Shadow.png │ ├── Right-Shadow.png │ ├── Scroll-Fast-Button-Icon.png │ ├── Scroll-Fast-Button.png │ ├── Scroll-To-Top-Button-Shadow.png │ ├── Scroll-To-Top-Button.png │ ├── Top-Bar-Shadow.png │ └── Top-Shadow.png │ ├── PasteText.png │ ├── PendingFollowRequests.png │ ├── PullToRefreshCircle.png │ ├── PullToRefreshIcon.png │ ├── RandomIcon.png │ ├── RectangleSecretSticker.png │ ├── RegenerateCodeIcon.png │ ├── ResetLockIcon.png │ ├── RoundSecretSticker.png │ ├── ScanFrame.png │ ├── ScanImageIcon.png │ ├── ScanLine.png │ ├── ShareIcon.png │ ├── ShowMatchingUsersIcon.png │ ├── SliderIcon.png │ ├── SortIconAscending.png │ ├── SortIconDescending.png │ ├── SortIconRandom.png │ ├── SplashScreenSquare.png │ ├── Star.png │ ├── StarBorder.png │ ├── StarHollow.png │ ├── StarOff.png │ ├── StarOffOriginal.png │ ├── StarOn.png │ ├── StatusAvailableIcon.png │ ├── StatusBusyIcon.png │ ├── StatusOfflineIcon.png │ ├── StatusSleepingIcon.png │ ├── Synced.png │ ├── Syncing.png │ ├── TestLock.png │ ├── ThemeBorder.png │ ├── TickIcon.png │ ├── TimerHidden.png │ ├── TimerVisible.png │ ├── TransparentLogo.png │ ├── TransparentSplashScreenLogo.png │ ├── TrustKeyholder.png │ ├── TwitterIcon.png │ ├── TwitterLogo.png │ ├── UndeleteIcon.png │ ├── UnlockDisabledIcon.png │ ├── UnlockIcon.png │ ├── UsedKey.png │ ├── UserRatingRibbon.png │ ├── bytecode.byc │ ├── emojis │ ├── 001 │ │ ├── emojis001 subimages.txt │ │ └── emojis001.png │ ├── 002 │ │ ├── emojis002 subimages.txt │ │ └── emojis002.png │ ├── 003 │ │ ├── emojis003 subimages.txt │ │ └── emojis003.png │ ├── 004 │ │ ├── emojis004 subimages.txt │ │ └── emojis004.png │ ├── 005 │ │ ├── emojis005 subimages.txt │ │ └── emojis005.png │ ├── 006 │ │ ├── emojis006 subimages.txt │ │ └── emojis006.png │ ├── 007 │ │ ├── emojis007 subimages.txt │ │ └── emojis007.png │ ├── 008 │ │ └── 099.png │ ├── 009 │ │ └── 099.png │ ├── Border.png │ └── Icon.png │ └── main.png ├── LICENSE ├── OryUI Framework ├── OryUI.agc ├── OryUI.agk ├── OryUIButton.agc ├── OryUIButtonGroup.agc ├── OryUICard.agc ├── OryUICheckbox.agc ├── OryUIDefaultSettings.agc ├── OryUIDialog.agc ├── OryUIEditAvatarScreen.agc ├── OryUIFloatingActionButton.agc ├── OryUIHTTPSQueue.agc ├── OryUIInputSpinner.agc ├── OryUIList.agc ├── OryUIMedia.agc ├── OryUIMenu.agc ├── OryUINavigationDrawer.agc ├── OryUIPagination.agc ├── OryUIPicker.agc ├── OryUIProgressIndicator.agc ├── OryUIScrollBar.agc ├── OryUIScrollToTop.agc ├── OryUISprite.agc ├── OryUISwitch.agc ├── OryUITabs.agc ├── OryUITemplate.agc ├── OryUITemplateSingleItem.agc ├── OryUIText.agc ├── OryUITextCard.agc ├── OryUITextfield.agc ├── OryUITooltip.agc ├── OryUITopBar.agc ├── OryUITouch.agc ├── main.agc └── media │ └── OryUIMedia │ ├── Bottom-Shadow.png │ ├── Checkbox-Checked.png │ ├── Checkbox-Unchecked.png │ ├── Circle-Frame.png │ ├── Floating-Action-Button-Shadow.png │ ├── Floating-Action-Button.png │ ├── Icon-Add.png │ ├── Icon-Back.png │ ├── Icon-Camera.png │ ├── Icon-Cancel.png │ ├── Icon-Copy.png │ ├── Icon-Delete.png │ ├── Icon-Edit.png │ ├── Icon-Menu.png │ ├── Icon-More-Horizontal.png │ ├── Icon-More-Vertical.png │ ├── Icon-Profile.png │ ├── Icon-Pull-To-Refresh.png │ ├── Icon-Refresh.png │ ├── Icon-Rotate-Image.png │ ├── Icon-Save.png │ ├── Icon-Scroll-To-Top.png │ ├── Icon-Share.png │ ├── Icon-Subtract.png │ ├── Left-Shadow.png │ ├── Material-Icons │ ├── Material-Icons-01 subimages.txt │ ├── Material-Icons-01.png │ ├── Material-Icons-02 subimages.txt │ ├── Material-Icons-02.png │ ├── Material-Icons-03 subimages.txt │ ├── Material-Icons-03.png │ ├── Material-Icons-04 subimages.txt │ ├── Material-Icons-04.png │ └── Material-Icons.txt │ ├── Navigation-Drawer-Header-Background.png │ ├── Please-Wait-Wheel-01.png │ ├── Please-Wait-Wheel-02.png │ ├── Please-Wait-Wheel-03.png │ ├── Please-Wait-Wheel-04.png │ ├── Please-Wait-Wheel-05.png │ ├── Please-Wait-Wheel-06.png │ ├── Please-Wait-Wheel-07.png │ ├── Please-Wait-Wheel-08.png │ ├── Please-Wait-Wheel-09.png │ ├── Please-Wait-Wheel-10.png │ ├── Please-Wait-Wheel-11.png │ ├── Please-Wait-Wheel-12.png │ ├── Please-Wait-Wheel-13.png │ ├── Please-Wait-Wheel-14.png │ ├── Please-Wait-Wheel-15.png │ ├── Please-Wait-Wheel-16.png │ ├── Pull-To-Refresh-Circle.png │ ├── Pull-To-Refresh-Shadow.png │ ├── Right-Shadow.png │ ├── Scroll-Fast-Button-Icon.png │ ├── Scroll-Fast-Button.png │ ├── Scroll-To-Top-Button-Shadow.png │ ├── Scroll-To-Top-Button.png │ ├── Switch-Switch-Android.png │ ├── Switch-Switch-iOS.png │ ├── Switch-Track-Android.png │ ├── Switch-Track-iOS.png │ ├── Top-Bar-Shadow.png │ └── Top-Shadow.png └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | ChastityApp Server/public_html/api/bots/kiera/* -------------------------------------------------------------------------------- /ChastityApp Server/chastity_app.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/chastity_app.sql -------------------------------------------------------------------------------- /ChastityApp Server/includes/app.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/includes/app.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/README.txt -------------------------------------------------------------------------------- /ChastityApp Server/public_html/api/v0.5/checklock.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/api/v0.5/checklock.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/api/v0.5/combinations.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/api/v0.5/combinations.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/api/v0.5/keyholderdata.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/api/v0.5/keyholderdata.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/api/v0.5/lockeedata.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/api/v0.5/lockeedata.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/api/v0.5/logdata.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/api/v0.5/logdata.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/api/v0.5/runninglocks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/api/v0.5/runninglocks.json -------------------------------------------------------------------------------- /ChastityApp Server/public_html/api/v0.5/runninglocks.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/api/v0.5/runninglocks.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/api/v0.5/simulationdata.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/api/v0.5/simulationdata.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/api/v0.5/userdata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/api/v0.5/userdata.json -------------------------------------------------------------------------------- /ChastityApp Server/public_html/api/v0.5/userdata.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/api/v0.5/userdata.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.6.8/acceptfollowrequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.6.8/acceptfollowrequest.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.6.8/addnewapiproject.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.6.8/addnewapiproject.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.6.8/addnewshareid.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.6.8/addnewshareid.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.6.8/addnewuserid.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.6.8/addnewuserid.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.6.8/blockuser.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.6.8/blockuser.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.6.8/checknewshareid.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.6.8/checknewshareid.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.6.8/checknewuserid.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.6.8/checknewuserid.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.6.8/checknewusername.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.6.8/checknewusername.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.6.8/checkrestoreuserid.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.6.8/checkrestoreuserid.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.6.8/declinefollowrequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.6.8/declinefollowrequest.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.6.8/deleteapiproject.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.6.8/deleteapiproject.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.6.8/deletelock.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.6.8/deletelock.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.6.8/deletesharedlock.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.6.8/deletesharedlock.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.6.8/followuser.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.6.8/followuser.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.6.8/getaccountdata.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.6.8/getaccountdata.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.6.8/getapiprojects.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.6.8/getapiprojects.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.6.8/getgeneratedlocks.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.6.8/getgeneratedlocks.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.6.8/getkeyholdersdata.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.6.8/getkeyholdersdata.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.6.8/getlocklog.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.6.8/getlocklog.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.6.8/getlockupdates.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.6.8/getlockupdates.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.6.8/getmissinguserid.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.6.8/getmissinguserid.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.6.8/getmylocksdeleted.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.6.8/getmylocksdeleted.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.6.8/getothersrelations.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.6.8/getothersrelations.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.6.8/getprofiledata.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.6.8/getprofiledata.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.6.8/getservervariables.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.6.8/getservervariables.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.6.8/getsharedlockinformation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.6.8/getsharedlockinformation.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.6.8/getsharedlocks.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.6.8/getsharedlocks.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.6.8/getsharedlocksdeleted.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.6.8/getsharedlocksdeleted.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.6.8/getsharedlockusers.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.6.8/getsharedlockusers.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.6.8/getuserlog.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.6.8/getuserlog.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.6.8/getyourrelations.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.6.8/getyourrelations.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.6.8/removeuserfromlock.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.6.8/removeuserfromlock.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.6.8/resetapiclientsecret.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.6.8/resetapiclientsecret.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.6.8/restoreaccount.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.6.8/restoreaccount.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.6.8/restoredeletedsharedlock.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.6.8/restoredeletedsharedlock.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.6.8/sendnotification.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.6.8/sendnotification.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.6.8/unblockuser.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.6.8/unblockuser.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.6.8/unfollowuser.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.6.8/unfollowuser.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.6.8/unlockuserslock.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.6.8/unlockuserslock.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.6.8/updateaccount.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.6.8/updateaccount.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.6.8/updateapiproject.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.6.8/updateapiproject.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.6.8/updatekeyholdersemoji.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.6.8/updatekeyholdersemoji.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.6.8/updatelock.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.6.8/updatelock.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.6.8/updatesharedlock.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.6.8/updatesharedlock.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.6.8/updateusername.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.6.8/updateusername.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.6.8/updateusersemoji.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.6.8/updateusersemoji.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.6.8/updateuserslock.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.6.8/updateuserslock.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.6.8/updateusersrating.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.6.8/updateusersrating.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.6.8/updateusersreadytounlockvalue.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.6.8/updateusersreadytounlockvalue.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.5/acceptfollowrequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.5/acceptfollowrequest.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.5/addnewapiproject.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.5/addnewapiproject.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.5/addnewshareid.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.5/addnewshareid.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.5/addnewuserid.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.5/addnewuserid.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.5/blockuser.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.5/blockuser.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.5/checknewshareid.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.5/checknewshareid.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.5/checknewuserid.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.5/checknewuserid.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.5/checknewusername.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.5/checknewusername.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.5/checkrestoreuserid.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.5/checkrestoreuserid.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.5/declinefollowrequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.5/declinefollowrequest.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.5/deleteapiproject.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.5/deleteapiproject.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.5/deletelock.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.5/deletelock.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.5/deletesharedlock.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.5/deletesharedlock.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.5/followuser.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.5/followuser.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.5/getaccountdata.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.5/getaccountdata.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.5/getapiprojects.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.5/getapiprojects.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.5/getgeneratedlocks.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.5/getgeneratedlocks.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.5/getkeyholdersdata.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.5/getkeyholdersdata.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.5/getlocklog.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.5/getlocklog.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.5/getlockupdates.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.5/getlockupdates.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.5/getmissinguserid.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.5/getmissinguserid.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.5/getmylocksdeleted.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.5/getmylocksdeleted.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.5/getothersrelations.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.5/getothersrelations.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.5/getprofiledata.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.5/getprofiledata.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.5/getrecentactivity.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.5/getrecentactivity.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.5/getservervariables.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.5/getservervariables.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.5/getsharedlockinformation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.5/getsharedlockinformation.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.5/getsharedlocks.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.5/getsharedlocks.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.5/getsharedlocksdeleted.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.5/getsharedlocksdeleted.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.5/getsharedlockusers.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.5/getsharedlockusers.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.5/getuserlog.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.5/getuserlog.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.5/getyourrelations.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.5/getyourrelations.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.5/removeuserfromlock.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.5/removeuserfromlock.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.5/resetapiclientsecret.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.5/resetapiclientsecret.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.5/restoreaccount.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.5/restoreaccount.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.5/restoredeletedsharedlock.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.5/restoredeletedsharedlock.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.5/sendnotification.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.5/sendnotification.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.5/unblockuser.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.5/unblockuser.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.5/unfollowuser.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.5/unfollowuser.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.5/unlockuserslock.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.5/unlockuserslock.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.5/updateaccount.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.5/updateaccount.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.5/updateapiproject.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.5/updateapiproject.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.5/updatekeyholdersemoji.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.5/updatekeyholdersemoji.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.5/updatelock.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.5/updatelock.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.5/updaterecentactivityreadflag.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.5/updaterecentactivityreadflag.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.5/updaterecentactivityreadflagforall.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.5/updaterecentactivityreadflagforall.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.5/updatesharedlock.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.5/updatesharedlock.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.5/updateusername.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.5/updateusername.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.5/updateusersemoji.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.5/updateusersemoji.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.5/updateuserslock.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.5/updateuserslock.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.5/updateusersrating.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.5/updateusersrating.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.5/updateusersreadytounlockvalue.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.5/updateusersreadytounlockvalue.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.6/acceptfollowrequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.6/acceptfollowrequest.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.6/addnewapiproject.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.6/addnewapiproject.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.6/addnewshareid.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.6/addnewshareid.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.6/addnewuserid.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.6/addnewuserid.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.6/blockuser.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.6/blockuser.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.6/checknewshareid.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.6/checknewshareid.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.6/checknewuserid.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.6/checknewuserid.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.6/checknewusername.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.6/checknewusername.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.6/checkrestoreuserid.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.6/checkrestoreuserid.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.6/declinefollowrequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.6/declinefollowrequest.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.6/deleteapiproject.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.6/deleteapiproject.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.6/deletelock.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.6/deletelock.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.6/deletesharedlock.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.6/deletesharedlock.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.6/followuser.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.6/followuser.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.6/getaccountdata.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.6/getaccountdata.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.6/getapiprojects.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.6/getapiprojects.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.6/getgeneratedlocks.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.6/getgeneratedlocks.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.6/getkeyholdersdata.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.6/getkeyholdersdata.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.6/getlocklog.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.6/getlocklog.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.6/getlockupdates.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.6/getlockupdates.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.6/getmissinguserid.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.6/getmissinguserid.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.6/getmylocksdeleted.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.6/getmylocksdeleted.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.6/getothersrelations.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.6/getothersrelations.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.6/getprofiledata.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.6/getprofiledata.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.6/getrecentactivity.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.6/getrecentactivity.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.6/getservervariables.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.6/getservervariables.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.6/getsharedlockinformation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.6/getsharedlockinformation.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.6/getsharedlocks.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.6/getsharedlocks.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.6/getsharedlocksdeleted.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.6/getsharedlocksdeleted.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.6/getsharedlockusers.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.6/getsharedlockusers.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.6/getuserlog.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.6/getuserlog.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.6/getyourrelations.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.6/getyourrelations.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.6/removeuserfromlock.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.6/removeuserfromlock.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.6/resetapiclientsecret.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.6/resetapiclientsecret.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.6/restoreaccount.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.6/restoreaccount.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.6/restoredeletedsharedlock.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.6/restoredeletedsharedlock.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.6/sendnotification.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.6/sendnotification.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.6/unblockuser.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.6/unblockuser.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.6/unfollowuser.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.6/unfollowuser.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.6/unlockuserslock.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.6/unlockuserslock.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.6/updateaccount.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.6/updateaccount.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.6/updateapiproject.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.6/updateapiproject.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.6/updatekeyholdersemoji.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.6/updatekeyholdersemoji.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.6/updatelock.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.6/updatelock.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.6/updaterecentactivityreadflag.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.6/updaterecentactivityreadflag.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.6/updaterecentactivityreadflagforall.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.6/updaterecentactivityreadflagforall.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.6/updatesharedlock.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.6/updatesharedlock.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.6/updateusername.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.6/updateusername.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.6/updateusersemoji.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.6/updateusersemoji.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.6/updateuserslock.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.6/updateuserslock.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.6/updateusersrating.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.6/updateusersrating.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/app/v2.7.6/updateusersreadytounlockvalue.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/app/v2.7.6/updateusersreadytounlockvalue.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/crontab/api_running_locks.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/crontab/api_running_locks.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/crontab/api_userdata.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/crontab/api_userdata.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/crontab/bots/bot_code.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/crontab/bots/bot_code.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/crontab/bots/bot_code_keyholders_decision.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/crontab/bots/bot_code_keyholders_decision.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/crontab/bots/bots.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/crontab/bots/bots.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/crontab/bots/bots_follow_back.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/crontab/bots/bots_follow_back.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/crontab/bots/bots_keyholder_decides_decision.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/crontab/bots/bots_keyholder_decides_decision.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/crontab/bots/emoji_code.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/crontab/bots/emoji_code.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/crontab/bots/generate_bot_code.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/crontab/bots/generate_bot_code.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/crontab/bots/generate_emoji_code.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/crontab/bots/generate_emoji_code.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/crontab/delete_old_records.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/crontab/delete_old_records.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/crontab/generated_locks.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/crontab/generated_locks.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/crontab/server_variables.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/crontab/server_variables.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/discord/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/discord/index.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/sharedlock.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/sharedlock.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/twitter/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/twitter/README.txt -------------------------------------------------------------------------------- /ChastityApp Server/public_html/twitter/autoload.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/twitter/autoload.php -------------------------------------------------------------------------------- /ChastityApp Server/public_html/twitter/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp Server/public_html/twitter/index.php -------------------------------------------------------------------------------- /ChastityApp/APIDashboard_Layout.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/APIDashboard_Layout.agc -------------------------------------------------------------------------------- /ChastityApp/APIDashboard_Main.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/APIDashboard_Main.agc -------------------------------------------------------------------------------- /ChastityApp/APIProjectSettings_Layout.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/APIProjectSettings_Layout.agc -------------------------------------------------------------------------------- /ChastityApp/APIProjectSettings_Main.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/APIProjectSettings_Main.agc -------------------------------------------------------------------------------- /ChastityApp/About_Layout.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/About_Layout.agc -------------------------------------------------------------------------------- /ChastityApp/About_Main.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/About_Main.agc -------------------------------------------------------------------------------- /ChastityApp/Cards_Layout.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/Cards_Layout.agc -------------------------------------------------------------------------------- /ChastityApp/Cards_Main.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/Cards_Main.agc -------------------------------------------------------------------------------- /ChastityApp/ChastityApp.agk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/ChastityApp.agk -------------------------------------------------------------------------------- /ChastityApp/CreateLocks_Layout.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/CreateLocks_Layout.agc -------------------------------------------------------------------------------- /ChastityApp/CreateLocks_Main.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/CreateLocks_Main.agc -------------------------------------------------------------------------------- /ChastityApp/EditProfile_Layout.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/EditProfile_Layout.agc -------------------------------------------------------------------------------- /ChastityApp/EditProfile_Main.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/EditProfile_Main.agc -------------------------------------------------------------------------------- /ChastityApp/Emojis_Layout.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/Emojis_Layout.agc -------------------------------------------------------------------------------- /ChastityApp/Emojis_Main.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/Emojis_Main.agc -------------------------------------------------------------------------------- /ChastityApp/Functions.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/Functions.agc -------------------------------------------------------------------------------- /ChastityApp/FunctionsCommon.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/FunctionsCommon.agc -------------------------------------------------------------------------------- /ChastityApp/Globals.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/Globals.agc -------------------------------------------------------------------------------- /ChastityApp/HTTPSQueueResponse.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/HTTPSQueueResponse.agc -------------------------------------------------------------------------------- /ChastityApp/Images.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/Images.agc -------------------------------------------------------------------------------- /ChastityApp/LoadLockOptions_Layout.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/LoadLockOptions_Layout.agc -------------------------------------------------------------------------------- /ChastityApp/LoadLockOptions_Main.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/LoadLockOptions_Main.agc -------------------------------------------------------------------------------- /ChastityApp/LockGeneratorInformation_Layout.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/LockGeneratorInformation_Layout.agc -------------------------------------------------------------------------------- /ChastityApp/LockGeneratorInformation_Main.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/LockGeneratorInformation_Main.agc -------------------------------------------------------------------------------- /ChastityApp/LockGeneratorResults_Layout.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/LockGeneratorResults_Layout.agc -------------------------------------------------------------------------------- /ChastityApp/LockGeneratorResults_Main.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/LockGeneratorResults_Main.agc -------------------------------------------------------------------------------- /ChastityApp/LockGenerator_Layout.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/LockGenerator_Layout.agc -------------------------------------------------------------------------------- /ChastityApp/LockGenerator_Main.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/LockGenerator_Main.agc -------------------------------------------------------------------------------- /ChastityApp/LockInformation_Layout.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/LockInformation_Layout.agc -------------------------------------------------------------------------------- /ChastityApp/LockInformation_Main.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/LockInformation_Main.agc -------------------------------------------------------------------------------- /ChastityApp/LockLog_Layout.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/LockLog_Layout.agc -------------------------------------------------------------------------------- /ChastityApp/LockLog_Main.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/LockLog_Main.agc -------------------------------------------------------------------------------- /ChastityApp/LockOptions_Layout.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/LockOptions_Layout.agc -------------------------------------------------------------------------------- /ChastityApp/LockOptions_Main.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/LockOptions_Main.agc -------------------------------------------------------------------------------- /ChastityApp/Login_Layout.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/Login_Layout.agc -------------------------------------------------------------------------------- /ChastityApp/Login_Main.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/Login_Main.agc -------------------------------------------------------------------------------- /ChastityApp/ManageDesertedUsers_Layout.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/ManageDesertedUsers_Layout.agc -------------------------------------------------------------------------------- /ChastityApp/ManageDesertedUsers_Main.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/ManageDesertedUsers_Main.agc -------------------------------------------------------------------------------- /ChastityApp/ManageLockedUsers_Layout.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/ManageLockedUsers_Layout.agc -------------------------------------------------------------------------------- /ChastityApp/ManageLockedUsers_Main.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/ManageLockedUsers_Main.agc -------------------------------------------------------------------------------- /ChastityApp/ManageUnlockedUsers_Layout.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/ManageUnlockedUsers_Layout.agc -------------------------------------------------------------------------------- /ChastityApp/ManageUnlockedUsers_Main.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/ManageUnlockedUsers_Main.agc -------------------------------------------------------------------------------- /ChastityApp/Menu_Layout.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/Menu_Layout.agc -------------------------------------------------------------------------------- /ChastityApp/Menu_Main.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/Menu_Main.agc -------------------------------------------------------------------------------- /ChastityApp/MyLocksDeleted_Layout.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/MyLocksDeleted_Layout.agc -------------------------------------------------------------------------------- /ChastityApp/MyLocksDeleted_Main.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/MyLocksDeleted_Main.agc -------------------------------------------------------------------------------- /ChastityApp/MyLocks_Layout.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/MyLocks_Layout.agc -------------------------------------------------------------------------------- /ChastityApp/MyLocks_Main.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/MyLocks_Main.agc -------------------------------------------------------------------------------- /ChastityApp/NewLockOptions_Layout.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/NewLockOptions_Layout.agc -------------------------------------------------------------------------------- /ChastityApp/NewLockOptions_Main.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/NewLockOptions_Main.agc -------------------------------------------------------------------------------- /ChastityApp/OthersFollowersList_Layout.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/OthersFollowersList_Layout.agc -------------------------------------------------------------------------------- /ChastityApp/OthersFollowersList_Main.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/OthersFollowersList_Main.agc -------------------------------------------------------------------------------- /ChastityApp/OthersFollowingList_Layout.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/OthersFollowingList_Layout.agc -------------------------------------------------------------------------------- /ChastityApp/OthersFollowingList_Main.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/OthersFollowingList_Main.agc -------------------------------------------------------------------------------- /ChastityApp/ProjectVariables.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/ProjectVariables.agc -------------------------------------------------------------------------------- /ChastityApp/RandomCombinationsTool_Layout.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/RandomCombinationsTool_Layout.agc -------------------------------------------------------------------------------- /ChastityApp/RandomCombinationsTool_Main.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/RandomCombinationsTool_Main.agc -------------------------------------------------------------------------------- /ChastityApp/RandomCombinations_Layout.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/RandomCombinations_Layout.agc -------------------------------------------------------------------------------- /ChastityApp/RandomCombinations_Main.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/RandomCombinations_Main.agc -------------------------------------------------------------------------------- /ChastityApp/RecentActivity_Layout.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/RecentActivity_Layout.agc -------------------------------------------------------------------------------- /ChastityApp/RecentActivity_Main.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/RecentActivity_Main.agc -------------------------------------------------------------------------------- /ChastityApp/RestoreAccount_Layout.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/RestoreAccount_Layout.agc -------------------------------------------------------------------------------- /ChastityApp/RestoreAccount_Main.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/RestoreAccount_Main.agc -------------------------------------------------------------------------------- /ChastityApp/ScanQRCode_Layout.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/ScanQRCode_Layout.agc -------------------------------------------------------------------------------- /ChastityApp/ScanQRCode_Main.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/ScanQRCode_Main.agc -------------------------------------------------------------------------------- /ChastityApp/SetCombination_Layout.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/SetCombination_Layout.agc -------------------------------------------------------------------------------- /ChastityApp/SetCombination_Main.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/SetCombination_Main.agc -------------------------------------------------------------------------------- /ChastityApp/Settings_Layout.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/Settings_Layout.agc -------------------------------------------------------------------------------- /ChastityApp/Settings_Main.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/Settings_Main.agc -------------------------------------------------------------------------------- /ChastityApp/ShareLock_Layout.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/ShareLock_Layout.agc -------------------------------------------------------------------------------- /ChastityApp/ShareLock_Main.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/ShareLock_Main.agc -------------------------------------------------------------------------------- /ChastityApp/SharedLockInformation_Layout.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/SharedLockInformation_Layout.agc -------------------------------------------------------------------------------- /ChastityApp/SharedLockInformation_Main.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/SharedLockInformation_Main.agc -------------------------------------------------------------------------------- /ChastityApp/SharedLocksDeleted_Layout.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/SharedLocksDeleted_Layout.agc -------------------------------------------------------------------------------- /ChastityApp/SharedLocksDeleted_Main.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/SharedLocksDeleted_Main.agc -------------------------------------------------------------------------------- /ChastityApp/SharedLocks_Layout.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/SharedLocks_Layout.agc -------------------------------------------------------------------------------- /ChastityApp/SharedLocks_Main.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/SharedLocks_Main.agc -------------------------------------------------------------------------------- /ChastityApp/SplashScreen_Layout.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/SplashScreen_Layout.agc -------------------------------------------------------------------------------- /ChastityApp/SplashScreen_Main.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/SplashScreen_Main.agc -------------------------------------------------------------------------------- /ChastityApp/Themes.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/Themes.agc -------------------------------------------------------------------------------- /ChastityApp/Types.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/Types.agc -------------------------------------------------------------------------------- /ChastityApp/UsersLockInformation_Layout.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/UsersLockInformation_Layout.agc -------------------------------------------------------------------------------- /ChastityApp/UsersLockInformation_Main.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/UsersLockInformation_Main.agc -------------------------------------------------------------------------------- /ChastityApp/UsersLockLog_Layout.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/UsersLockLog_Layout.agc -------------------------------------------------------------------------------- /ChastityApp/UsersLockLog_Main.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/UsersLockLog_Main.agc -------------------------------------------------------------------------------- /ChastityApp/UsersLockUpdate_Layout.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/UsersLockUpdate_Layout.agc -------------------------------------------------------------------------------- /ChastityApp/UsersLockUpdate_Main.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/UsersLockUpdate_Main.agc -------------------------------------------------------------------------------- /ChastityApp/ViewProfile_Layout.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/ViewProfile_Layout.agc -------------------------------------------------------------------------------- /ChastityApp/ViewProfile_Main.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/ViewProfile_Main.agc -------------------------------------------------------------------------------- /ChastityApp/YourBlockedUsersList_Layout.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/YourBlockedUsersList_Layout.agc -------------------------------------------------------------------------------- /ChastityApp/YourBlockedUsersList_Main.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/YourBlockedUsersList_Main.agc -------------------------------------------------------------------------------- /ChastityApp/YourFollowRequestsList_Layout.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/YourFollowRequestsList_Layout.agc -------------------------------------------------------------------------------- /ChastityApp/YourFollowRequestsList_Main.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/YourFollowRequestsList_Main.agc -------------------------------------------------------------------------------- /ChastityApp/YourFollowersList_Layout.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/YourFollowersList_Layout.agc -------------------------------------------------------------------------------- /ChastityApp/YourFollowersList_Main.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/YourFollowersList_Main.agc -------------------------------------------------------------------------------- /ChastityApp/YourFollowingList_Layout.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/YourFollowingList_Layout.agc -------------------------------------------------------------------------------- /ChastityApp/YourFollowingList_Main.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/YourFollowingList_Main.agc -------------------------------------------------------------------------------- /ChastityApp/main.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/main.agc -------------------------------------------------------------------------------- /ChastityApp/media/AccountsLogoBox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/AccountsLogoBox.png -------------------------------------------------------------------------------- /ChastityApp/media/Add10s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/Add10s.png -------------------------------------------------------------------------------- /ChastityApp/media/Add15s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/Add15s.png -------------------------------------------------------------------------------- /ChastityApp/media/Add20s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/Add20s.png -------------------------------------------------------------------------------- /ChastityApp/media/Add25s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/Add25s.png -------------------------------------------------------------------------------- /ChastityApp/media/Add30s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/Add30s.png -------------------------------------------------------------------------------- /ChastityApp/media/AddLockIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/AddLockIcon.png -------------------------------------------------------------------------------- /ChastityApp/media/AppCardBack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/AppCardBack.png -------------------------------------------------------------------------------- /ChastityApp/media/AppCardDoubleUp025.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/AppCardDoubleUp025.png -------------------------------------------------------------------------------- /ChastityApp/media/AppCardDoubleUp100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/AppCardDoubleUp100.png -------------------------------------------------------------------------------- /ChastityApp/media/AppCardDoubleUpDark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/AppCardDoubleUpDark.png -------------------------------------------------------------------------------- /ChastityApp/media/AppCardFreeze025.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/AppCardFreeze025.png -------------------------------------------------------------------------------- /ChastityApp/media/AppCardFreeze100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/AppCardFreeze100.png -------------------------------------------------------------------------------- /ChastityApp/media/AppCardFreezeDark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/AppCardFreezeDark.png -------------------------------------------------------------------------------- /ChastityApp/media/AppCardGoAgain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/AppCardGoAgain.png -------------------------------------------------------------------------------- /ChastityApp/media/AppCardGreen025.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/AppCardGreen025.png -------------------------------------------------------------------------------- /ChastityApp/media/AppCardGreen100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/AppCardGreen100.png -------------------------------------------------------------------------------- /ChastityApp/media/AppCardGreenDark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/AppCardGreenDark.png -------------------------------------------------------------------------------- /ChastityApp/media/AppCardRed025.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/AppCardRed025.png -------------------------------------------------------------------------------- /ChastityApp/media/AppCardRed100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/AppCardRed100.png -------------------------------------------------------------------------------- /ChastityApp/media/AppCardRedAdd1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/AppCardRedAdd1.png -------------------------------------------------------------------------------- /ChastityApp/media/AppCardRedAdd2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/AppCardRedAdd2.png -------------------------------------------------------------------------------- /ChastityApp/media/AppCardRedAdd3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/AppCardRedAdd3.png -------------------------------------------------------------------------------- /ChastityApp/media/AppCardRedDark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/AppCardRedDark.png -------------------------------------------------------------------------------- /ChastityApp/media/AppCardRedRandom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/AppCardRedRandom.png -------------------------------------------------------------------------------- /ChastityApp/media/AppCardReset025.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/AppCardReset025.png -------------------------------------------------------------------------------- /ChastityApp/media/AppCardReset100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/AppCardReset100.png -------------------------------------------------------------------------------- /ChastityApp/media/AppCardResetDark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/AppCardResetDark.png -------------------------------------------------------------------------------- /ChastityApp/media/AppCardSticky025.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/AppCardSticky025.png -------------------------------------------------------------------------------- /ChastityApp/media/AppCardSticky100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/AppCardSticky100.png -------------------------------------------------------------------------------- /ChastityApp/media/AppCardStickyDark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/AppCardStickyDark.png -------------------------------------------------------------------------------- /ChastityApp/media/AppCardYellowAdd1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/AppCardYellowAdd1.png -------------------------------------------------------------------------------- /ChastityApp/media/AppCardYellowAdd2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/AppCardYellowAdd2.png -------------------------------------------------------------------------------- /ChastityApp/media/AppCardYellowAdd3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/AppCardYellowAdd3.png -------------------------------------------------------------------------------- /ChastityApp/media/AppCardYellowMinus1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/AppCardYellowMinus1.png -------------------------------------------------------------------------------- /ChastityApp/media/AppCardYellowMinus2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/AppCardYellowMinus2.png -------------------------------------------------------------------------------- /ChastityApp/media/AppCardYellowRandom025.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/AppCardYellowRandom025.png -------------------------------------------------------------------------------- /ChastityApp/media/AppCardYellowRandom100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/AppCardYellowRandom100.png -------------------------------------------------------------------------------- /ChastityApp/media/AppCardYellowRandomDark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/AppCardYellowRandomDark.png -------------------------------------------------------------------------------- /ChastityApp/media/AppLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/AppLogo.png -------------------------------------------------------------------------------- /ChastityApp/media/AppTitle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/AppTitle.png -------------------------------------------------------------------------------- /ChastityApp/media/ArcMask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/ArcMask.png -------------------------------------------------------------------------------- /ChastityApp/media/ArcMask.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/ArcMask.ps -------------------------------------------------------------------------------- /ChastityApp/media/AudioOff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/AudioOff.png -------------------------------------------------------------------------------- /ChastityApp/media/AudioOn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/AudioOn.png -------------------------------------------------------------------------------- /ChastityApp/media/AutoResetRibbon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/AutoResetRibbon.png -------------------------------------------------------------------------------- /ChastityApp/media/AvatarCircleMask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/AvatarCircleMask.png -------------------------------------------------------------------------------- /ChastityApp/media/AvatarCircleMaskLeft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/AvatarCircleMaskLeft.png -------------------------------------------------------------------------------- /ChastityApp/media/AvatarCircleMaskRight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/AvatarCircleMaskRight.png -------------------------------------------------------------------------------- /ChastityApp/media/Blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/Blank.png -------------------------------------------------------------------------------- /ChastityApp/media/Bot01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/Bot01.png -------------------------------------------------------------------------------- /ChastityApp/media/Bot02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/Bot02.png -------------------------------------------------------------------------------- /ChastityApp/media/Bot03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/Bot03.png -------------------------------------------------------------------------------- /ChastityApp/media/Bot04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/Bot04.png -------------------------------------------------------------------------------- /ChastityApp/media/CancelButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/CancelButton.png -------------------------------------------------------------------------------- /ChastityApp/media/CancelCardButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/CancelCardButton.png -------------------------------------------------------------------------------- /ChastityApp/media/CardInfoHidden.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/CardInfoHidden.png -------------------------------------------------------------------------------- /ChastityApp/media/CardInfoVisible.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/CardInfoVisible.png -------------------------------------------------------------------------------- /ChastityApp/media/CheckInIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/CheckInIcon.png -------------------------------------------------------------------------------- /ChastityApp/media/CheckedIn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/CheckedIn.png -------------------------------------------------------------------------------- /ChastityApp/media/Circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/Circle.png -------------------------------------------------------------------------------- /ChastityApp/media/CircleWithOutline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/CircleWithOutline.png -------------------------------------------------------------------------------- /ChastityApp/media/CleanIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/CleanIcon.png -------------------------------------------------------------------------------- /ChastityApp/media/CleanIconOverlayWaiting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/CleanIconOverlayWaiting.png -------------------------------------------------------------------------------- /ChastityApp/media/CloudText.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/CloudText.png -------------------------------------------------------------------------------- /ChastityApp/media/CooldownMask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/CooldownMask.png -------------------------------------------------------------------------------- /ChastityApp/media/CooldownMask.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/CooldownMask.ps -------------------------------------------------------------------------------- /ChastityApp/media/CopyText.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/CopyText.png -------------------------------------------------------------------------------- /ChastityApp/media/DefaultAvatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/DefaultAvatar.png -------------------------------------------------------------------------------- /ChastityApp/media/DeleteIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/DeleteIcon.png -------------------------------------------------------------------------------- /ChastityApp/media/DiscordIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/DiscordIcon.png -------------------------------------------------------------------------------- /ChastityApp/media/DiscordLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/DiscordLogo.png -------------------------------------------------------------------------------- /ChastityApp/media/EditIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/EditIcon.png -------------------------------------------------------------------------------- /ChastityApp/media/EditUsersLockIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/EditUsersLockIcon.png -------------------------------------------------------------------------------- /ChastityApp/media/EmailIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/EmailIcon.png -------------------------------------------------------------------------------- /ChastityApp/media/FacebookIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/FacebookIcon.png -------------------------------------------------------------------------------- /ChastityApp/media/FakeLock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/FakeLock.png -------------------------------------------------------------------------------- /ChastityApp/media/FavouriteOff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/FavouriteOff.png -------------------------------------------------------------------------------- /ChastityApp/media/FavouriteOn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/FavouriteOn.png -------------------------------------------------------------------------------- /ChastityApp/media/FeltBackground.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/FeltBackground.jpg -------------------------------------------------------------------------------- /ChastityApp/media/FeltBackground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/FeltBackground.png -------------------------------------------------------------------------------- /ChastityApp/media/FilterIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/FilterIcon.png -------------------------------------------------------------------------------- /ChastityApp/media/FlagBlack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/FlagBlack.png -------------------------------------------------------------------------------- /ChastityApp/media/FlagBlue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/FlagBlue.png -------------------------------------------------------------------------------- /ChastityApp/media/FlagCancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/FlagCancel.png -------------------------------------------------------------------------------- /ChastityApp/media/FlagGreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/FlagGreen.png -------------------------------------------------------------------------------- /ChastityApp/media/FlagOff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/FlagOff.png -------------------------------------------------------------------------------- /ChastityApp/media/FlagOrange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/FlagOrange.png -------------------------------------------------------------------------------- /ChastityApp/media/FlagPurple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/FlagPurple.png -------------------------------------------------------------------------------- /ChastityApp/media/FlagRed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/FlagRed.png -------------------------------------------------------------------------------- /ChastityApp/media/FlagWhite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/FlagWhite.png -------------------------------------------------------------------------------- /ChastityApp/media/FlagYellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/FlagYellow.png -------------------------------------------------------------------------------- /ChastityApp/media/FreezeIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/FreezeIcon.png -------------------------------------------------------------------------------- /ChastityApp/media/FreezeIconOff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/FreezeIconOff.png -------------------------------------------------------------------------------- /ChastityApp/media/FreezeIconOn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/FreezeIconOn.png -------------------------------------------------------------------------------- /ChastityApp/media/GitHubIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/GitHubIcon.png -------------------------------------------------------------------------------- /ChastityApp/media/GradientBackgroundDark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/GradientBackgroundDark.png -------------------------------------------------------------------------------- /ChastityApp/media/GradientBackgroundLight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/GradientBackgroundLight.png -------------------------------------------------------------------------------- /ChastityApp/media/IceCapArch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/IceCapArch.png -------------------------------------------------------------------------------- /ChastityApp/media/InfoIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/InfoIcon.png -------------------------------------------------------------------------------- /ChastityApp/media/KeyDisabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/KeyDisabled.png -------------------------------------------------------------------------------- /ChastityApp/media/KeyholderUpdatedRibbon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/KeyholderUpdatedRibbon.png -------------------------------------------------------------------------------- /ChastityApp/media/ListAddedCards.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/ListAddedCards.png -------------------------------------------------------------------------------- /ChastityApp/media/ListAddedTime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/ListAddedTime.png -------------------------------------------------------------------------------- /ChastityApp/media/ListAutoResetLock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/ListAutoResetLock.png -------------------------------------------------------------------------------- /ChastityApp/media/ListBlank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/ListBlank.png -------------------------------------------------------------------------------- /ChastityApp/media/ListCardInfoHidden.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/ListCardInfoHidden.png -------------------------------------------------------------------------------- /ChastityApp/media/ListCheckedIn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/ListCheckedIn.png -------------------------------------------------------------------------------- /ChastityApp/media/ListCheckedInLate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/ListCheckedInLate.png -------------------------------------------------------------------------------- /ChastityApp/media/ListCheckedInWhite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/ListCheckedInWhite.png -------------------------------------------------------------------------------- /ChastityApp/media/ListDeletedLock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/ListDeletedLock.png -------------------------------------------------------------------------------- /ChastityApp/media/ListDoubleUpCard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/ListDoubleUpCard.png -------------------------------------------------------------------------------- /ChastityApp/media/ListFreezeCard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/ListFreezeCard.png -------------------------------------------------------------------------------- /ChastityApp/media/ListFrozen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/ListFrozen.png -------------------------------------------------------------------------------- /ChastityApp/media/ListGoAgainCard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/ListGoAgainCard.png -------------------------------------------------------------------------------- /ChastityApp/media/ListGreenCard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/ListGreenCard.png -------------------------------------------------------------------------------- /ChastityApp/media/ListHidden.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/ListHidden.png -------------------------------------------------------------------------------- /ChastityApp/media/ListHiddenWhite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/ListHiddenWhite.png -------------------------------------------------------------------------------- /ChastityApp/media/ListLocked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/ListLocked.png -------------------------------------------------------------------------------- /ChastityApp/media/ListOldVersion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/ListOldVersion.png -------------------------------------------------------------------------------- /ChastityApp/media/ListRatedLock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/ListRatedLock.png -------------------------------------------------------------------------------- /ChastityApp/media/ListRedCard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/ListRedCard.png -------------------------------------------------------------------------------- /ChastityApp/media/ListRemovedCards.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/ListRemovedCards.png -------------------------------------------------------------------------------- /ChastityApp/media/ListRemovedTime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/ListRemovedTime.png -------------------------------------------------------------------------------- /ChastityApp/media/ListResetCard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/ListResetCard.png -------------------------------------------------------------------------------- /ChastityApp/media/ListResetLock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/ListResetLock.png -------------------------------------------------------------------------------- /ChastityApp/media/ListRestoredLock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/ListRestoredLock.png -------------------------------------------------------------------------------- /ChastityApp/media/ListStickyCard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/ListStickyCard.png -------------------------------------------------------------------------------- /ChastityApp/media/ListUnfrozen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/ListUnfrozen.png -------------------------------------------------------------------------------- /ChastityApp/media/ListUnlocked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/ListUnlocked.png -------------------------------------------------------------------------------- /ChastityApp/media/ListUpdateHidden.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/ListUpdateHidden.png -------------------------------------------------------------------------------- /ChastityApp/media/ListVisible.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/ListVisible.png -------------------------------------------------------------------------------- /ChastityApp/media/ListVisibleWhite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/ListVisibleWhite.png -------------------------------------------------------------------------------- /ChastityApp/media/ListYellowAdd1Card.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/ListYellowAdd1Card.png -------------------------------------------------------------------------------- /ChastityApp/media/ListYellowAdd2Card.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/ListYellowAdd2Card.png -------------------------------------------------------------------------------- /ChastityApp/media/ListYellowAdd3Card.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/ListYellowAdd3Card.png -------------------------------------------------------------------------------- /ChastityApp/media/ListYellowMinus1Card.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/ListYellowMinus1Card.png -------------------------------------------------------------------------------- /ChastityApp/media/ListYellowMinus2Card.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/ListYellowMinus2Card.png -------------------------------------------------------------------------------- /ChastityApp/media/LoadImageIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/LoadImageIcon.png -------------------------------------------------------------------------------- /ChastityApp/media/LoginWithText.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/LoginWithText.png -------------------------------------------------------------------------------- /ChastityApp/media/MadeWithAppGameKit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/MadeWithAppGameKit.png -------------------------------------------------------------------------------- /ChastityApp/media/ManageUsersIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/ManageUsersIcon.png -------------------------------------------------------------------------------- /ChastityApp/media/MoreIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/MoreIcon.png -------------------------------------------------------------------------------- /ChastityApp/media/MultipleKeyholders.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/MultipleKeyholders.png -------------------------------------------------------------------------------- /ChastityApp/media/NewLockIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/NewLockIcon.png -------------------------------------------------------------------------------- /ChastityApp/media/NotCheckedIn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/NotCheckedIn.png -------------------------------------------------------------------------------- /ChastityApp/media/NotSynced.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/NotSynced.png -------------------------------------------------------------------------------- /ChastityApp/media/OryUIMedia/Bottom-Shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/OryUIMedia/Bottom-Shadow.png -------------------------------------------------------------------------------- /ChastityApp/media/OryUIMedia/Checkbox-Checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/OryUIMedia/Checkbox-Checked.png -------------------------------------------------------------------------------- /ChastityApp/media/OryUIMedia/Checkbox-Unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/OryUIMedia/Checkbox-Unchecked.png -------------------------------------------------------------------------------- /ChastityApp/media/OryUIMedia/Circle-Frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/OryUIMedia/Circle-Frame.png -------------------------------------------------------------------------------- /ChastityApp/media/OryUIMedia/Floating-Action-Button-Shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/OryUIMedia/Floating-Action-Button-Shadow.png -------------------------------------------------------------------------------- /ChastityApp/media/OryUIMedia/Floating-Action-Button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/OryUIMedia/Floating-Action-Button.png -------------------------------------------------------------------------------- /ChastityApp/media/OryUIMedia/Icon-Add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/OryUIMedia/Icon-Add.png -------------------------------------------------------------------------------- /ChastityApp/media/OryUIMedia/Icon-Back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/OryUIMedia/Icon-Back.png -------------------------------------------------------------------------------- /ChastityApp/media/OryUIMedia/Icon-Camera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/OryUIMedia/Icon-Camera.png -------------------------------------------------------------------------------- /ChastityApp/media/OryUIMedia/Icon-Cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/OryUIMedia/Icon-Cancel.png -------------------------------------------------------------------------------- /ChastityApp/media/OryUIMedia/Icon-Delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/OryUIMedia/Icon-Delete.png -------------------------------------------------------------------------------- /ChastityApp/media/OryUIMedia/Icon-Edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/OryUIMedia/Icon-Edit.png -------------------------------------------------------------------------------- /ChastityApp/media/OryUIMedia/Icon-Menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/OryUIMedia/Icon-Menu.png -------------------------------------------------------------------------------- /ChastityApp/media/OryUIMedia/Icon-More-Horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/OryUIMedia/Icon-More-Horizontal.png -------------------------------------------------------------------------------- /ChastityApp/media/OryUIMedia/Icon-More-Vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/OryUIMedia/Icon-More-Vertical.png -------------------------------------------------------------------------------- /ChastityApp/media/OryUIMedia/Icon-Profile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/OryUIMedia/Icon-Profile.png -------------------------------------------------------------------------------- /ChastityApp/media/OryUIMedia/Icon-Pull-To-Refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/OryUIMedia/Icon-Pull-To-Refresh.png -------------------------------------------------------------------------------- /ChastityApp/media/OryUIMedia/Icon-Refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/OryUIMedia/Icon-Refresh.png -------------------------------------------------------------------------------- /ChastityApp/media/OryUIMedia/Icon-Rotate-Image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/OryUIMedia/Icon-Rotate-Image.png -------------------------------------------------------------------------------- /ChastityApp/media/OryUIMedia/Icon-Save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/OryUIMedia/Icon-Save.png -------------------------------------------------------------------------------- /ChastityApp/media/OryUIMedia/Icon-Scroll-To-Top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/OryUIMedia/Icon-Scroll-To-Top.png -------------------------------------------------------------------------------- /ChastityApp/media/OryUIMedia/Icon-Share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/OryUIMedia/Icon-Share.png -------------------------------------------------------------------------------- /ChastityApp/media/OryUIMedia/Icon-Subtract.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/OryUIMedia/Icon-Subtract.png -------------------------------------------------------------------------------- /ChastityApp/media/OryUIMedia/Left-Shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/OryUIMedia/Left-Shadow.png -------------------------------------------------------------------------------- /ChastityApp/media/OryUIMedia/Navigation-Drawer-Header-Background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/OryUIMedia/Navigation-Drawer-Header-Background.png -------------------------------------------------------------------------------- /ChastityApp/media/OryUIMedia/Please-Wait-Wheel-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/OryUIMedia/Please-Wait-Wheel-01.png -------------------------------------------------------------------------------- /ChastityApp/media/OryUIMedia/Please-Wait-Wheel-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/OryUIMedia/Please-Wait-Wheel-02.png -------------------------------------------------------------------------------- /ChastityApp/media/OryUIMedia/Please-Wait-Wheel-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/OryUIMedia/Please-Wait-Wheel-03.png -------------------------------------------------------------------------------- /ChastityApp/media/OryUIMedia/Please-Wait-Wheel-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/OryUIMedia/Please-Wait-Wheel-04.png -------------------------------------------------------------------------------- /ChastityApp/media/OryUIMedia/Please-Wait-Wheel-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/OryUIMedia/Please-Wait-Wheel-05.png -------------------------------------------------------------------------------- /ChastityApp/media/OryUIMedia/Please-Wait-Wheel-06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/OryUIMedia/Please-Wait-Wheel-06.png -------------------------------------------------------------------------------- /ChastityApp/media/OryUIMedia/Please-Wait-Wheel-07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/OryUIMedia/Please-Wait-Wheel-07.png -------------------------------------------------------------------------------- /ChastityApp/media/OryUIMedia/Please-Wait-Wheel-08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/OryUIMedia/Please-Wait-Wheel-08.png -------------------------------------------------------------------------------- /ChastityApp/media/OryUIMedia/Please-Wait-Wheel-09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/OryUIMedia/Please-Wait-Wheel-09.png -------------------------------------------------------------------------------- /ChastityApp/media/OryUIMedia/Please-Wait-Wheel-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/OryUIMedia/Please-Wait-Wheel-10.png -------------------------------------------------------------------------------- /ChastityApp/media/OryUIMedia/Please-Wait-Wheel-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/OryUIMedia/Please-Wait-Wheel-11.png -------------------------------------------------------------------------------- /ChastityApp/media/OryUIMedia/Please-Wait-Wheel-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/OryUIMedia/Please-Wait-Wheel-12.png -------------------------------------------------------------------------------- /ChastityApp/media/OryUIMedia/Please-Wait-Wheel-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/OryUIMedia/Please-Wait-Wheel-13.png -------------------------------------------------------------------------------- /ChastityApp/media/OryUIMedia/Please-Wait-Wheel-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/OryUIMedia/Please-Wait-Wheel-14.png -------------------------------------------------------------------------------- /ChastityApp/media/OryUIMedia/Please-Wait-Wheel-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/OryUIMedia/Please-Wait-Wheel-15.png -------------------------------------------------------------------------------- /ChastityApp/media/OryUIMedia/Please-Wait-Wheel-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/OryUIMedia/Please-Wait-Wheel-16.png -------------------------------------------------------------------------------- /ChastityApp/media/OryUIMedia/Pull-To-Refresh-Circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/OryUIMedia/Pull-To-Refresh-Circle.png -------------------------------------------------------------------------------- /ChastityApp/media/OryUIMedia/Pull-To-Refresh-Shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/OryUIMedia/Pull-To-Refresh-Shadow.png -------------------------------------------------------------------------------- /ChastityApp/media/OryUIMedia/Right-Shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/OryUIMedia/Right-Shadow.png -------------------------------------------------------------------------------- /ChastityApp/media/OryUIMedia/Scroll-Fast-Button-Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/OryUIMedia/Scroll-Fast-Button-Icon.png -------------------------------------------------------------------------------- /ChastityApp/media/OryUIMedia/Scroll-Fast-Button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/OryUIMedia/Scroll-Fast-Button.png -------------------------------------------------------------------------------- /ChastityApp/media/OryUIMedia/Scroll-To-Top-Button-Shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/OryUIMedia/Scroll-To-Top-Button-Shadow.png -------------------------------------------------------------------------------- /ChastityApp/media/OryUIMedia/Scroll-To-Top-Button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/OryUIMedia/Scroll-To-Top-Button.png -------------------------------------------------------------------------------- /ChastityApp/media/OryUIMedia/Top-Bar-Shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/OryUIMedia/Top-Bar-Shadow.png -------------------------------------------------------------------------------- /ChastityApp/media/OryUIMedia/Top-Shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/OryUIMedia/Top-Shadow.png -------------------------------------------------------------------------------- /ChastityApp/media/PasteText.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/PasteText.png -------------------------------------------------------------------------------- /ChastityApp/media/PendingFollowRequests.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/PendingFollowRequests.png -------------------------------------------------------------------------------- /ChastityApp/media/PullToRefreshCircle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/PullToRefreshCircle.png -------------------------------------------------------------------------------- /ChastityApp/media/PullToRefreshIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/PullToRefreshIcon.png -------------------------------------------------------------------------------- /ChastityApp/media/RandomIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/RandomIcon.png -------------------------------------------------------------------------------- /ChastityApp/media/RectangleSecretSticker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/RectangleSecretSticker.png -------------------------------------------------------------------------------- /ChastityApp/media/RegenerateCodeIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/RegenerateCodeIcon.png -------------------------------------------------------------------------------- /ChastityApp/media/ResetLockIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/ResetLockIcon.png -------------------------------------------------------------------------------- /ChastityApp/media/RoundSecretSticker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/RoundSecretSticker.png -------------------------------------------------------------------------------- /ChastityApp/media/ScanFrame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/ScanFrame.png -------------------------------------------------------------------------------- /ChastityApp/media/ScanImageIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/ScanImageIcon.png -------------------------------------------------------------------------------- /ChastityApp/media/ScanLine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/ScanLine.png -------------------------------------------------------------------------------- /ChastityApp/media/ShareIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/ShareIcon.png -------------------------------------------------------------------------------- /ChastityApp/media/ShowMatchingUsersIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/ShowMatchingUsersIcon.png -------------------------------------------------------------------------------- /ChastityApp/media/SliderIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/SliderIcon.png -------------------------------------------------------------------------------- /ChastityApp/media/SortIconAscending.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/SortIconAscending.png -------------------------------------------------------------------------------- /ChastityApp/media/SortIconDescending.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/SortIconDescending.png -------------------------------------------------------------------------------- /ChastityApp/media/SortIconRandom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/SortIconRandom.png -------------------------------------------------------------------------------- /ChastityApp/media/SplashScreenSquare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/SplashScreenSquare.png -------------------------------------------------------------------------------- /ChastityApp/media/Star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/Star.png -------------------------------------------------------------------------------- /ChastityApp/media/StarBorder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/StarBorder.png -------------------------------------------------------------------------------- /ChastityApp/media/StarHollow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/StarHollow.png -------------------------------------------------------------------------------- /ChastityApp/media/StarOff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/StarOff.png -------------------------------------------------------------------------------- /ChastityApp/media/StarOffOriginal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/StarOffOriginal.png -------------------------------------------------------------------------------- /ChastityApp/media/StarOn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/StarOn.png -------------------------------------------------------------------------------- /ChastityApp/media/StatusAvailableIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/StatusAvailableIcon.png -------------------------------------------------------------------------------- /ChastityApp/media/StatusBusyIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/StatusBusyIcon.png -------------------------------------------------------------------------------- /ChastityApp/media/StatusOfflineIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/StatusOfflineIcon.png -------------------------------------------------------------------------------- /ChastityApp/media/StatusSleepingIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/StatusSleepingIcon.png -------------------------------------------------------------------------------- /ChastityApp/media/Synced.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/Synced.png -------------------------------------------------------------------------------- /ChastityApp/media/Syncing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/Syncing.png -------------------------------------------------------------------------------- /ChastityApp/media/TestLock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/TestLock.png -------------------------------------------------------------------------------- /ChastityApp/media/ThemeBorder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/ThemeBorder.png -------------------------------------------------------------------------------- /ChastityApp/media/TickIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/TickIcon.png -------------------------------------------------------------------------------- /ChastityApp/media/TimerHidden.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/TimerHidden.png -------------------------------------------------------------------------------- /ChastityApp/media/TimerVisible.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/TimerVisible.png -------------------------------------------------------------------------------- /ChastityApp/media/TransparentLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/TransparentLogo.png -------------------------------------------------------------------------------- /ChastityApp/media/TransparentSplashScreenLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/TransparentSplashScreenLogo.png -------------------------------------------------------------------------------- /ChastityApp/media/TrustKeyholder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/TrustKeyholder.png -------------------------------------------------------------------------------- /ChastityApp/media/TwitterIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/TwitterIcon.png -------------------------------------------------------------------------------- /ChastityApp/media/TwitterLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/TwitterLogo.png -------------------------------------------------------------------------------- /ChastityApp/media/UndeleteIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/UndeleteIcon.png -------------------------------------------------------------------------------- /ChastityApp/media/UnlockDisabledIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/UnlockDisabledIcon.png -------------------------------------------------------------------------------- /ChastityApp/media/UnlockIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/UnlockIcon.png -------------------------------------------------------------------------------- /ChastityApp/media/UsedKey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/UsedKey.png -------------------------------------------------------------------------------- /ChastityApp/media/UserRatingRibbon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/UserRatingRibbon.png -------------------------------------------------------------------------------- /ChastityApp/media/bytecode.byc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/bytecode.byc -------------------------------------------------------------------------------- /ChastityApp/media/emojis/001/emojis001 subimages.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/emojis/001/emojis001 subimages.txt -------------------------------------------------------------------------------- /ChastityApp/media/emojis/001/emojis001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/emojis/001/emojis001.png -------------------------------------------------------------------------------- /ChastityApp/media/emojis/002/emojis002 subimages.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/emojis/002/emojis002 subimages.txt -------------------------------------------------------------------------------- /ChastityApp/media/emojis/002/emojis002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/emojis/002/emojis002.png -------------------------------------------------------------------------------- /ChastityApp/media/emojis/003/emojis003 subimages.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/emojis/003/emojis003 subimages.txt -------------------------------------------------------------------------------- /ChastityApp/media/emojis/003/emojis003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/emojis/003/emojis003.png -------------------------------------------------------------------------------- /ChastityApp/media/emojis/004/emojis004 subimages.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/emojis/004/emojis004 subimages.txt -------------------------------------------------------------------------------- /ChastityApp/media/emojis/004/emojis004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/emojis/004/emojis004.png -------------------------------------------------------------------------------- /ChastityApp/media/emojis/005/emojis005 subimages.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/emojis/005/emojis005 subimages.txt -------------------------------------------------------------------------------- /ChastityApp/media/emojis/005/emojis005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/emojis/005/emojis005.png -------------------------------------------------------------------------------- /ChastityApp/media/emojis/006/emojis006 subimages.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/emojis/006/emojis006 subimages.txt -------------------------------------------------------------------------------- /ChastityApp/media/emojis/006/emojis006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/emojis/006/emojis006.png -------------------------------------------------------------------------------- /ChastityApp/media/emojis/007/emojis007 subimages.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/emojis/007/emojis007 subimages.txt -------------------------------------------------------------------------------- /ChastityApp/media/emojis/007/emojis007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/emojis/007/emojis007.png -------------------------------------------------------------------------------- /ChastityApp/media/emojis/008/099.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/emojis/008/099.png -------------------------------------------------------------------------------- /ChastityApp/media/emojis/009/099.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/emojis/009/099.png -------------------------------------------------------------------------------- /ChastityApp/media/emojis/Border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/emojis/Border.png -------------------------------------------------------------------------------- /ChastityApp/media/emojis/Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/emojis/Icon.png -------------------------------------------------------------------------------- /ChastityApp/media/main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/ChastityApp/media/main.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/LICENSE -------------------------------------------------------------------------------- /OryUI Framework/OryUI.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/OryUI.agc -------------------------------------------------------------------------------- /OryUI Framework/OryUI.agk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/OryUI.agk -------------------------------------------------------------------------------- /OryUI Framework/OryUIButton.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/OryUIButton.agc -------------------------------------------------------------------------------- /OryUI Framework/OryUIButtonGroup.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/OryUIButtonGroup.agc -------------------------------------------------------------------------------- /OryUI Framework/OryUICard.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/OryUICard.agc -------------------------------------------------------------------------------- /OryUI Framework/OryUICheckbox.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/OryUICheckbox.agc -------------------------------------------------------------------------------- /OryUI Framework/OryUIDefaultSettings.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/OryUIDefaultSettings.agc -------------------------------------------------------------------------------- /OryUI Framework/OryUIDialog.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/OryUIDialog.agc -------------------------------------------------------------------------------- /OryUI Framework/OryUIEditAvatarScreen.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/OryUIEditAvatarScreen.agc -------------------------------------------------------------------------------- /OryUI Framework/OryUIFloatingActionButton.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/OryUIFloatingActionButton.agc -------------------------------------------------------------------------------- /OryUI Framework/OryUIHTTPSQueue.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/OryUIHTTPSQueue.agc -------------------------------------------------------------------------------- /OryUI Framework/OryUIInputSpinner.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/OryUIInputSpinner.agc -------------------------------------------------------------------------------- /OryUI Framework/OryUIList.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/OryUIList.agc -------------------------------------------------------------------------------- /OryUI Framework/OryUIMedia.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/OryUIMedia.agc -------------------------------------------------------------------------------- /OryUI Framework/OryUIMenu.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/OryUIMenu.agc -------------------------------------------------------------------------------- /OryUI Framework/OryUINavigationDrawer.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/OryUINavigationDrawer.agc -------------------------------------------------------------------------------- /OryUI Framework/OryUIPagination.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/OryUIPagination.agc -------------------------------------------------------------------------------- /OryUI Framework/OryUIPicker.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/OryUIPicker.agc -------------------------------------------------------------------------------- /OryUI Framework/OryUIProgressIndicator.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/OryUIProgressIndicator.agc -------------------------------------------------------------------------------- /OryUI Framework/OryUIScrollBar.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/OryUIScrollBar.agc -------------------------------------------------------------------------------- /OryUI Framework/OryUIScrollToTop.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/OryUIScrollToTop.agc -------------------------------------------------------------------------------- /OryUI Framework/OryUISprite.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/OryUISprite.agc -------------------------------------------------------------------------------- /OryUI Framework/OryUISwitch.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/OryUISwitch.agc -------------------------------------------------------------------------------- /OryUI Framework/OryUITabs.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/OryUITabs.agc -------------------------------------------------------------------------------- /OryUI Framework/OryUITemplate.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/OryUITemplate.agc -------------------------------------------------------------------------------- /OryUI Framework/OryUITemplateSingleItem.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/OryUITemplateSingleItem.agc -------------------------------------------------------------------------------- /OryUI Framework/OryUIText.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/OryUIText.agc -------------------------------------------------------------------------------- /OryUI Framework/OryUITextCard.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/OryUITextCard.agc -------------------------------------------------------------------------------- /OryUI Framework/OryUITextfield.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/OryUITextfield.agc -------------------------------------------------------------------------------- /OryUI Framework/OryUITooltip.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/OryUITooltip.agc -------------------------------------------------------------------------------- /OryUI Framework/OryUITopBar.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/OryUITopBar.agc -------------------------------------------------------------------------------- /OryUI Framework/OryUITouch.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/OryUITouch.agc -------------------------------------------------------------------------------- /OryUI Framework/main.agc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/main.agc -------------------------------------------------------------------------------- /OryUI Framework/media/OryUIMedia/Bottom-Shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/media/OryUIMedia/Bottom-Shadow.png -------------------------------------------------------------------------------- /OryUI Framework/media/OryUIMedia/Checkbox-Checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/media/OryUIMedia/Checkbox-Checked.png -------------------------------------------------------------------------------- /OryUI Framework/media/OryUIMedia/Checkbox-Unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/media/OryUIMedia/Checkbox-Unchecked.png -------------------------------------------------------------------------------- /OryUI Framework/media/OryUIMedia/Circle-Frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/media/OryUIMedia/Circle-Frame.png -------------------------------------------------------------------------------- /OryUI Framework/media/OryUIMedia/Floating-Action-Button-Shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/media/OryUIMedia/Floating-Action-Button-Shadow.png -------------------------------------------------------------------------------- /OryUI Framework/media/OryUIMedia/Floating-Action-Button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/media/OryUIMedia/Floating-Action-Button.png -------------------------------------------------------------------------------- /OryUI Framework/media/OryUIMedia/Icon-Add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/media/OryUIMedia/Icon-Add.png -------------------------------------------------------------------------------- /OryUI Framework/media/OryUIMedia/Icon-Back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/media/OryUIMedia/Icon-Back.png -------------------------------------------------------------------------------- /OryUI Framework/media/OryUIMedia/Icon-Camera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/media/OryUIMedia/Icon-Camera.png -------------------------------------------------------------------------------- /OryUI Framework/media/OryUIMedia/Icon-Cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/media/OryUIMedia/Icon-Cancel.png -------------------------------------------------------------------------------- /OryUI Framework/media/OryUIMedia/Icon-Copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/media/OryUIMedia/Icon-Copy.png -------------------------------------------------------------------------------- /OryUI Framework/media/OryUIMedia/Icon-Delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/media/OryUIMedia/Icon-Delete.png -------------------------------------------------------------------------------- /OryUI Framework/media/OryUIMedia/Icon-Edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/media/OryUIMedia/Icon-Edit.png -------------------------------------------------------------------------------- /OryUI Framework/media/OryUIMedia/Icon-Menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/media/OryUIMedia/Icon-Menu.png -------------------------------------------------------------------------------- /OryUI Framework/media/OryUIMedia/Icon-More-Horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/media/OryUIMedia/Icon-More-Horizontal.png -------------------------------------------------------------------------------- /OryUI Framework/media/OryUIMedia/Icon-More-Vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/media/OryUIMedia/Icon-More-Vertical.png -------------------------------------------------------------------------------- /OryUI Framework/media/OryUIMedia/Icon-Profile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/media/OryUIMedia/Icon-Profile.png -------------------------------------------------------------------------------- /OryUI Framework/media/OryUIMedia/Icon-Pull-To-Refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/media/OryUIMedia/Icon-Pull-To-Refresh.png -------------------------------------------------------------------------------- /OryUI Framework/media/OryUIMedia/Icon-Refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/media/OryUIMedia/Icon-Refresh.png -------------------------------------------------------------------------------- /OryUI Framework/media/OryUIMedia/Icon-Rotate-Image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/media/OryUIMedia/Icon-Rotate-Image.png -------------------------------------------------------------------------------- /OryUI Framework/media/OryUIMedia/Icon-Save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/media/OryUIMedia/Icon-Save.png -------------------------------------------------------------------------------- /OryUI Framework/media/OryUIMedia/Icon-Scroll-To-Top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/media/OryUIMedia/Icon-Scroll-To-Top.png -------------------------------------------------------------------------------- /OryUI Framework/media/OryUIMedia/Icon-Share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/media/OryUIMedia/Icon-Share.png -------------------------------------------------------------------------------- /OryUI Framework/media/OryUIMedia/Icon-Subtract.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/media/OryUIMedia/Icon-Subtract.png -------------------------------------------------------------------------------- /OryUI Framework/media/OryUIMedia/Left-Shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/media/OryUIMedia/Left-Shadow.png -------------------------------------------------------------------------------- /OryUI Framework/media/OryUIMedia/Material-Icons/Material-Icons-01 subimages.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/media/OryUIMedia/Material-Icons/Material-Icons-01 subimages.txt -------------------------------------------------------------------------------- /OryUI Framework/media/OryUIMedia/Material-Icons/Material-Icons-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/media/OryUIMedia/Material-Icons/Material-Icons-01.png -------------------------------------------------------------------------------- /OryUI Framework/media/OryUIMedia/Material-Icons/Material-Icons-02 subimages.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/media/OryUIMedia/Material-Icons/Material-Icons-02 subimages.txt -------------------------------------------------------------------------------- /OryUI Framework/media/OryUIMedia/Material-Icons/Material-Icons-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/media/OryUIMedia/Material-Icons/Material-Icons-02.png -------------------------------------------------------------------------------- /OryUI Framework/media/OryUIMedia/Material-Icons/Material-Icons-03 subimages.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/media/OryUIMedia/Material-Icons/Material-Icons-03 subimages.txt -------------------------------------------------------------------------------- /OryUI Framework/media/OryUIMedia/Material-Icons/Material-Icons-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/media/OryUIMedia/Material-Icons/Material-Icons-03.png -------------------------------------------------------------------------------- /OryUI Framework/media/OryUIMedia/Material-Icons/Material-Icons-04 subimages.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/media/OryUIMedia/Material-Icons/Material-Icons-04 subimages.txt -------------------------------------------------------------------------------- /OryUI Framework/media/OryUIMedia/Material-Icons/Material-Icons-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/media/OryUIMedia/Material-Icons/Material-Icons-04.png -------------------------------------------------------------------------------- /OryUI Framework/media/OryUIMedia/Material-Icons/Material-Icons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/media/OryUIMedia/Material-Icons/Material-Icons.txt -------------------------------------------------------------------------------- /OryUI Framework/media/OryUIMedia/Navigation-Drawer-Header-Background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/media/OryUIMedia/Navigation-Drawer-Header-Background.png -------------------------------------------------------------------------------- /OryUI Framework/media/OryUIMedia/Please-Wait-Wheel-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/media/OryUIMedia/Please-Wait-Wheel-01.png -------------------------------------------------------------------------------- /OryUI Framework/media/OryUIMedia/Please-Wait-Wheel-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/media/OryUIMedia/Please-Wait-Wheel-02.png -------------------------------------------------------------------------------- /OryUI Framework/media/OryUIMedia/Please-Wait-Wheel-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/media/OryUIMedia/Please-Wait-Wheel-03.png -------------------------------------------------------------------------------- /OryUI Framework/media/OryUIMedia/Please-Wait-Wheel-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/media/OryUIMedia/Please-Wait-Wheel-04.png -------------------------------------------------------------------------------- /OryUI Framework/media/OryUIMedia/Please-Wait-Wheel-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/media/OryUIMedia/Please-Wait-Wheel-05.png -------------------------------------------------------------------------------- /OryUI Framework/media/OryUIMedia/Please-Wait-Wheel-06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/media/OryUIMedia/Please-Wait-Wheel-06.png -------------------------------------------------------------------------------- /OryUI Framework/media/OryUIMedia/Please-Wait-Wheel-07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/media/OryUIMedia/Please-Wait-Wheel-07.png -------------------------------------------------------------------------------- /OryUI Framework/media/OryUIMedia/Please-Wait-Wheel-08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/media/OryUIMedia/Please-Wait-Wheel-08.png -------------------------------------------------------------------------------- /OryUI Framework/media/OryUIMedia/Please-Wait-Wheel-09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/media/OryUIMedia/Please-Wait-Wheel-09.png -------------------------------------------------------------------------------- /OryUI Framework/media/OryUIMedia/Please-Wait-Wheel-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/media/OryUIMedia/Please-Wait-Wheel-10.png -------------------------------------------------------------------------------- /OryUI Framework/media/OryUIMedia/Please-Wait-Wheel-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/media/OryUIMedia/Please-Wait-Wheel-11.png -------------------------------------------------------------------------------- /OryUI Framework/media/OryUIMedia/Please-Wait-Wheel-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/media/OryUIMedia/Please-Wait-Wheel-12.png -------------------------------------------------------------------------------- /OryUI Framework/media/OryUIMedia/Please-Wait-Wheel-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/media/OryUIMedia/Please-Wait-Wheel-13.png -------------------------------------------------------------------------------- /OryUI Framework/media/OryUIMedia/Please-Wait-Wheel-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/media/OryUIMedia/Please-Wait-Wheel-14.png -------------------------------------------------------------------------------- /OryUI Framework/media/OryUIMedia/Please-Wait-Wheel-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/media/OryUIMedia/Please-Wait-Wheel-15.png -------------------------------------------------------------------------------- /OryUI Framework/media/OryUIMedia/Please-Wait-Wheel-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/media/OryUIMedia/Please-Wait-Wheel-16.png -------------------------------------------------------------------------------- /OryUI Framework/media/OryUIMedia/Pull-To-Refresh-Circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/media/OryUIMedia/Pull-To-Refresh-Circle.png -------------------------------------------------------------------------------- /OryUI Framework/media/OryUIMedia/Pull-To-Refresh-Shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/media/OryUIMedia/Pull-To-Refresh-Shadow.png -------------------------------------------------------------------------------- /OryUI Framework/media/OryUIMedia/Right-Shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/media/OryUIMedia/Right-Shadow.png -------------------------------------------------------------------------------- /OryUI Framework/media/OryUIMedia/Scroll-Fast-Button-Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/media/OryUIMedia/Scroll-Fast-Button-Icon.png -------------------------------------------------------------------------------- /OryUI Framework/media/OryUIMedia/Scroll-Fast-Button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/media/OryUIMedia/Scroll-Fast-Button.png -------------------------------------------------------------------------------- /OryUI Framework/media/OryUIMedia/Scroll-To-Top-Button-Shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/media/OryUIMedia/Scroll-To-Top-Button-Shadow.png -------------------------------------------------------------------------------- /OryUI Framework/media/OryUIMedia/Scroll-To-Top-Button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/media/OryUIMedia/Scroll-To-Top-Button.png -------------------------------------------------------------------------------- /OryUI Framework/media/OryUIMedia/Switch-Switch-Android.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/media/OryUIMedia/Switch-Switch-Android.png -------------------------------------------------------------------------------- /OryUI Framework/media/OryUIMedia/Switch-Switch-iOS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/media/OryUIMedia/Switch-Switch-iOS.png -------------------------------------------------------------------------------- /OryUI Framework/media/OryUIMedia/Switch-Track-Android.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/media/OryUIMedia/Switch-Track-Android.png -------------------------------------------------------------------------------- /OryUI Framework/media/OryUIMedia/Switch-Track-iOS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/media/OryUIMedia/Switch-Track-iOS.png -------------------------------------------------------------------------------- /OryUI Framework/media/OryUIMedia/Top-Bar-Shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/media/OryUIMedia/Top-Bar-Shadow.png -------------------------------------------------------------------------------- /OryUI Framework/media/OryUIMedia/Top-Shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/OryUI Framework/media/OryUIMedia/Top-Shadow.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevinCrossDCL/ChastityApp/HEAD/README.md --------------------------------------------------------------------------------