summaryrefslogtreecommitdiffstats
path: root/Ministro
Commit message (Collapse)AuthorAgeFilesLines
* Check the free space before start downloading the libs.BogDan Vatra2012-11-043-2/+81
| | | | Bump version to 8.9
* Fix all crash reportsBogDan Vatra2012-11-041-29/+90
|
* Fix ICS+ SSL root cretificates extractionBogDan Vatra2012-11-041-3/+16
|
* Don't cancel the download if the users touces outside the dialog boundsBogDan Vatra2012-11-041-0/+1
| | | | BUG: 308120
* Make sure that all needed libs are downloaded.BogDan Vatra2012-08-166-79/+109
|
* Return "Invalid Qt version" error code if Qt version mismatch.BogDan Vatra2012-08-162-0/+19
|
* Switch off the chunk info logBogDan Vatra2012-07-221-1/+1
|
* Be safe, switch to https !BogDan Vatra2012-07-221-1/+1
|
* Fix qt libs retrieval when qt will be upgraded.BogDan Vatra2012-07-221-4/+16
|
* Update strings and Romanian translation.BogDan Vatra2012-06-184-9/+10
|
* Final touches to Ministro for alpha4 releaseBogDan Vatra2012-06-186-34/+64
|
* WIP Android native style plugin.BogDan Vatra2012-05-2712-34/+1701
|
* More translationsBogDan Vatra2011-11-027-0/+154
| | | | | | | | | - Norwegian takket være Tomas <tomaslov@gmail.com > - Japanese おかげで Taro <taro.develop@gmail.com > - Persian mulţumită lui Seyyed Razi Alavizadeh <s.r.alavizadeh@gmail.com> - Italian grazie a Roberto Luttino <roberto.luttino@gmail.com> Maria Antonietta Ricagno <anto.ricagno@gmail.com> - Spanish gracias a Maria Antonietta Ricagno <anto.ricagno@gmail.com>
* Ministro repo refactoringBogDan Vatra2011-10-272-4/+4
| | | | Fix windows src packages
* Remove Accept-Encoding from request, bump version to 5.0BogDan Vatra2011-10-212-3/+1
|
* Fix MinistroBogDan Vatra2011-10-212-18/+26
|
* Fix french translation fileBogDan Vatra2011-10-213-4/+3
|
* Add Polish translation dzięki Maciej Kujalowicz <maciej.kujalowicz@trismer.com>BogDan Vatra2011-10-204-2/+24
|
* Merge branch 'unstable' of git.kde.org:ministro into unstableBogDan Vatra2011-10-202-11/+50
|\
| * Check device cpu extensions (e.g. vfp, neon) and download the best oneBogDan Vatra2011-10-201-5/+44
| | | | | | | | for your device (if avaiable).
| * Fix Estonian translation.BogDan Vatra2011-10-201-6/+6
| |
* | Send "native.libraries" parameter correctlyBogDan Vatra2011-10-151-1/+2
|/
* Add translationsBogDan Vatra2011-10-1510-0/+220
| | | | | | | | | | | | | | * Estonian tänu Lauri Laanmets <lauri.laanmets@proekspert.ee> * Duch dank aan Joost Bloemen <joost@technicadelarte.com>, Maarten Ditzel <maarten.ditzel@gmail.com> * Russian благодаря Alexander Wolf <alex.v.wolf@gmail.com> * Greek χάρη στην Nikos Gerontidis <geronik444@gmail.com> * French grâce à la Samuel Gaist <samuel.gaist@gmail.com> * Brazilian graças a Andrius da Costa Ribas <andriusmao@gmail.com> * Malay, Chinese (Simplified and Traditional) terima kasih kepada Leonard Lee <sheeeng@gmail.com> * German dank Thomas Senyk <thomas.senyk@nokia.com>, Josua Dietze alcesalces45@googlemail.com
* Fix typoBogDan Vatra2011-10-143-3/+3
|
* Sync Ministro with new java partBogDan Vatra2011-10-137-31/+73
|
* Begin java redesign.BogDan Vatra2011-10-0212-319/+458
| | | | | | - move strings to resources, add Romanian translation. - rename package domain name from eu.licentia.* to org.kde.* - handle .jar/.apk files in Ministro.
* Fix updateBogDan Vatra2011-07-261-5/+5
|
* Check network status before starting any download.BogDan Vatra2011-07-2610-12/+88
| | | | | Thnaks to Nuno Pinheiro, Ministro has first class art work ! DIGEST:
* IMinistroCallback.aidl: Added documentation.Robert Schuster2011-07-261-1/+6
| | | | (libs): Added more documentation for implementors.
* MinistroService.java: Log when Ministro API version cannot be satisfied.Robert Schuster2011-07-261-0/+1
| | | | (checkModulesImpl): Added warning when Ministro cannot satisfy API version.
* MinistroService.java: Log failed notification after retrieval.Robert Schuster2011-07-261-1/+4
| | | | (postRetrieval): Log failed notification after retrieval.
* MinistroService.java: Rename of activityFinished() to retrievalFinished().Robert Schuster2011-07-262-30/+71
| | | | | | | (activityFinished): Renamed to retrievalFinished(). (retrievalFinished): Moved the core of the last step into a separate method. (postRetrieval): Moved the module checking and callback calling here. MinistroActivity.java: Accomodate API changes.
* MinistroService.java: Properly handle failing Activity setup.Robert Schuster2011-07-261-0/+8
| | | | (startRetrieval): Properly handle failing Activity setup case.
* MinistroService.java: Added throwing of RemoteException for problems while ↵Robert Schuster2011-07-261-2/+4
| | | | | | | setting up Activity. (startRetrieval): Throw RemoteException if something fails while setting up the Activity.
* MinistroService.java: Moved Activity setup part into own method.Robert Schuster2011-07-261-18/+29
| | | | | | | (ActionStruct): Moved the Activity setup part into its own method. (startRetrieval): New method combining ActionStruct creation and Activity setup. (checkModules): Accomodate API changes and added documentation.
* MinistroService.java: Extracted onBind() implementation into own method.Robert Schuster2011-07-261-22/+39
| | | | | (onBind): Moved implementation into its own method. (checkModulesImpl): New method for dealing with the modules check.
* MinistroService.java: Added comments to addModules().Robert Schuster2011-07-261-2/+43
|
* MinistroService.java: Made ModuleCompare and Module private inner classes ofRobert Schuster2011-07-261-3/+5
| | | | MinistroService because they are never used outside this context.
* MinistroService.java: Reworked comments for ModuleCompare and Module class.Robert Schuster2011-07-261-4/+11
|
* MinistroService.java: Added type-safety to source.Robert Schuster2011-07-261-8/+3
| | | | | (addModules): Made private, added proper types, removed Unchecked-annotation (checkModules): Added proper types, removed Unchecked-annotation
* Add forgotten filesBogDan Vatra2011-06-152-0/+28
|
* Bump version.BogDan Vatra2011-05-202-3/+2
|
* Fix package upgradeBogDan Vatra2011-05-202-4/+13
|
* Add Ministro configuration tool.BogDan Vatra2011-05-185-16/+132
|
* Check libraries validity only once per day.BogDan Vatra2011-05-041-1/+3
|
* Switch to kde infrastructureBogDan Vatra2011-04-253-10/+76
| | | | Check for updates once pre day
* Handle correctly the dependenciesBogDan Vatra2011-04-236-11/+21
|
* Extrast device ssl certificates to MINISTRO_SSL_CERTS_PATHBogDan Vatra2011-04-183-791/+908
|
* Avoid activity from being destroyed/createdBogDan Vatra2011-04-183-11/+19
|
* Say hello, to Ministro !BogDan Vatra2011-02-1813-0/+1108
Qt, system wide shared libraries provider.