A working memory app - periodically asks "Anything to put in your pocket?"
Find a file
2026-02-23 14:36:32 +01:00
.forgejo/issue_template Add issue templates for Codeberg 2026-01-11 16:39:38 +09:00
app Added translation using Weblate (German) 2026-02-23 11:12:59 +00:00
docs Add Codeberg releases badge to README 2026-02-22 21:47:56 +09:00
fastlane/metadata/android Release v1.6.0: Add enable-all button and UI improvements 2026-02-22 22:03:00 +09:00
gradle Add distributionSha256Sum and fix wrapper version mismatch 2025-12-19 01:51:52 +09:00
.gitignore Clean up .gitignore and remove .idea/ from tracking 2026-01-10 00:05:43 +09:00
.woodpecker.yml Add beta release support to CI 2026-01-11 16:55:42 +09:00
build.gradle.kts Add open source licenses screen using AboutLibraries 2025-12-12 01:07:17 +09:00
CHANGELOG.md Release v1.6.0: Add enable-all button and UI improvements 2026-02-22 22:03:00 +09:00
CONTRIBUTING.md Add Pull Requests guidelines to CONTRIBUTING.md 2026-01-17 22:29:50 +09:00
gradle.properties Initial commit: Empty Activity with Jetpack Compose 2025-12-10 01:47:09 +09:00
gradlew Add distributionSha256Sum and fix wrapper version mismatch 2025-12-19 01:51:52 +09:00
gradlew.bat Add distributionSha256Sum and fix wrapper version mismatch 2025-12-19 01:51:52 +09:00
LICENSE Implement Phase 1 & 2: Core features and notifications 2025-12-10 02:57:28 +09:00
README.md Add Codeberg releases badge to README 2026-02-22 21:47:56 +09:00
settings.gradle.kts Rename app from InUse to PocketCheck 2025-12-10 23:07:37 +09:00

PocketCheck

PocketCheck

日本語

Build Status Android 8.0+ License: GPL-3.0 IzzyOnDroid Downloads Reproducible Builds Translation status

Get it on IzzyOnDroid

Get it on F-Droid

Get it on Codeberg

About

Forgetting to put things back. Taking borrowed items home by accident. Leaving tasks half-done — and on top of that, forgetting to even look at the checklist. PocketCheck is a working memory app for people like that.

The app periodically asks "Anything to put in your pocket?" You don't have to remember to check yourself.

Features

  • Item List - Register items with name and notes
  • Quick Photo Registration - Snap a photo to register instantly (name optional)
  • Switch Toggle - Manage task status for each item
  • Visual Distinction - Active tasks are highlighted
  • Swipe Gestures - Swipe left to delete, swipe right to archive
  • Drag & Drop - Long press to reorder items
  • Archive - Archive unused items, restore anytime
  • Multiple Lists - Organize items by context (e.g., Work, Home, Travel)
  • Per-List Alarms - Set recurring alarms for each list with day-of-week selection
  • Periodic Reminders - "Anything to put in your pocket?" notifications with Yes/No actions
  • Persistent Status - Non-dismissible notification showing active tasks
  • Quiet Hours - No notifications during specified time periods
  • No Google Services - Works without Google Play Services

Screenshots

Item List Settings

Requirements

  • Android 8.0 (API 26) or higher

Permissions

  • POST_NOTIFICATIONS - Show reminder and status notifications
  • FOREGROUND_SERVICE, FOREGROUND_SERVICE_SPECIAL_USE - Keep status notification visible while items are in use
  • RECEIVE_BOOT_COMPLETED - Restore notifications and alarms after device restart
  • SCHEDULE_EXACT_ALARM - Set precise alarms for per-list alarm feature
  • VIBRATE - Vibrate when alarm fires
  • USE_FULL_SCREEN_INTENT - Show full-screen alarm on lock screen

See IzzyOnDroid Permissions for details.

Building

./gradlew assembleDebug

Requires JDK 17.

Contributing

See CONTRIBUTING.md for guidelines.

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.