A working memory app - periodically asks "Anything to put in your pocket?"
Find a file
2026-03-03 15:51:28 +01:00
.forgejo/issue_template Add issue templates for Codeberg 2026-01-11 16:39:38 +09:00
app Release v1.6.1: Add Dutch translation 2026-03-01 23:35:58 +09:00
docs Add Official Distribution section with APK verification info 2026-03-03 23:34:59 +09:00
fastlane/metadata/android Release v1.6.1: Add Dutch translation 2026-03-01 23:35:58 +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.1: Add Dutch translation 2026-03-01 23:35:58 +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 Official Distribution section with APK verification info 2026-03-03 23:34:59 +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

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.

Official Distribution

This app is officially distributed only through F-Droid, IzzyOnDroid, and Codeberg Releases. We cannot guarantee the safety of APKs downloaded from any other source.

Get it on IzzyOnDroid

Get it on F-Droid

Get it on Codeberg

Verify Signature

APK signing fingerprint (SHA-256):

fce2645bad13e359bb649bb3171e86f85175ad9c7a9ae7c19be99878cf6b490d

How to verify:

apksigner verify --print-certs app-release.apk

Verify Checksum

SHA256 checksum: See app-release.apk.sha256 on the release page.

sha256sum -c app-release.apk.sha256

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.