147353327b
various changes:
...
gitea-sync/antos-frontend/pipeline/head This commit looks good
- ESC (alone) key is now considered as function key for binding (global or application)
- Improve app launcher event handling
- Convention: Global announcement events are in upper case, local window events is in lower case
2024-06-24 17:54:10 +02:00
DanyLE
9fa3ab92bf
fix: PushNotification service show/hide animation bug
gitea-sync/antos-frontend/pipeline/head This commit looks good
2024-04-30 16:30:33 +02:00
DanyLE
45b019725d
fix: add missing Setting handle to git
gitea-sync/antos-frontend/pipeline/head This commit looks good
2024-03-21 13:15:56 +01:00
DanyLE
b99668f4f2
feat: Setting displays versions info
gitea-sync/antos-frontend/pipeline/head This commit looks good
2024-03-18 17:06:53 +01:00
DanyLE
cbeab0d0f2
style: update file UI style
2024-03-17 21:18:11 +01:00
DanyLE
a86da11532
fix: minor UI bugs on File and Setting apps
2024-03-17 21:18:11 +01:00
DanyLE
3e201bfbba
fix: use row/column as common directives for all UI horizontal/vertical direction
2024-03-17 21:18:11 +01:00
DanyLE
87dad4eded
update: use latest UI API on system applications
2024-03-17 21:18:11 +01:00
DanyLE
add5ef77c8
feat: use a separated setting file for each application instead of a single system setting files
2024-03-17 21:18:11 +01:00
DanyLE
cd6a6c373a
fix: operator not permit on newer version of typescript
2024-03-17 21:18:11 +01:00
DanyLE
d72a4c954b
Remove old menu element, use stackmenu instead
2024-03-17 21:18:11 +01:00
DanyLE
7196f9ff57
Update style for GridView, FileView and ListView
2024-03-17 21:18:11 +01:00
DanyLE
edb427d6c3
fix: notification style
2024-03-17 21:18:11 +01:00
DanyLE
be72a62156
cleanup system services package
2024-03-17 21:18:11 +01:00
DanyLE
77b89c44f7
Fix: style + typo
2024-03-17 21:18:11 +01:00
DanyLE
242df06a28
Rework on Notification API + some sytem packages
...
- Rename Syslog to SystemReport
- All services previously on SystemReport now moved to the dedicated SystemServices Packages
- Rework on a more versatile notification GUI and API
- Applications now can display a local toast message instead of pushing a global notification message
2024-03-17 21:18:11 +01:00
DanyLE
870b1ec105
update Syslog application + README
2024-03-17 21:18:11 +01:00
DanyLE
03cee726ed
UI improvement + use lastest boostrap icon
...
- Update bootstrap icons to latest
- Redesign system tray for services monitoring
- Improve UI + bug fix on default packages
2024-03-17 21:18:11 +01:00
DanyLE
bc77329294
Improve UI
2024-03-17 21:18:11 +01:00
DanyLE
2e887851c5
Add input tag and update all base dialogs to support mobile devices
2024-03-17 21:18:11 +01:00
DanyLE
1a6ece4e7c
Add stack panel component + redesign MarketPlace UI
...
- Continue improve UI elements
- Add stack panel UI tag
- Redesign MarketPlace UI to support mobile device
2024-03-17 21:18:11 +01:00
DanyLE
cd294f58a6
Rework on AntOS core to provide support to both mobile and desktop devices (experimental):
...
- Redesign the core UI API and tags to support Mobile devices
- Add new StackMenu tag
- Support touch events handling on touch devices
- Redesign File and Setting to work on mobile
- Improve Anouncement API
- Rework on default themes
2024-03-17 21:18:11 +01:00
DanyLE
9b5da170e7
App name now can differ from pkgname
2022-08-25 01:20:51 +02:00
DanyLE
b381294064
fix: fix icon display problem when application is installed, remove all related settings when an application is uinstalled
2022-08-24 14:45:11 +02:00
DanyLE
2fd4bb5c96
Bug fix + improvement:
...
- About dialog now can display package README file
- Fix: double click handling on grid view
- add README to packages
- support source map in release version
2022-07-19 20:57:12 +02:00
DanyLE
52af4b6940
fix visualize bug after style changes
2022-07-05 14:41:34 +02:00
DanyLE
b2ce9ec978
Minor improvement
...
- Use arrow up key on File widget to navigate to parent directory
- Application will trigger a "launched" event when opened
2022-07-04 19:59:34 +02:00
DanyLE
f97a45be15
Add more control to mem file + bug fix on File
2022-07-02 21:36:07 +02:00
DanyLE
2cdd8f9a43
support dnd and grid sort
2022-03-29 18:25:07 +02:00
Dany LE
64094c29d5
update
2021-11-24 23:42:55 +01:00
Dany LE
3c67b1c134
fix bug
2021-11-24 22:37:49 +01:00
Dany LE
3a24df169c
update announcement system
2021-11-24 22:15:25 +01:00
Dany LE
86a94a817a
update GUI API
2021-10-24 20:37:19 +02:00
lxsang
4c96fac5e5
replace CodePad by NotePad
2021-06-13 12:08:37 +02:00
lxsang
99e3e6308c
updata maket place
2021-06-13 12:08:37 +02:00
lxsang
b8671cbab0
ACE and CodePad now moved to MarketPlace
2021-06-13 12:08:33 +02:00
lxsang
f8c19e2a4c
minor bug fix on SDK
2021-06-13 12:08:31 +02:00
lxsang
5d41281706
used libantosdk for pompiling
2021-06-13 12:08:27 +02:00
lxsang
b4fb5473e4
update terser setting
2021-06-13 12:08:27 +02:00
lxsang
096890c136
regen release
2021-06-13 12:08:26 +02:00
lxsang
a5d93fcd72
enhance vfs path handling
2021-06-13 12:08:25 +02:00
lxsang
2316994b94
enhance vfs path handling
2021-06-13 12:08:25 +02:00
lxsang
fd4474d598
Improvement on core API:
...
- improvement performance of some VFS utility API
- Allow compress/extract zip file in Files
- CodePad/Files/MarketPlace use some common system APIs instead of defining in-package functions
2021-06-13 12:08:23 +02:00
lxsang
e657c98688
move some API from CodePad to system API
2021-06-13 12:08:22 +02:00
lxsang
b2e2cbeda5
fix compile bug when coffie files are not available
2021-06-13 12:08:20 +02:00
lxsang
c57ebdccac
regen the latest archive
2021-06-13 12:08:19 +02:00
lxsang
e2d1a90f73
regen archive
2021-06-13 12:08:18 +02:00
lxsang
3ca7b91c37
Add support to typescript in CodePad
2021-06-13 12:08:16 +02:00
lxsang
51bf3e3df5
Add features:
...
- add bootstrap icon font support
- classing applications by categories in start menu
2021-06-13 12:08:02 +02:00
lxsang
20840d09b0
Improvements on GUI + API:
...
- Add generic key-value dialog
- Allow multiple file upload
- Add ESC and enter key handle to dialog
- Improve File application
2021-06-13 12:08:00 +02:00