[PR #51] [MERGED] Created public method to reset counters #105

Closed
opened 2025-12-29 18:29:06 +01:00 by adam · 0 comments
Owner

📋 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: masterHead: reset-counters


📝 Commits (5)

  • 7feeafb Created public method to reset counters
  • e1de236 Updated Readme to include resetCounters()
  • 813de6e Added resetAll function
  • 93ae5bf Renamed reset methods
  • 4e03a1d Updated 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:

  • 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>
adam added the pull-request label 2025-12-29 18:29:06 +01:00
adam closed this issue 2025-12-29 18:29:06 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Armchair#105