Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-06-28minor fixes 2: rise of the minor fixesMarat
2017-06-28minor fixesMarat
2017-06-28minor changes and improvemnetsMarat
2017-05-25Corrected typo in the FAQRoman Blanco
2017-05-25Removed unnecessary whitespacesRoman Blanco
2017-03-09Edit FAQ - add <wbr> tags to paths for no horizontall scrollAlexander Blinchikov
2017-02-10Various corrections and improvementsMarat
2016-11-02Translation of the faq in french.FILLAU Jean-Maxime
Signed-off-by: FILLAU Jean-Maxime <jean-maxime.fillau@mapotempo.com>
2016-10-14minor correctionsMarat
2016-10-14minor correctionsMarat
2016-10-13minor corrections and improvementsMarat
2016-10-07Minor corrections 2: the return of minor corrections.Marat
2016-10-07Minor corrections.Marat
2016-10-07Corrections and improvements.Marat
2016-10-06Correction of mistakes. Replaced old data.Marat
2016-09-09minor hotfixMarat
2016-09-07minor correctionsMarat
2016-09-07minor fixMarat
2016-09-07minor changes and improvementsMarat
2016-08-29Updated faq.Ilya Grechuhin
2016-08-11minor hotfixMarat
2016-08-04minor fixMarat
2016-08-04minor correctionsMarat
2016-07-15Updated linksMarat
2016-06-17[faq] Wrapped lines in faq.html.Maxim Pimenov
2016-06-15minor correctionsMarat
2016-06-15minor correctionsMarat
2016-06-15minor changes and improvementsMarat
2016-06-02minor changesMarat
2016-05-27minor changes and improvementsMarat
2016-05-13minor correctionsMarat
2016-05-13minor correctionsMarat
2016-05-13added translation, minor improvementsMarat
2016-04-29removed outdated paragraphMarat
2016-04-29corrections and improvementsMarat
2016-04-26minor correctionsMarat
2016-04-26added German translationMarat
2016-04-26updated editor sectionsMarat
2016-03-23added bold font to questionsMarat
2016-03-22Added Map editor section Marat
2016-02-02Merge pull request #1771 from ForkWithMe/faq-update-5.0.1Alex Zolotarev
FAQ update quick fix
2016-02-02removed Apple Watch referenceMarat
2016-01-29Merge pull request #1704 from ForkWithMe/faq-update-5.0.1Alex Zolotarev
FAQ update
2016-01-29removed reference related to possible Windows phone versionMarat
2016-01-28Merge pull request #1676 from ForkWithMe/faq-update-5.0.1Alex Zolotarev
F.A.Q. minor update
2016-01-28minor fix in Russian translationMarat
2016-01-28Merge pull request #1672 from ForkWithMe/faq-update-5.0.1Alex Zolotarev
F.A.Q. update
2016-01-28minor correctionsMarat
2016-01-28Removed references to mwm.routing filesMarat
2016-01-19Fixed syntax error in meta viewport tag.Alex Zolotarev
It caused errors like: ``` 01-18 17:34:34.478 I/chromium( 3807): [INFO:CONSOLE(5)] "The value "device-width;" for key "width" is invalid, and has been ignored.", source: file:///android_asset/faq.html (5) 01-18 17:34:34.478 I/chromium( 3807): [INFO:CONSOLE(5)] "The value "1.0;" for key "initial-scale" was truncated to its numeric prefix.", source: file:///android_asset/faq.html (5) 01-18 17:34:34.478 I/chromium( 3807): [INFO:CONSOLE(5)] "The value "1.0;" for key "maximum-scale" was truncated to its numeric prefix.", source: file:///android_asset/faq.html (5) 01-18 17:34:34.478 I/chromium( 3807): [INFO:CONSOLE(5)] "Error parsing a meta element's content: ';' is not a valid key-value pair separator. Please use ',' instead.", source: file:///android_asset/faq.html (5) ```