Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
stellar
/
freighter
Public
Notifications
You must be signed in to change notification settings
Fork
60
Star
117
Code
Issues
157
Pull requests
14
Actions
Projects
Wiki
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Replace 24h absolute auto-lock with configurable idle timer
- #2802
#2802
Merged
piyalbasu
merged 22 commits into
master
stellar/freighter:master
from
plan-do-review/issue-2082
stellar/freighter:plan-do-review/issue-2082
Copy head branch name to clipboard
Jun 17, 2026
Conversation
Commits
22
(22)
Checks
Files changed
Merged
Replace 24h absolute auto-lock with configurable idle timer
#2802
piyalbasu
merged 22 commits into
master
stellar/freighter:master
from
plan-do-review/issue-2082
stellar/freighter:plan-do-review/issue-2082
Copy head branch name to clipboard
Commits
Commits on May 21, 2026
Replace 24h absolute auto-lock with configurable idle timer
Show description for 3578408
Copilot
committed
3578408
View commit details
Copy full SHA for 3578408
Browse repository at this point
Address PR review feedback from Copilot reviewer
Show description for 54aa0b8
Copilot
committed
54aa0b8
View commit details
Copy full SHA for 54aa0b8
Browse repository at this point
Commits on May 22, 2026
Address PR review feedback: treat shortened-timeout save as activity; simplify userActivity
Show description for e710fa1
Copilot
committed
e710fa1
View commit details
Copy full SHA for e710fa1
Browse repository at this point
Strengthen shortened-timeout regression test
Show description for 0c1d6ca
Copilot
committed
0c1d6ca
View commit details
Copy full SHA for 0c1d6ca
Browse repository at this point
Commits on May 26, 2026
Flip popup to unlock screen when idle auto-lock fires
Show description for b00599b
Copilot
committed
b00599b
View commit details
Copy full SHA for b00599b
Browse repository at this point
Preserve interrupted route context across auto-lock
Show description for ecf489b
Copilot
committed
ecf489b
View commit details
Copy full SHA for ecf489b
Browse repository at this point
Commits on May 27, 2026
Address PR review feedback: idle auto-lock cross-surface consistency
Show description for 6b22e3a
Copilot
committed
6b22e3a
View commit details
Copy full SHA for 6b22e3a
Browse repository at this point
Address internal review: require hasPrivateKey in useGetAppData cache fast path
Show description for f3e4598
Copilot
committed
f3e4598
View commit details
Copy full SHA for f3e4598
Browse repository at this point
Make SessionLockListener handler synchronous to avoid claiming runtime.onMessage response slot
Show description for 2013aad
Copilot
committed
2013aad
View commit details
Copy full SHA for 2013aad
Browse repository at this point
Move post-unlock navigation from SessionLockListener to UnlockAccount
Show description for ece5971
Copilot
committed
ece5971
View commit details
Copy full SHA for ece5971
Browse repository at this point
Reset idle alarm when a new Freighter surface mounts unlocked
Show description for a5ed79d
Copilot
committed
a5ed79d
View commit details
Copy full SHA for a5ed79d
Browse repository at this point
Fire surface-mount activity ping unconditionally; gate on lock state in background
Show description for b3868f9
Copilot
committed
b3868f9
View commit details
Copy full SHA for b3868f9
Browse repository at this point
TEMP: instrument auto-lock path for diagnosis (will be reverted)
Show description for 69ab958
Copilot
committed
69ab958
View commit details
Copy full SHA for 69ab958
Browse repository at this point
Accept extension-origin tab senders in popupMessageListener gate
Show description for c0f2e16
Copilot
committed
c0f2e16
View commit details
Copy full SHA for c0f2e16
Browse repository at this point
Drop surface-mount USER_ACTIVITY ping; only user input resets the idle timer
Show description for 7b3e4dd
Copilot
committed
7b3e4dd
View commit details
Copy full SHA for 7b3e4dd
Browse repository at this point
Address review feedback: scope-drift cleanup and small hardening
Show description for 7793c28
Copilot
committed
7793c28
View commit details
Copy full SHA for 7793c28
Browse repository at this point
Address PR review feedback from @piyalbasu
Show description for 5038039
Copilot
committed
5038039
View commit details
Copy full SHA for 5038039
Browse repository at this point
Drop loadSettings cast using generic sendMessageToBackground
Show description for c9487e6
Copilot
committed
c9487e6
View commit details
Copy full SHA for c9487e6
Browse repository at this point
Commits on May 29, 2026
Add dedicated Auto-Lock Timer settings page under Security
Show description for 8a1376f
Copilot
committed
8a1376f
View commit details
Copy full SHA for 8a1376f
Browse repository at this point
Change 4h option to 6h, add 12h option, default to 12h
Show description for 191f6cf
Copilot
committed
191f6cf
View commit details
Copy full SHA for 191f6cf
Browse repository at this point
Commits on Jun 2, 2026
Restore saveSettings error envelope check
Show description for bc00233
Copilot
committed
bc00233
View commit details
Copy full SHA for bc00233
Browse repository at this point
Commits on Jun 17, 2026
Merge branch 'master' into plan-do-review/issue-2082
piyalbasu
authored
4c3ca0b
View commit details
Copy full SHA for 4c3ca0b
Browse repository at this point
You can’t perform that action at this time.