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
Add accessibility section and images to user manual
Added a new 'Text Size & Accessibility' section to the user manual with instructions and screenshots for adjusting text size. Updated installation instructions with a manual install image. Updated README to summarize recent UI, accessibility, and security improvements.
onerror="this.parentElement.innerHTML='<span style=\'padding:20px\'>Drop <code>images/manual_install.png</code> here showing the Install App button in the menu</span>'">
<imgsrc="images/menu_settings.png" alt="Settings in Menu"
365
+
onerror="this.parentElement.innerHTML='<span style=\'padding:10px\'>Drop <code>images/menu_settings.png</code> here showing Settings icon in menu</span>'">
onerror="this.parentElement.innerHTML='<span style=\'padding:10px\'>Drop <code>images/text_size_dropdown.png</code> here showing the Text Size dropdown setting</span>'">
370
+
</div>
371
+
</div>
372
+
346
373
<h3id="privacy">Privacy: "Block Edit"</h3>
347
374
<p>By default, Group Admins can help manage your details (like location) for coordination. You can block
Copy file name to clipboardExpand all lines: README.md
+4-10Lines changed: 4 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,16 +20,10 @@ Orbit is a collaborative location and calendar coordination app for groups, buil
20
20
21
21
### [1.0.1] - 2026-01-03
22
22
23
-
-**📐 Responsive App Bar**: Logo and title now adapt to narrow screens (<400px hides title spacing, <375px hides "Orbit" text, <320px hides logo) to prevent overflow.
24
-
-**🎨 Solid Button Colors**: "Join Group" (green), "Create Group" (purple), and "More" buttons now have solid, vibrant backgrounds for better visibility.
25
-
-**📅 Responsive Date Picker**: Date picker dialog now adapts to very narrow screens with reduced padding, smaller fonts, and shorter helper text.
26
-
-**📝 Text Size Settings**: Added adjustable font size (80%-150%) in Settings for elderly users and accessibility.
27
-
-**🔄 Manual Refresh**: Added a refresh button in the navigation bar for quick page reloads, especially useful for PWA users.
28
-
-**📱 iOS PWA Install**: The "Install App" button now always shows on iOS since Safari cannot reliably detect installation status.
29
-
-**🔒 Enhanced Security**: Tightened Firestore rules to ensure User Profiles and Group Lists are private and accessible only to relevant members.
30
-
-**🛡️ Secure Join Flow**: Improved "Join Group" process to securely handle user identity without exposing public profile data.
31
-
-**🚫 Owner Protection**: Enforced strict rules preventing Group Owners from leaving without first transferring ownership, ensuring groups never become orphaned.
32
-
-**🐛 Access Fixes**: Resolved issues where valid group members could not see their own groups due to permission configurations.
23
+
-**🎨 UI & Accessibility**: Standardized 90% mobile dialogs with pixel-perfect icon alignment, added variable text scaling (80-150%), and refined Settings labels with vibrant, high-contrast button colors.
24
+
-**� Responsive Polish**: Optimized App Bar, Date Picker, and "Load more" button layouts to prevent overflows on narrow screens (320px-450px) while maintaining legibility.
25
+
-**⚡ UX & PWA**: Restored original AlertDialog feedback for copy actions, added a manual refresh button, and optimized installation logic for iOS PWA users.
26
+
-**� Security & Integrity**: Hardened Firestore rules for user privacy, secured the group join flow, and enforced strict ownership transfer policies to prevent orphaned groups.
0 commit comments