]> _ Git - fluidbook-toolbox.git/commit
wip #5661 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 19 Dec 2022 15:49:34 +0000 (16:49 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 19 Dec 2022 15:49:34 +0000 (16:49 +0100)
commit338a14d55e1f48d0e2d62db9b465869d3852c628
treee96ac34a71147925b112db7a5100087d8e574448
parent2d5bd969f9f88fdec4a9a451952673d9e4eab508
wip #5661 @0.5
167 files changed:
.gitignore
app/Fluidbook/Packager/Base.php
app/Fluidbook/Packager/ChromeOS.php
app/Fluidbook/Packager/MacOS.php
resources/html5app/_android/AndroidManifestOffline.xml [new file with mode: 0644]
resources/html5app/_android/AndroidManifestOfflineStandalone.xml [new file with mode: 0644]
resources/html5app/_android/AndroidManifestOnline.xml [new file with mode: 0644]
resources/html5app/_android/MainOffline.java [new file with mode: 0644]
resources/html5app/_android/MainOfflineStandalone.java [new file with mode: 0644]
resources/html5app/_android/MainOnline.java [new file with mode: 0644]
resources/html5app/_android/debug-signing.properties [new file with mode: 0644]
resources/html5app/_android/fluidbook-dependencies/catalogues-fluidbook.gradle [new file with mode: 0644]
resources/html5app/_android/lib/com/android/vending/expansion/zipfile/APEZProvider.java [new file with mode: 0644]
resources/html5app/_android/lib/com/android/vending/expansion/zipfile/APKExpansionSupport.java [new file with mode: 0644]
resources/html5app/_android/lib/com/android/vending/expansion/zipfile/ZipResourceFile.java [new file with mode: 0644]
resources/html5app/_android/lib/com/fluidbook/android/BaseApp.java [new file with mode: 0644]
resources/html5app/_android/lib/com/fluidbook/android/OnlineApp.java [new file with mode: 0644]
resources/html5app/_android/lib/com/fluidbook/android/expansion/ExpansionApp.java [new file with mode: 0644]
resources/html5app/_android/lib/com/fluidbook/android/expansion/ExpansionFile.java [new file with mode: 0644]
resources/html5app/_android/lib/com/fluidbook/android/expansion/ExpansionFileAlarmReceiver.java [new file with mode: 0644]
resources/html5app/_android/lib/com/fluidbook/android/expansion/ExpansionFileDownloaderService.java [new file with mode: 0644]
resources/html5app/_android/lib/com/fluidbook/webintent/WebIntent.java [new file with mode: 0644]
resources/html5app/_android/lib/com/google/android/vending/expansion/downloader/Constants.java [new file with mode: 0644]
resources/html5app/_android/lib/com/google/android/vending/expansion/downloader/DownloadProgressInfo.java [new file with mode: 0644]
resources/html5app/_android/lib/com/google/android/vending/expansion/downloader/DownloaderClientMarshaller.java [new file with mode: 0644]
resources/html5app/_android/lib/com/google/android/vending/expansion/downloader/DownloaderServiceMarshaller.java [new file with mode: 0644]
resources/html5app/_android/lib/com/google/android/vending/expansion/downloader/Helpers.java [new file with mode: 0644]
resources/html5app/_android/lib/com/google/android/vending/expansion/downloader/IDownloaderClient.java [new file with mode: 0644]
resources/html5app/_android/lib/com/google/android/vending/expansion/downloader/IDownloaderService.java [new file with mode: 0644]
resources/html5app/_android/lib/com/google/android/vending/expansion/downloader/IStub.java [new file with mode: 0644]
resources/html5app/_android/lib/com/google/android/vending/expansion/downloader/SystemFacade.java [new file with mode: 0644]
resources/html5app/_android/lib/com/google/android/vending/expansion/downloader/impl/AndroidHttpClient.java [new file with mode: 0644]
resources/html5app/_android/lib/com/google/android/vending/expansion/downloader/impl/CustomIntentService.java [new file with mode: 0644]
resources/html5app/_android/lib/com/google/android/vending/expansion/downloader/impl/CustomNotificationFactory.java [new file with mode: 0644]
resources/html5app/_android/lib/com/google/android/vending/expansion/downloader/impl/DownloadInfo.java [new file with mode: 0644]
resources/html5app/_android/lib/com/google/android/vending/expansion/downloader/impl/DownloadNotification.java [new file with mode: 0644]
resources/html5app/_android/lib/com/google/android/vending/expansion/downloader/impl/DownloadThread.java [new file with mode: 0644]
resources/html5app/_android/lib/com/google/android/vending/expansion/downloader/impl/DownloaderService.java [new file with mode: 0644]
resources/html5app/_android/lib/com/google/android/vending/expansion/downloader/impl/DownloadsDB.java [new file with mode: 0644]
resources/html5app/_android/lib/com/google/android/vending/expansion/downloader/impl/HttpDateTime.java [new file with mode: 0644]
resources/html5app/_android/lib/com/google/android/vending/expansion/downloader/impl/V14CustomNotification.java [new file with mode: 0644]
resources/html5app/_android/lib/com/google/android/vending/expansion/downloader/impl/V3CustomNotification.java [new file with mode: 0644]
resources/html5app/_android/lib/com/google/android/vending/licensing/AESObfuscator.java [new file with mode: 0644]
resources/html5app/_android/lib/com/google/android/vending/licensing/APKExpansionPolicy.java [new file with mode: 0644]
resources/html5app/_android/lib/com/google/android/vending/licensing/DeviceLimiter.java [new file with mode: 0644]
resources/html5app/_android/lib/com/google/android/vending/licensing/ILicenseResultListener.java [new file with mode: 0644]
resources/html5app/_android/lib/com/google/android/vending/licensing/ILicensingService.java [new file with mode: 0644]
resources/html5app/_android/lib/com/google/android/vending/licensing/LicenseChecker.java [new file with mode: 0644]
resources/html5app/_android/lib/com/google/android/vending/licensing/LicenseCheckerCallback.java [new file with mode: 0644]
resources/html5app/_android/lib/com/google/android/vending/licensing/LicenseValidator.java [new file with mode: 0644]
resources/html5app/_android/lib/com/google/android/vending/licensing/NullDeviceLimiter.java [new file with mode: 0644]
resources/html5app/_android/lib/com/google/android/vending/licensing/Obfuscator.java [new file with mode: 0644]
resources/html5app/_android/lib/com/google/android/vending/licensing/Policy.java [new file with mode: 0644]
resources/html5app/_android/lib/com/google/android/vending/licensing/PreferenceObfuscator.java [new file with mode: 0644]
resources/html5app/_android/lib/com/google/android/vending/licensing/ResponseData.java [new file with mode: 0644]
resources/html5app/_android/lib/com/google/android/vending/licensing/ServerManagedPolicy.java [new file with mode: 0644]
resources/html5app/_android/lib/com/google/android/vending/licensing/StrictPolicy.java [new file with mode: 0644]
resources/html5app/_android/lib/com/google/android/vending/licensing/ValidationException.java [new file with mode: 0644]
resources/html5app/_android/lib/com/google/android/vending/licensing/util/Base64.java [new file with mode: 0644]
resources/html5app/_android/lib/com/google/android/vending/licensing/util/Base64DecoderException.java [new file with mode: 0644]
resources/html5app/_android/release-signing.properties [new file with mode: 0644]
resources/html5app/_android/res/drawable-hdpi/notify_panel_notification_icon_bg.png [new file with mode: 0644]
resources/html5app/_android/res/drawable-mdpi/notify_panel_notification_icon_bg.png [new file with mode: 0644]
resources/html5app/_android/res/layout/status_bar_ongoing_event_progress_bar.xml [new file with mode: 0644]
resources/html5app/_android/res/values-v11/styles.xml [new file with mode: 0644]
resources/html5app/_android/res/values-v9/styles.xml [new file with mode: 0644]
resources/html5app/_android/res/values/strings.xml [new file with mode: 0644]
resources/html5app/_android/res/values/styles.xml [new file with mode: 0644]
resources/html5app/css/app.css [new file with mode: 0644]
resources/html5app/images/settings.png [new file with mode: 0644]
resources/html5app/images/shade.png [new file with mode: 0644]
resources/html5app/index.html [new file with mode: 0644]
resources/html5app/js/app.js [new file with mode: 0644]
resources/html5app/js/coquillette.js [new file with mode: 0644]
resources/html5app/js/fastclick/fastclick.js [new file with mode: 0644]
resources/html5app/js/gal/gal.filesystem.js [new file with mode: 0644]
resources/html5app/js/gal/gal.js [new file with mode: 0644]
resources/html5app/js/gsap/TimelineLite.js [new file with mode: 0644]
resources/html5app/js/gsap/TimelineLite.min.js [new file with mode: 0644]
resources/html5app/js/gsap/TimelineMax.js [new file with mode: 0644]
resources/html5app/js/gsap/TimelineMax.min.js [new file with mode: 0644]
resources/html5app/js/gsap/TweenLite.js [new file with mode: 0644]
resources/html5app/js/gsap/TweenLite.min.js [new file with mode: 0644]
resources/html5app/js/gsap/TweenMax.js [new file with mode: 0644]
resources/html5app/js/gsap/TweenMax.min.js [new file with mode: 0644]
resources/html5app/js/gsap/easing/EasePack.js [new file with mode: 0644]
resources/html5app/js/gsap/easing/EasePack.min.js [new file with mode: 0644]
resources/html5app/js/gsap/jquery.gsap.js [new file with mode: 0644]
resources/html5app/js/gsap/jquery.gsap.min.js [new file with mode: 0644]
resources/html5app/js/gsap/plugins/AttrPlugin.js [new file with mode: 0644]
resources/html5app/js/gsap/plugins/AttrPlugin.min.js [new file with mode: 0644]
resources/html5app/js/gsap/plugins/BezierPlugin.js [new file with mode: 0644]
resources/html5app/js/gsap/plugins/BezierPlugin.min.js [new file with mode: 0644]
resources/html5app/js/gsap/plugins/CSSPlugin.js [new file with mode: 0644]
resources/html5app/js/gsap/plugins/CSSPlugin.min.js [new file with mode: 0644]
resources/html5app/js/gsap/plugins/CSSRulePlugin.js [new file with mode: 0644]
resources/html5app/js/gsap/plugins/CSSRulePlugin.min.js [new file with mode: 0644]
resources/html5app/js/gsap/plugins/ColorPropsPlugin.js [new file with mode: 0644]
resources/html5app/js/gsap/plugins/ColorPropsPlugin.min.js [new file with mode: 0644]
resources/html5app/js/gsap/plugins/DirectionalRotationPlugin.js [new file with mode: 0644]
resources/html5app/js/gsap/plugins/DirectionalRotationPlugin.min.js [new file with mode: 0644]
resources/html5app/js/gsap/plugins/EaselPlugin.js [new file with mode: 0644]
resources/html5app/js/gsap/plugins/EaselPlugin.min.js [new file with mode: 0644]
resources/html5app/js/gsap/plugins/EndArrayPlugin.js [new file with mode: 0644]
resources/html5app/js/gsap/plugins/EndArrayPlugin.min.js [new file with mode: 0644]
resources/html5app/js/gsap/plugins/KineticPlugin.js [new file with mode: 0644]
resources/html5app/js/gsap/plugins/KineticPlugin.min.js [new file with mode: 0644]
resources/html5app/js/gsap/plugins/RaphaelPlugin.js [new file with mode: 0644]
resources/html5app/js/gsap/plugins/RaphaelPlugin.min.js [new file with mode: 0644]
resources/html5app/js/gsap/plugins/RoundPropsPlugin.js [new file with mode: 0644]
resources/html5app/js/gsap/plugins/RoundPropsPlugin.min.js [new file with mode: 0644]
resources/html5app/js/gsap/plugins/ScrollToPlugin.js [new file with mode: 0644]
resources/html5app/js/gsap/plugins/ScrollToPlugin.min.js [new file with mode: 0644]
resources/html5app/js/gsap/plugins/TEMPLATE_Plugin.js [new file with mode: 0644]
resources/html5app/js/gsap/plugins/TextPlugin.js [new file with mode: 0644]
resources/html5app/js/gsap/plugins/TextPlugin.min.js [new file with mode: 0644]
resources/html5app/js/gsap/utils/Draggable.js [new file with mode: 0644]
resources/html5app/js/gsap/utils/Draggable.min.js [new file with mode: 0644]
resources/html5app/js/jquery.js [new file with mode: 0644]
resources/html5app/js/json.js [new file with mode: 0644]
resources/html5app/js/modernizr/modernizr.js [new file with mode: 0644]
resources/html5app/js/push.js [new file with mode: 0644]
resources/html5app/test.html [new file with mode: 0644]
resources/lang/en.json
resources/lang/en/auth.php
resources/lang/en/pagination.php
resources/lang/en/passwords.php
resources/lang/en/validation.php
resources/lang/fluidbook.ar.json [new file with mode: 0644]
resources/lang/fluidbook.cs.json [new file with mode: 0644]
resources/lang/fluidbook.da.json [new file with mode: 0644]
resources/lang/fluidbook.de.json [new file with mode: 0644]
resources/lang/fluidbook.el.json [new file with mode: 0644]
resources/lang/fluidbook.en.json [new file with mode: 0644]
resources/lang/fluidbook.es.json [new file with mode: 0644]
resources/lang/fluidbook.es_MX.json [new file with mode: 0644]
resources/lang/fluidbook.es_PR.json [new file with mode: 0644]
resources/lang/fluidbook.fi.json [new file with mode: 0644]
resources/lang/fluidbook.fr.json [new file with mode: 0644]
resources/lang/fluidbook.fr_YT.json [new file with mode: 0644]
resources/lang/fluidbook.hi.json [new file with mode: 0644]
resources/lang/fluidbook.hr.json [new file with mode: 0644]
resources/lang/fluidbook.hu.json [new file with mode: 0644]
resources/lang/fluidbook.id.json [new file with mode: 0644]
resources/lang/fluidbook.it.json [new file with mode: 0644]
resources/lang/fluidbook.ja.json [new file with mode: 0644]
resources/lang/fluidbook.ka.json [new file with mode: 0644]
resources/lang/fluidbook.ko.json [new file with mode: 0644]
resources/lang/fluidbook.nl.json [new file with mode: 0644]
resources/lang/fluidbook.no.json [new file with mode: 0644]
resources/lang/fluidbook.pl.json [new file with mode: 0644]
resources/lang/fluidbook.pt.json [new file with mode: 0644]
resources/lang/fluidbook.pt_BR.json [new file with mode: 0644]
resources/lang/fluidbook.ro.json [new file with mode: 0644]
resources/lang/fluidbook.ru.json [new file with mode: 0644]
resources/lang/fluidbook.si.json [new file with mode: 0644]
resources/lang/fluidbook.sk.json [new file with mode: 0644]
resources/lang/fluidbook.sv.json [new file with mode: 0644]
resources/lang/fluidbook.th.json [new file with mode: 0644]
resources/lang/fluidbook.tr.json [new file with mode: 0644]
resources/lang/fluidbook.vi.json [new file with mode: 0644]
resources/lang/fluidbook.zh.json [new file with mode: 0644]
resources/lang/fr.json [new file with mode: 0644]
resources/lang/fr/auth.php [new file with mode: 0644]
resources/lang/fr/pagination.php [new file with mode: 0644]
resources/lang/fr/passwords.php [new file with mode: 0644]
resources/lang/fr/validation.php [new file with mode: 0644]