Based on #49 I created this PR. This doesn't reset everything in the block you suggested as I only need to reset:
UseCount,
SignificantEventCount
FirstUseDate (daysUntilPrompt)
The app version is not changing so I leave userdefault values intact.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/UrbanApps/Armchair/pull/51
**Author:** [@fotiDim](https://github.com/fotiDim)
**Created:** 5/4/2016
**Status:** ✅ Merged
**Merged:** 5/4/2016
**Merged by:** [@coneybeare](https://github.com/coneybeare)
**Base:** `master` ← **Head:** `reset-counters`
---
### 📝 Commits (5)
- [`7feeafb`](https://github.com/UrbanApps/Armchair/commit/7feeafba9d977da79f98f3c12c1df4bfc1174ffc) Created public method to reset counters
- [`e1de236`](https://github.com/UrbanApps/Armchair/commit/e1de2361bf6cdbcd3d917f95e5462b954f431db1) Updated Readme to include resetCounters()
- [`813de6e`](https://github.com/UrbanApps/Armchair/commit/813de6e889a716b96a74169bc45c97ff78774d7a) Added resetAll function
- [`93ae5bf`](https://github.com/UrbanApps/Armchair/commit/93ae5bf93ac775e6070b2d41b4302285e9135347) Renamed reset methods
- [`4e03a1d`](https://github.com/UrbanApps/Armchair/commit/4e03a1d725c33d171dd8cbc962b87fc9c2186f0c) Updated Readme to include resetCounters() & resetUsageCounters()
### 📊 Changes
**2 files changed** (+39 additions, -12 deletions)
<details>
<summary>View changed files</summary>
📝 `README.md` (+8 -0)
📝 `Source/Armchair.swift` (+31 -12)
</details>
### 📄 Description
Based on #49 I created this PR. This doesn't reset everything in the block you suggested as I only need to reset:
- UseCount,
- SignificantEventCount
- FirstUseDate (daysUntilPrompt)
The app version is not changing so I leave userdefault values intact.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/UrbanApps/Armchair/pull/51
Author: @fotiDim
Created: 5/4/2016
Status: ✅ Merged
Merged: 5/4/2016
Merged by: @coneybeare
Base:
master← Head:reset-counters📝 Commits (5)
7feeafbCreated public method to reset counterse1de236Updated Readme to include resetCounters()813de6eAdded resetAll function93ae5bfRenamed reset methods4e03a1dUpdated Readme to include resetCounters() & resetUsageCounters()📊 Changes
2 files changed (+39 additions, -12 deletions)
View changed files
📝
README.md(+8 -0)📝
Source/Armchair.swift(+31 -12)📄 Description
Based on #49 I created this PR. This doesn't reset everything in the block you suggested as I only need to reset:
The app version is not changing so I leave userdefault values intact.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.