Commit Graph

41 Commits

Author SHA1 Message Date
DanyLE
6895b94c7d remove support for VDB, applications that used SQLite database can now use API provided by the libsqlite package (on MarketPlace)
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
2023-06-01 11:19:47 +02:00
DanyLE
89b95b8a37 gridview: allow to update row data
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
2023-02-17 12:25:53 +01:00
DanyLE
d1f953caf7 safer way to attach element to data via getter 2023-02-17 10:57:04 +01:00
DanyLE
47e8cfca41 Remove old menu element, use stackmenu instead 2023-02-17 10:06:30 +01:00
DanyLE
d1f2861fd5 ListView: add API to scroll the list to top/bottom
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
2023-02-02 21:54:47 +01:00
DanyLE
a800f03d0a support icoclass_end in Label and Button HTML attribute
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
2023-02-01 19:46:56 +01:00
DanyLE
5ced9bd1a8 Update Label, Button and ListView
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
- Label and Button now can set icon on both left and right side of the text
- Fix ListView dropdown bug, and allow the dropdown list to positioned correctly based on its nearest anchored element
2023-02-01 12:44:22 +01:00
DanyLE
eea1f18777 fix: Dialog scheme not found when it is defined outside of the dialogs namespace
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
2023-02-01 09:58:34 +01:00
DanyLE
5101afe1b9 allow to specify user data in some low level VFS interface API
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
2023-01-31 20:34:07 +01:00
DanyLE
aa73eed074 add support for drop custom event when drag is enable on an HTMLElement
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
2023-01-07 23:06:08 +01:00
DanyLE
cb744f31c1 Add custom dragging event support for all HTMLElement
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
2023-01-07 22:58:30 +01:00
DanyLE
391f76fdbc Fix: style + typo
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
2023-01-06 18:57:30 +01:00
DanyLE
11aed2642b Rework on Notification API + some sytem packages
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
- 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
2023-01-06 18:44:11 +01:00
DanyLE
760bcee465 Hide spotlight when an application is selected on appdock
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
2023-01-04 11:06:29 +01:00
DanyLE
91dd755250 UI improvement + use lastest boostrap icon
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
- Update bootstrap icons to latest
- Redesign system tray for services monitoring
- Improve UI + bug fix on default packages
2023-01-01 02:44:15 +01:00
DanyLE
7c19269d8f Support pinned app in dock + remove old pinned apps UI
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
2022-12-15 17:01:16 +01:00
DanyLE
43ef0e1321 Improve application dock:
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
- Stack all instances of the same application to one single dock button
- Make the dock scrollable by mouse wheel or touch
2022-12-13 22:05:37 +01:00
DanyLE
4acc3f703a Add input tag and update all base dialogs to support mobile devices 2022-12-09 18:20:31 +01:00
DanyLE
7c3b8a7432 Add stack panel component + redesign MarketPlace UI
- Continue improve UI elements
- Add stack panel UI tag
- Redesign MarketPlace UI to support mobile device
2022-12-09 13:17:35 +01:00
DanyLE
92e27b653f 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
2022-12-08 14:56:05 +01: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
14b72ef425 Fix dragndrop bug on Fileview (grid mod) 2022-08-19 11:15:21 +02:00
Dany LE
1cf718117f Fix fileview status incorrect, add more build stage to Jenkinsfile 2022-08-04 13:40:02 +02:00
DanyLE
e4ccfedbd8 regen archive 2022-07-22 20:13:45 +02:00
DanyLE
da5bbdab60 Allow to set version number and build ID to the current Antos build 2022-07-22 20:13:08 +02:00
DanyLE
f97a45be15 Add more control to mem file + bug fix on File 2022-07-02 21:36:07 +02:00
DanyLE
fdcc5ce784 allow to create memory-based temporal VFS file system 2022-07-02 18:52:50 +02:00
Dany LE
81d78aa8e5 robusify VFS mem file handling 2022-07-02 16:28:21 +02:00
DanyLE
c26e27d7ec Fix multiple dialogs focus bug 2022-05-24 17:35:27 +02:00
DanyLE
8b23ebeeff Loading animation is now based on the current context (global or application context) 2022-05-24 15:39:58 +02:00
DanyLE
2cdd8f9a43 support dnd and grid sort 2022-03-29 18:25:07 +02:00
Dany LE
079af3b0ce fix type conversion error in gridview tag 2022-02-23 14:33:21 +01:00
Dany LE
a6d725ea71 User a custom tag to manage the desktop instead of GUI 2021-11-26 00:03:01 +01:00
Dany LE
0624f421f7 API improvement & bug fix:
- subscribed global event doesnt unsubcribed when process is killed
- process killall API doesnt work as expected
- improve core API
2021-11-25 01:13:16 +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
99e0d02581 enable setting blur overlay window 2021-10-24 18:34:08 +02:00
Dany LE
52709d5da4 improve Window GUI API 2021-10-24 00:27:17 +02:00
lxsang
9c06d88713 AntOS load automatically custom VFS handles if available 2021-10-12 22:26:40 +02:00
lxsang
c23cb1bfa8 Improve core API:
- improve OS exit API
- improve VFS API
2021-10-12 21:58:57 +02:00
lxsang
b4fb5473e4 update terser setting 2021-06-13 12:08:27 +02:00