CoolFace
Apppublic

Anil1515/ipo-automation

sourceHugging Faceupdated 2mo agoView on Hugging Face
0likes
50 commits on main
8f4c6c92mo ago

Add more festival dates to auto-icon logic

Magar077
61061892mo ago

Implement Dynamic Icon logic in Flutter and update AndroidManifest

Magar077
c6584dc2mo ago

Add automatic festival icon logic based on server date

Magar077
52b141b3mo ago

Force push updated frontend and purged code

Magar077
cae4d1a3mo ago

Successfully cleaned up icon picker references and rebuilt web

Magar077
0c8da723mo ago

Completely purged biometrics and dynamic icons from code and pubspec to fix web errors

Magar077
9d27bf43mo ago

Hard-coded removal of local_auth to fix web MissingPluginException

Magar077
2206c063mo ago

Temporarily disable all biometric security features as per user request

Magar077
e536f223mo ago

Final attempt to fix web biometric error by adding missing foundation import

Magar077
c95d97c3mo ago

Completely bypass biometrics and FCM token registration on Web to fix runtime errors

Magar077
233aada3mo ago

Fix web biometric error by checking kIsWeb before auth

Magar077
abd4d773mo ago

Fix NameError: import AppConfigView in urls.py

Magar077
4dbd6ba3mo ago

Implement server-side control for app icons

Magar077
4b30b183mo ago

Fix emulator freeze: update theme to AppCompat, add appcompat dependency, and fix notification icon

Magar077
83e25903mo ago

Implement 6 dynamic icons: Default, Diwali, Holi, Eid, Christmas, New Year

Magar077
4d46f653mo ago

Update all dynamic icons to candlestick chart designs

Magar077
8310a333mo ago

Fix app freezing issues with timeouts and improved secure storage options

Magar077
51519b43mo ago

Final fix for Dynamic Icons and push all latest security features to HF

Magar077
d5da5d33mo ago

Implement Dynamic App Icons (Switch icons without update)

Magar077
f64b8313mo ago

Add timeouts to API requests to prevent app freezing

Magar077
aa056f23mo ago

Standardize static serving using WhiteNoise middleware to fix HF 0-byte issue

Magar077
bbf57673mo ago

Fix IndentationError in urls.py and improve frontend path checking

Magar077
8c707c73mo ago

Replace WhiteNoise with manual static serving to fix 0-byte delivery on Hugging Face

Magar077
7267df33mo ago

Restore root URL path for web frontend

Magar077
7f7b0653mo ago

Optimize HF proxy settings and WhiteNoise root serving to fix white screen

Magar077
684f2693mo ago

Final attempt to fix 0-byte static file serving on Hugging Face

Magar077
7962e8a3mo ago

Disable WhiteNoise compression and use raw frontend serving to fix 0-byte JS

Magar077
9b194ef3mo ago

Disable initial biometric check on Web platform to fix blank screen

Magar077
b032c533mo ago

Disable static caching and force no-cache on index.html to fix 0-byte delivery

Magar077
f9b187e3mo ago

Simplify static file serving to fix 0-byte JS delivery on HF

Magar077
8c5cf9a3mo ago

Fix web frontend serving logic and robust static file handling

Magar077
a7977393mo ago

Update frontend build and sync backend with biometric changes

Magar077
2c3918f3mo ago

Implement Biometric startup lock and switch account security

Magar077
1ee63933mo ago

Fix login_screen.dart imports and update web build

Magar077
c9b84633mo ago

Implement Multiple Account Switcher and Biometric Login

Magar077
f18af5f3mo ago

Force 12-hour format (AM/PM) in time picker for mobile

Magar077
5a2b2c33mo ago

Fix blank screen issue by resetting base-href to root

Magar077
43c8be73mo ago

Update frontend with notification filter (Name and Relationship)

Magar077
fb3b8863mo ago

Allow custom relationship name when 'Other' is selected

Magar077
13377bc3mo ago

Add detailed schedule debugging and 1-minute buffer for missed tasks

Magar077
61b8c083mo ago

Show Celery logs in HF console for better debugging

Magar077
e4fa4883mo ago

Fix Android notification priority and force token registration in BankListScreen

Magar077
3d182583mo ago

Update frontend build with new features (Edit, Relationship, Holder Name)

Magar077
177e9ab3mo ago

Add individual delete and Clear All features for notifications

Magar077
3837eaf3mo ago

Fix balance scraping and add Holder Name and Relationship to Status logs

Magar077
5658b043mo ago

Update ApplicationLog to store bank check details and show in Dashboard

Magar077
d8627933mo ago

Move Status icon from BottomNav to AppBar actions

Magar077
e1759513mo ago

Add Edit feature for Bank Credentials

Magar077
2da41a23mo ago

Update Flutter UI and Model with Account Holder Name and Relationship

Magar077
ec5d1e73mo ago

Add account_holder_name and relationship to BankAccount

Magar077