Commit Graph

  • d5d6a16a85 Update version to 2.0.0-a DanyLE 2022-12-08 14:57:14 +0100
  • cd294f58a6 Rework on AntOS core to provide support to both mobile and desktop devices (experimental): DanyLE 2022-12-08 14:50:38 +0100
  • f4ac0d639d fix: Allow passing Global version number and build ID to frontend build DanyLE 2024-03-14 10:54:55 +0100
  • d72025741c doc: update README.md DanyLE 2024-03-10 10:54:54 +0100
  • cf61b434fa refactor: remove unused files DanyLE 2024-03-10 10:34:07 +0100
  • 7a00c8293d fix: init npm before installing packages DanyLE 2024-03-10 00:44:16 +0100
  • 6fa5f18159 feat: add install_dev to Makefile to install dependencies before build DanyLE 2024-03-09 19:07:23 +0100
  • bcf3370079 fix: simulate contextmenu on mobile device DanyLE 2024-01-08 17:13:21 +0100
  • 21bf106b8b fix: list view item shall propagate click event to parent DanyLE 2024-01-08 15:38:18 +0100
  • ee4e451306 fix: dblclick event does not fire on mobile device (IOS) DanyLE 2024-01-08 14:26:32 +0100
  • 647e6a1ade fix: page scale problem on mobile DanyLE 2024-01-08 11:45:59 +0100
  • a2cd2d6457 fix: invalid background settings DanyLE 2023-10-23 14:04:28 +0200
  • cc23bb7c2d style: update file UI style DanyLE 2023-07-18 11:07:57 +0200
  • 0708683406 fix: minor UI bugs on File and Setting apps DanyLE 2023-07-18 10:43:42 +0200
  • 14d32ac775 fix: remove debug message DanyLE 2023-07-14 11:24:06 +0200
  • b0b420e993 fix: use row/column as common directives for all UI horizontal/vertical direction DanyLE 2023-07-14 11:02:33 +0200
  • 3ab5a6b5a8 update: antos API declaration DanyLE 2023-07-13 20:41:33 +0200
  • 12c8439ef1 update: use latest UI API on system applications DanyLE 2023-07-13 20:40:40 +0200
  • ced141bcee feat: add APIs that support responsive UI on antos tags DanyLE 2023-07-13 20:40:04 +0200
  • 89385950a0 fix: use CSS variable to define color palette for UI theme DanyLE 2023-07-13 19:51:51 +0200
  • 50c6ad4504 fix: encode URI component when get file from VFS API DanyLE 2023-07-07 20:06:41 +0200
  • ac23a19909 fix: upload API only submit a task when files are selected DanyLE 2023-06-27 09:45:06 +0200
  • 911104421c cleanup code DanyLE 2023-06-20 18:02:22 +0200
  • 6ac1245002 feat: use a separated setting file for each application instead of a single system setting files DanyLE 2023-06-20 17:16:13 +0200
  • c1d0230070 feat: Introduce API.Task API that allow to track promise object via AntOS announcement system DanyLE 2023-06-16 17:54:12 +0200
  • 224e9960d8 Update Jenkinsfile Dany LE 2023-06-06 22:08:12 +0200
  • b4c4cde08f Update Jenkinsfile Dany LE 2023-06-06 22:06:30 +0200
  • af58ca00f9 fix: clean up repo before build Dany LE 2023-06-06 22:04:54 +0200
  • 8512d3c6ad fix(Jenkinsfile): use typescript 5.0 as typedoc 0.24 depends on it Dany LE 2023-06-06 22:01:23 +0200
  • aae645d665 fix: support passing arguments when pushing a service DanyLE 2023-06-06 21:53:22 +0200
  • fd229c5477 remove support for VDB, applications that used SQLite database can now use API provided by the libsqlite package (on MarketPlace) DanyLE 2023-06-01 11:19:47 +0200
  • d6063aafb3 fix: doc generation use latest typedoc version DanyLE 2023-05-30 13:08:30 +0200
  • 100d5895c1 fix: operator not permit on newer version of typescript DanyLE 2023-05-30 11:10:40 +0200
  • a1390b4773 fix: jquery delaration file compatibility with current typescript sdk DanyLE 2023-05-30 10:58:04 +0200
  • cf3431c0a8 fix: extractZip bug introduced by last commit DanyLE 2023-04-03 09:36:02 +0200
  • b600515566 fix: creating missing directories from file paths when they are not specified in zip meta-data DanyLE 2023-03-31 14:38:59 +0200
  • a0c9ed6063 fix: calendar tag displays wrong date at the final week of month in some case DanyLE 2023-03-06 11:53:39 +0100
  • 4fc8d1a1d8 gridview: allow to update row data DanyLE 2023-02-17 12:25:53 +0100
  • 14116f4fdd safer way to attach element to data via getter DanyLE 2023-02-17 10:57:04 +0100
  • 5cb13bbc47 Remove old menu element, use stackmenu instead DanyLE 2023-02-17 10:06:30 +0100
  • b133169ba2 ListView: add API to scroll the list to top/bottom DanyLE 2023-02-02 21:54:47 +0100
  • 864d984b5a fix: label shall only allow to show text instead of html content DanyLE 2023-02-02 19:53:22 +0100
  • a654624c71 support icoclass_end in Label and Button HTML attribute DanyLE 2023-02-01 19:46:56 +0100
  • 4a3184103c Update style for GridView, FileView and ListView DanyLE 2023-02-01 18:42:54 +0100
  • 830dd2c23a Only break-word in notification tag DanyLE 2023-02-01 13:36:37 +0100
  • 907e0b8d37 Update Label, Button and ListView DanyLE 2023-02-01 12:44:22 +0100
  • d58269f038 fix: Dialog scheme not found when it is defined outside of the dialogs namespace DanyLE 2023-02-01 09:58:34 +0100
  • 7393acf1d5 allow to specify user data in some low level VFS interface API DanyLE 2023-01-31 20:34:07 +0100
  • 8878bf6b9d add support for drop custom event when drag is enable on an HTMLElement DanyLE 2023-01-07 23:04:46 +0100
  • ceb412e592 Add custom dragging event support for all HTMLElement DanyLE 2023-01-07 22:57:00 +0100
  • fcf7267c27 sportlight only focus on searchbar when on desktop DanyLE 2023-01-07 11:28:44 +0100
  • 84097f5e97 Clean up code DanyLE 2023-01-06 21:47:18 +0100
  • fd45b6ef53 Hide application when use click on active application dock item DanyLE 2023-01-06 21:45:05 +0100
  • 5314d9f161 fix: prevent scroll on desktop DanyLE 2023-01-06 21:34:46 +0100
  • 55296b2e18 fix: notification style DanyLE 2023-01-06 19:06:15 +0100
  • f465623a77 cleanup system services package DanyLE 2023-01-06 18:59:20 +0100
  • 9df59ebbf2 Fix: style + typo DanyLE 2023-01-06 18:57:30 +0100
  • 4fb60c46df Rework on Notification API + some sytem packages DanyLE 2023-01-06 18:44:11 +0100
  • 994ac1c493 fix: window menu display bug DanyLE 2023-01-04 18:05:39 +0100
  • 6ae84e31a7 Hide spotlight when an application is selected on appdock DanyLE 2023-01-04 11:06:29 +0100
  • 86d9202b81 Re introduce the vboxchange, hboxchange events as many applications use it DanyLE 2023-01-04 00:45:57 +0100
  • 62227742a5 Change color theme of the startup menu DanyLE 2023-01-03 23:05:36 +0100
  • cd45eef9d7 Update favicon to new color DanyLE 2023-01-03 22:53:49 +0100
  • 0c6784b9a3 Update favicon DanyLE 2023-01-03 20:28:17 +0100
  • cc6c136a06 Update Makefile Dany LE 2023-01-03 18:34:10 +0100
  • c2d395138f Update Jenkinsfile Dany LE 2023-01-03 17:40:51 +0100
  • 7e27fb123b Update README.md Dany LE 2023-01-03 14:20:30 +0100
  • 9b1dc80638 Update Jenkinsfile DanyLE 2023-01-02 11:05:06 +0100
  • 803aea229d Fix make file DanyLE 2023-01-02 10:57:03 +0100
  • 09764109cb Fix make file DanyLE 2023-01-02 10:55:34 +0100
  • 196b0a5679 Update icons + add documentation build in Jenkinsfile DanyLE 2023-01-02 10:53:16 +0100
  • d656f558f9 Add favicon to the page DanyLE 2023-01-01 23:43:28 +0100
  • 3c6ab95fac Add official AntOS icon DanyLE 2023-01-01 22:03:00 +0100
  • a1ce4de1dd Update README.md Dany LE 2023-01-01 21:41:42 +0100
  • 08fe4f53d0 Add files via upload Dany LE 2023-01-01 21:39:19 +0100
  • 901d8df404 Update README.md Dany LE 2023-01-01 21:35:01 +0100
  • 1f23caffa8 Add files via upload Dany LE 2023-01-01 21:32:12 +0100
  • a13250c5ff Add files via upload Dany LE 2023-01-01 21:29:37 +0100
  • 579a31c9c7 update README DanyLE 2023-01-01 03:17:07 +0100
  • 1610cbd76e update Syslog application + README DanyLE 2023-01-01 03:14:48 +0100
  • b94447eaec UI improvement + use lastest boostrap icon DanyLE 2023-01-01 02:44:15 +0100
  • 736c951c66 fix minor bug on appdock contextmenu handling DanyLE 2022-12-16 21:26:55 +0100
  • 5e2212c0fc Update dark theme DanyLE 2022-12-16 21:20:50 +0100
  • ce6ad7537f Improve UI DanyLE 2022-12-16 21:17:20 +0100
  • 1791b50480 Improve Firefox support + fix list view drag and drop bug DanyLE 2022-12-16 19:42:42 +0100
  • 59b2e6e898 improve file icon view DanyLE 2022-12-16 14:03:01 +0100
  • 737351362d Redesign the login form, preload all web font fonts on front page DanyLE 2022-12-16 11:45:33 +0100
  • 58d7b75f13 Support pinned app in dock + remove old pinned apps UI DanyLE 2022-12-15 17:01:16 +0100
  • 76996791d0 Improve application dock: DanyLE 2022-12-13 22:05:37 +0100
  • 778a4cf495 generate 2.0.0 release archive DanyLE 2022-12-09 18:24:00 +0100
  • aeb50cfca4 Add input tag and update all base dialogs to support mobile devices DanyLE 2022-12-09 18:20:31 +0100
  • 0819fb664a Add stack panel component + redesign MarketPlace UI DanyLE 2022-12-09 13:17:35 +0100
  • 5763037425 Update version to 2.0.0-a DanyLE 2022-12-08 14:57:14 +0100
  • 31b5000fa3 Rework on AntOS core to provide support to both mobile and desktop devices (experimental): DanyLE 2022-12-08 14:50:38 +0100
  • 29f2636d5a
    Update Makefile 1.2.x Dany LE 2023-01-03 18:08:38 +0100
  • ebc5206c45
    Update Jenkinsfile Dany LE 2023-01-03 18:05:53 +0100
  • 4e9806466a
    Update Jenkinsfile Dany LE 2023-01-03 18:02:06 +0100
  • 13969511a5
    Update README.md Dany LE 2022-12-31 13:22:52 +0100
  • dd56643e01
    Update README.md Dany LE 2022-12-31 13:16:40 +0100
  • 576051aca0
    Update README.md Dany LE 2022-12-31 13:15:20 +0100