aboutsummaryrefslogtreecommitdiffstats
path: root/main/src
Commit message (Expand)AuthorAgeFilesLines
* Add comment on unhandled case in switch statementSamuel Tardieu2011-09-271-0/+2
* Add new Geopoint constructor with separate latitude and longitude textsSamuel Tardieu2011-09-272-3/+15
* Remove unnecessary null checksSamuel Tardieu2011-09-277-61/+46
* Use Parameters instead of Map<String, String> for parametersSamuel Tardieu2011-09-275-52/+29
* fix #554: Forwarding OC-caches not possiblebananeweizen2011-09-278-143/+188
* Transmit any coordinates to internal mapSamuel Tardieu2011-09-271-0/+5
* Use an immutable pair instead of an opened hashmapSamuel Tardieu2011-09-272-21/+19
* Use an AsyncTask instead of hand-coded Handler for address lookupsSamuel Tardieu2011-09-261-89/+63
* Use more generic error string when loading images is impossibleSamuel Tardieu2011-09-261-1/+1
* Unify intent handling for spoilers and log imagesSamuel Tardieu2011-09-263-17/+16
* Show all the images associated with a log entry at onceSamuel Tardieu2011-09-263-26/+55
* Initialize field in constructorSamuel Tardieu2011-09-261-1/+2
* Use pooled connections to download images as wellSamuel Tardieu2011-09-262-6/+2
* Use thread-safe connection managerSamuel Tardieu2011-09-261-9/+35
* Do not use fields when local variables are fineSamuel Tardieu2011-09-261-3/+4
* Mark constant fields as finalSamuel Tardieu2011-09-261-10/+10
* Further simplification of cgeoimagesSamuel Tardieu2011-09-261-104/+58
* Remove an extra level of indirectionSamuel Tardieu2011-09-261-81/+41
* Use an AsyncTask rather than a hand-managed handler to load imagesSamuel Tardieu2011-09-261-81/+71
* Use sendEmptyMessage when there are no payloadSamuel Tardieu2011-09-261-1/+1
* Log only useful data when retryingSamuel Tardieu2011-09-261-10/+11
* Do not treat JSON requests differently than other requestsSamuel Tardieu2011-09-261-17/+9
* Reclaim bitmap memory after showing spoiler imagesSamuel Tardieu2011-09-261-0/+14
* Use symbolic "what" names in messageSamuel Tardieu2011-09-261-8/+10
* Less convoluted isCacheInViewPortSamuel Tardieu2011-09-261-41/+21
* Be more specific when version string cannot be foundSamuel Tardieu2011-09-261-4/+5
* When testing, userToken may be invalid, accept itSamuel Tardieu2011-09-261-0/+4
* Rehide password in logsSamuel Tardieu2011-09-261-1/+7
* Use common request() method even for POSTSamuel Tardieu2011-09-261-5/+1
* Refactor requestJSONgcSamuel Tardieu2011-09-261-12/+18
* Reinstate MapAction to get live mapSamuel Tardieu2011-09-261-14/+26
* Remove unused cgResponse classSamuel Tardieu2011-09-261-40/+0
* Reinstate call to replaceWhitespace() to make regexps matchSamuel Tardieu2011-09-261-3/+3
* Inline host stringsSamuel Tardieu2011-09-268-45/+19
* Remove some debugging informationSamuel Tardieu2011-09-261-14/+3
* Remove buildURI()Samuel Tardieu2011-09-262-23/+8
* Remove method parameter to request()Samuel Tardieu2011-09-267-90/+59
* More POST methodsSamuel Tardieu2011-09-262-29/+21
* Reorganize HTTP trafficSamuel Tardieu2011-09-2613-424/+215
* Return a JSONObject from requestJSON()Samuel Tardieu2011-09-262-11/+9
* Use more Android specific connectionsSamuel Tardieu2011-09-261-97/+30
* JSON requests are plain http GETSamuel Tardieu2011-09-261-64/+14
* Remove unused requestIdSamuel Tardieu2011-09-263-18/+8
* Use android.net.Uri instead of java.net.URISamuel Tardieu2011-09-268-62/+48
* Let Android handle redirections by itselfSamuel Tardieu2011-09-261-49/+18
* Use existing StringUtils.join() instead of implode()Samuel Tardieu2011-09-263-24/+10
* Merge pull request #505 from scrool/L10nBananeweizen2011-09-252-8/+8
|\
| * Localisation strings latitude, longitude, of mergedPavol Babincak2011-09-201-2/+2
| * Improved c:geo localisationPavol Babincak2011-09-182-8/+8
* | Prefer a canonical longitude representationSamuel Tardieu2011-09-221-1/+2