]> rtime.felk.cvut.cz Git - hornmich/skoda-qr-demo.git/log
hornmich/skoda-qr-demo.git
9 years agoFix application crashing issue master
Michal Horn [Mon, 23 Feb 2015 16:36:45 +0000 (17:36 +0100)]
Fix application crashing issue

The application crasched after approximately 10 screen rotation repetitions
with an out of memory exception.
Forcing the Garbage Collector to clean the memory from unused bitmap references
solved the problem.

On Google Glass this is no issue because there is no screen rotation feature.

9 years agoImplement viewing of the item compartment number
Michal Horn [Fri, 20 Feb 2015 14:55:12 +0000 (15:55 +0100)]
Implement viewing of the item compartment number

9 years agoAdd documentation
Michal Horn [Wed, 18 Feb 2015 14:24:25 +0000 (15:24 +0100)]
Add documentation

9 years agoRename menu items, add icons
Michal Horn [Tue, 17 Feb 2015 15:18:33 +0000 (16:18 +0100)]
Rename menu items, add icons

9 years agoChange voce command to be shorter, to fit the Glass screen
Michal Horn [Tue, 17 Feb 2015 14:47:15 +0000 (15:47 +0100)]
Change voce command to be shorter, to fit the Glass screen

9 years agoChange layout of the main screen
Michal Horn [Tue, 17 Feb 2015 14:46:56 +0000 (15:46 +0100)]
Change layout of the main screen

The button has been replaced by a label.

9 years agoClean and coment the code.
Michal Horn [Tue, 17 Feb 2015 14:36:43 +0000 (15:36 +0100)]
Clean and coment the code.

9 years agoImplement preview by the PdfView widget
Michal Horn [Tue, 17 Feb 2015 11:03:51 +0000 (12:03 +0100)]
Implement preview by the PdfView widget

9 years agoImplement PDF viewer state switching
Michal Horn [Tue, 17 Feb 2015 10:27:37 +0000 (11:27 +0100)]
Implement PDF viewer state switching

9 years agoAdd click, success and error sounds
Michal Horn [Tue, 17 Feb 2015 09:59:29 +0000 (10:59 +0100)]
Add click, success and error sounds

9 years agoImplement and include the main activity layout
Michal Horn [Tue, 17 Feb 2015 09:41:36 +0000 (10:41 +0100)]
Implement and include the main activity layout

9 years agoImplement zoom value field in the layout
Michal Horn [Tue, 17 Feb 2015 09:30:09 +0000 (10:30 +0100)]
Implement zoom value field in the layout

9 years agoFix boundaries when scrolling with page on glasses
Michal Horn [Tue, 17 Feb 2015 09:06:49 +0000 (10:06 +0100)]
Fix boundaries when scrolling with page on glasses

9 years agoReimplemented the preview by using the pdfview widget
Michal Horn [Mon, 16 Feb 2015 16:52:08 +0000 (17:52 +0100)]
Reimplemented the preview by using the pdfview widget

9 years agoImprove PDF viewer implementation make PDF loading asynchronous
Michal Horn [Mon, 16 Feb 2015 15:40:13 +0000 (16:40 +0100)]
Improve PDF viewer implementation make PDF loading asynchronous

9 years agoImplement first and naive version of pdf viewer activity
Michal Horn [Mon, 16 Feb 2015 12:11:24 +0000 (13:11 +0100)]
Implement first and naive version of pdf viewer activity

9 years agoFix application launcher not showing bug
Michal Horn [Mon, 16 Feb 2015 09:41:26 +0000 (10:41 +0100)]
Fix application launcher not showing bug

9 years agoFix bug with loading pdf preview
Michal Horn [Fri, 13 Feb 2015 16:01:54 +0000 (17:01 +0100)]
Fix bug with loading pdf preview

The library needs to explicitly call the countPages() function to obtain and
remember the number of pages, which is used in subsequently called updatePage()
and drawPage() functions.

9 years agoImplement PDF preview showing, change icon, implement views and manus layout
Michal Horn [Fri, 13 Feb 2015 10:28:48 +0000 (11:28 +0100)]
Implement PDF preview showing, change icon, implement views and manus layout

9 years agoImplement first version of the Preview activity
Michal Horn [Wed, 11 Feb 2015 16:46:14 +0000 (17:46 +0100)]
Implement first version of the Preview activity

The Glass module is not compilable because MuPDF dependecies are not fulfulled.

9 years agoTranslate buttons in the layout of the preview activity to the english
Michal Horn [Wed, 11 Feb 2015 15:40:44 +0000 (16:40 +0100)]
Translate buttons in the layout of the preview activity to the english

9 years agoRename activities
Michal Horn [Wed, 11 Feb 2015 15:40:08 +0000 (16:40 +0100)]
Rename activities

9 years agoRemove unneeded menu from the preview activity
Michal Horn [Wed, 11 Feb 2015 15:39:16 +0000 (16:39 +0100)]
Remove unneeded menu from the preview activity

9 years agoReplace original icon with a new one
Michal Horn [Wed, 11 Feb 2015 15:38:26 +0000 (16:38 +0100)]
Replace original icon with a new one

9 years agoTune gitignore file to ignore generated libraries and object files
Michal Horn [Wed, 11 Feb 2015 13:24:57 +0000 (14:24 +0100)]
Tune gitignore file to ignore generated libraries and object files

9 years agoImplement land layout of the main screen
Michal Horn [Wed, 11 Feb 2015 13:23:13 +0000 (14:23 +0100)]
Implement land layout of the main screen

9 years agoAdd logo to the main screen
Michal Horn [Wed, 11 Feb 2015 13:22:59 +0000 (14:22 +0100)]
Add logo to the main screen

9 years agoAdd MuPDF native source codes
Michal Horn [Wed, 11 Feb 2015 13:22:43 +0000 (14:22 +0100)]
Add MuPDF native source codes

9 years agoTune the preview activity layout
Michal Horn [Tue, 10 Feb 2015 17:09:29 +0000 (18:09 +0100)]
Tune the preview activity layout

9 years agoTune the main activity layout
Michal Horn [Tue, 10 Feb 2015 17:09:17 +0000 (18:09 +0100)]
Tune the main activity layout

9 years agoImplement PDF viewing when clicked the buttons on the preview scrreen
Michal Horn [Tue, 10 Feb 2015 15:46:49 +0000 (16:46 +0100)]
Implement PDF viewing when clicked the buttons on the preview scrreen

9 years agoCover exception when no preview image view is found
Michal Horn [Tue, 10 Feb 2015 15:44:05 +0000 (16:44 +0100)]
Cover exception when no preview image view is found

9 years agoReplace PdfViewer with MuPDF, implement preview creating from PDF file
Michal Horn [Tue, 10 Feb 2015 13:43:24 +0000 (14:43 +0100)]
Replace PdfViewer with MuPDF, implement preview creating from PDF file

9 years agoImplement first attempt of QR code scanning and loading picture of the component
Michal Horn [Mon, 9 Feb 2015 15:54:12 +0000 (16:54 +0100)]
Implement first attempt of QR code scanning and loading picture of the component

9 years agoCreate database of document fot the devices
Michal Horn [Mon, 9 Feb 2015 15:52:37 +0000 (16:52 +0100)]
Create database of document fot the devices

9 years agoInitial commit
Michal Horn [Fri, 6 Feb 2015 16:07:12 +0000 (17:07 +0100)]
Initial commit

Add project BarCodeScanner for scaning 1D and 2D codes on Cell phones and Google Glass.
Add project QRScanner for invoking code scanning and later user interaction and PDF viewing.
Add documents provided by Skoda Auto. Those documents will be shown by the QR Demo.