aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Add missing javadoc / missing getter (getTTL)Rene Treffer2014-06-234-5/+18
| | |
| | * Fix missing source/javadoc archivesRene Treffer2014-06-233-2/+22
| | |
| | * Prepare 0.1.0 snapshotRene Treffer2014-06-223-114/+58
| | |
| | * Add missing javadoc and review new codeRene Treffer2014-06-2210-7/+205
| | |
| | * Make sure we initialize big enough if s.o. chooses small valuesRene Treffer2014-06-131-1/+1
| | |
| | * Switch to deticated DNSCache interface + reference LRU implementation.Rene Treffer2014-06-133-72/+165
| | |
| | * Simplify cache and extend cache operations.Rene Treffer2014-06-123-16/+92
| | | | | | | | | | | | | | | | | | | | | Remove the external cache dependency and use a simple LRU based on LinkedHashMap. Make it possible to get the parse time of DNSMessage, which means we can evaluate the TTL later on :-)
| | * Add Cache to minidnsFlorian Schmaus2014-06-124-43/+88
| | |
| | * Merge pull request #3 from Flowdalic/androidagnosticRene Treffer2014-06-0817-159/+146
| | |\ | | | | | | | | Make minidns Android agnostic
| | | * Log IOExceptionFlorian Schmaus2014-06-081-0/+1
| | | |
| | | * Remove printStackTrace() callsFlorian Schmaus2014-06-081-2/+3
| | | | | | | | | | | | | | | | it's hard to assign those an app in the Android log. Better to use JUL.
| | | * Close DatagramSocket using try-with-resourcesFlorian Schmaus2014-06-081-11/+12
| | | |
| | | * Make minidns Android agnosticFlorian Schmaus2014-06-0817-146/+130
| | |/ | | | | | | | | | | | | | | | there is really no need for minidns to be Android exclusive. Replacing the Android log API with JUL make minidns available for Android and Java SE.
| | * Add gitignoreRene Treffer2014-04-131-0/+106
| | |
| | * Allow querying specific dns server by name/ip and portRene Treffer2014-04-031-3/+44
| | |
| | * Fix name in build.xmlRene Treffer2014-04-031-1/+1
| | |
| | * AndroidManifest.xml defines minSDK 9, set target sdk to the current one (19)Rene Treffer2014-04-032-2/+2
| | |
| | * Fix negative jump targetsRene Treffer2014-04-031-1/+1
| | |
| | * Add an IDN equals method to check namesRene Treffer2014-04-031-0/+14
| | |
| | * Export the record nameRene Treffer2014-04-031-0/+4
| | |
| | * Try various ways to get the dns settingsRene Treffer2014-04-021-1/+90
| | |
| | * Initial commitRene Treffer2014-04-0221-0/+2173
| |
| * Don't use submodulesSam Whited2014-10-281-9/+0
| |
| * Set the root project nameSam Whited2014-10-261-0/+2
| |
| * Include build number in output of release buildsSam Whited2014-10-261-0/+12
| |
| * Use full URI for android application Gradle pluginSam Whited2014-10-261-1/+1
| |
| * Remove useless include from Gradle settingsSam Whited2014-10-261-1/+0
| |
| * Move submodules back to libs/Sam Whited2014-10-266-13/+13
| |
| * Add some logic for signing releasesSam Whited2014-10-261-0/+29
| |
| * Update otr4j to 0.21Sam Whited2014-10-261-1/+1
| |
| * Pull otr4j form Maven repoSam Whited2014-10-262-0/+4
| |
| * Add non-project files backSam Whited2014-10-2213-0/+2865
| |
| * Use proguard on release buildsSam Whited2014-10-222-1/+3
| | | | | | | | | | We don't need obfuscation (it's an open source project), but proguard wil shrink the apk by stripping out unused code.
| * Suppress lint errors and remove bcprovSam Whited2014-10-222-13/+25
| |
| * Add proguard rulesSam Whited2014-10-221-0/+25
| |
| * Make conversations the root projectSam Whited2014-10-22315-30/+6
| |
| * Add build deps and move build props to build fileSam Whited2014-10-224-16/+51
| |
| * Add gradle directorySam Whited2014-10-223-3/+6
| |
| * Use Gradle build systemSam Whited2014-10-22323-0/+25930
|
* version bump and changelog0.8iNPUTmice2014-10-302-1/+8
|
* Merge branch 'development'iNPUTmice2014-10-3082-1950/+3092
|\
| * only end otr session if there is more than one contact presence. reset otherwiseiNPUTmice2014-10-301-1/+5
| |
| * cleanup for clear conversation history. small otr fixesiNPUTmice2014-10-304-26/+22
| |
| * replace the exif interface with a small static class from 3d galleryiNPUTmice2014-10-292-17/+167
| |
| * proper error state for imagesiNPUTmice2014-10-296-20/+17
| |
| * fixed 'share image' context menuiNPUTmice2014-10-291-2/+1
| |
| * fixed intent managmentiNPUTmice2014-10-291-8/+8
| |
| * Merge pull request #593 from weiss/improve-german-translationsDaniel Gultsch2014-10-291-7/+7
| |\ | | | | | | Improve some of the German translations
| | * Improve some of the German translationsHolger Weiß2014-10-281-7/+7
| |/
| * end otr session if plain text message from another instance is being receivediNPUTmice2014-10-281-1/+8
| |