Update major applications to support AntOS v2.0.x

This commit is contained in:
DanyLE
2023-01-01 01:54:04 +01:00
parent 695044704b
commit 7171a7eb3b
212 changed files with 2135 additions and 3806 deletions

View File

@ -9,6 +9,8 @@ It support a wide range of documents.
![https://github.com/lxsang/antosdk-apps/blob/master/LibreOffice/libreoffice.png?raw=true](https://github.com/lxsang/antosdk-apps/blob/master/LibreOffice/libreoffice.png?raw=true)
## Change log
- v 0.1.3-a:
* Minor fix to support AntOS v2.0.x
- v 0.1.2-a:
* Fix server side API error with new backend API
- v 0.1.1-a:

View File

@ -9,6 +9,8 @@ It support a wide range of documents.
![https://github.com/lxsang/antosdk-apps/blob/master/LibreOffice/libreoffice.png?raw=true](https://github.com/lxsang/antosdk-apps/blob/master/LibreOffice/libreoffice.png?raw=true)
## Change log
- v 0.1.3-a:
* Minor fix to support AntOS v2.0.x
- v 0.1.2-a:
* Fix server side API error with new backend API
- v 0.1.1-a:

File diff suppressed because one or more lines are too long

View File

@ -7,7 +7,7 @@
"author": "Dany LE",
"email": "contact@iohub.dev"
},
"version":"0.1.2-a",
"version":"0.1.3-a",
"category":"Office",
"icon":"icon.png",
"mimes":[

View File

@ -388,7 +388,7 @@ namespace OS {
}
this.current_mode = mt.mode;
// refresh the file menu
this.appmenu.items = this.baseMenu() || [];
//this.appmenu.nodes = this.baseMenu() || [];
$(this.placeholder).empty();
let el = $('<iframe>', {
src: `${mt.url}?WOPISrc=${this.uapi()}`,

View File

@ -7,7 +7,7 @@
"author": "Dany LE",
"email": "contact@iohub.dev"
},
"version":"0.1.2-a",
"version":"0.1.3-a",
"category":"Office",
"icon":"icon.png",
"mimes":[