rework-app #54

Open
alexis wants to merge 18 commits from rework-app into dev
Member
No description provided.
alexis added 14 commits 2025-05-02 14:39:12 +00:00
WIP: app rework
All checks were successful
/ mirror (push) Successful in 5s
/ build-stealth (push) Successful in 8m55s
/ build (push) Successful in 8m58s
664dd4bb38
Updated key management to match current version
All checks were successful
/ mirror (push) Successful in 4s
/ build-stealth (push) Successful in 9m11s
/ build (push) Successful in 9m13s
cef7a27e88
refactor: improve contact fetching and initialization logic for better performance and clarity
All checks were successful
/ mirror (push) Successful in 4s
/ build (push) Successful in 9m17s
/ build-stealth (push) Successful in 9m21s
62d48dc084
refactor: remove old main file and enhance blocked numbers settings with local storage preferences
All checks were successful
/ mirror (push) Successful in 4s
/ build (push) Successful in 9m13s
/ build-stealth (push) Successful in 9m17s
91a739a0cd
refactor: update search functionality with SearchAnchor and improve navigation to settings and composition pages
Some checks failed
/ mirror (push) Waiting to run
/ build (push) Has been cancelled
/ build-stealth (push) Has been cancelled
64089f2b3e
refactor: remove SettingsCallPage to streamline call settings management
Some checks failed
/ mirror (push) Waiting to run
/ build (push) Has been cancelled
/ build-stealth (push) Has been cancelled
fd9c469fc1
refactor: remove unused app_router and app_theme files to clean up project structure
All checks were successful
/ build-stealth (push) Successful in 9m20s
/ build (push) Successful in 9m23s
/ mirror (push) Successful in 5s
9e04185da1
refactor: optimize contact fetching and processing for improved performance
All checks were successful
/ mirror (push) Successful in 4s
/ build-stealth (push) Successful in 9m52s
/ build (push) Successful in 9m56s
8cb206a640
refactor: introduce LoadingIndicatorWidget and streamline contact page structure
All checks were successful
/ mirror (push) Successful in 5s
/ build (push) Successful in 9m57s
/ build-stealth (push) Successful in 9m58s
f89c5440fc
Refactor obfuscate service and avatar widget; move to domain layer and remove unused files
Some checks failed
/ mirror (push) Successful in 5s
/ build (push) Has been cancelled
/ build-stealth (push) Has been cancelled
612cccc381
- Moved ObfuscateService and ObfuscatedAvatar from services to domain/services.
- Updated references to use globals for stealth mode instead of AppConfig.
- Removed old obfuscated_avatar.dart file and updated imports in call and incoming call pages.
- Cleaned up imports in composition, contact, and history pages to reflect new structure.
- Deleted unused BlockService, CallService, ContactService, AsymmetricCryptoService, and QRScanner classes.
refactor: update contact fetching to include accounts, photo, and thumbnail
All checks were successful
/ mirror (push) Successful in 13s
/ build (push) Successful in 10m38s
/ build-stealth (push) Successful in 10m38s
96427d78d9
refactor: enhance stealth mode handling and clean up imports across services
Some checks failed
/ mirror (push) Successful in 4s
/ build-stealth (push) Has been cancelled
/ build (push) Has been cancelled
918265744e
refactor: remove unused imports and obfuscate service from contact page
All checks were successful
/ mirror (push) Successful in 6s
/ build-stealth (push) Successful in 10m16s
/ build (push) Successful in 10m23s
1a020bbbd8
refactor: convert ContactPage to StatelessWidget and optimize AlphabetScrollPage for better performance
All checks were successful
/ mirror (push) Successful in 4s
/ build (push) Successful in 10m17s
/ build-stealth (push) Successful in 10m13s
00e7d850b0
alexis added 1 commit 2025-05-09 13:47:16 +00:00
Merge branch 'dev' of https://git.gmoker.com/icing/monorepo into rework-app
Some checks failed
/ build-stealth (push) Failing after 8m6s
/ build (push) Successful in 9m34s
/ mirror (push) Successful in 4s
afa0c5b5a4
alexis requested review from stcb 2025-05-09 13:53:21 +00:00
alexis added 1 commit 2025-05-16 20:14:47 +00:00
refactor: update imports and restructure widget files for better organization
All checks were successful
/ mirror (push) Successful in 5s
/ build (push) Successful in 10m12s
/ build-stealth (push) Successful in 10m12s
d7ed797b80
alexis added 1 commit 2025-05-16 20:28:03 +00:00
refactor: clean up whitespace in block_service and contact_modal files
Some checks failed
/ mirror (push) Successful in 4s
/ build-stealth (push) Has been cancelled
/ build (push) Has been cancelled
6fc2991d1e
alexis added 1 commit 2025-05-16 20:33:52 +00:00
refactor: remove unused color_utils import and replace with username_color_generator in call and contact pages
All checks were successful
/ mirror (push) Successful in 14s
/ build (push) Successful in 10m38s
/ build-stealth (push) Successful in 10m43s
960ddd8e8f
All checks were successful
/ mirror (push) Successful in 14s
/ build (push) Successful in 10m38s
/ build-stealth (push) Successful in 10m43s
This pull request has changes conflicting with the target branch.
  • dialer/lib/features/call/call_page.dart
  • dialer/lib/main.dart

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin rework-app:rework-app
git checkout rework-app
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: icing/monorepo#54
No description provided.