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

github.com/acomminos/Plumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-19Merge branch 'travis' of github.com:acomminos/Plumble into travistravisAndrew Comminos
2016-01-19Ensure Travis recursively fetches submodules.Andrew Comminos
2016-01-19Initial attempt at getting Travis to install the NDK.Andrew Comminos
2016-01-19Remove Leeroy integration, change CI package suffix from jenkins to nightly.Andrew Comminos
2016-01-19Add old build tools for NetCipher.Andrew Comminos
2016-01-19Revert "Add build tools version and target SDK to .travis.yml."Andrew Comminos
2016-01-19Ensure Travis recursively fetches submodules.Andrew Comminos
2016-01-19Initial attempt at getting Travis to install the NDK.Andrew Comminos
2016-01-19Remove Leeroy integration, change CI package suffix from jenkins to nightly.Andrew Comminos
2016-01-19Add old build tools for NetCipher.Andrew Comminos
2016-01-19Add build tools version and target SDK to .travis.yml.Andrew Comminos
2016-01-19Add .travis.yml Android stub.Andrew Comminos
2016-01-16Prompt for server password on reject.Andrew Comminos
2016-01-14Use more compact certificate select layout.Andrew Comminos
2016-01-14Fixed server certificate clearing, trigger settings intents without a target ...Andrew Comminos
2016-01-14Revert "Store package name in XML to fix intent creation on other flavours."Andrew Comminos
2016-01-13Store package name in XML to fix intent creation on other flavours.Andrew Comminos
2016-01-13Use dialog theme for settings activities.Andrew Comminos
2016-01-13Cleaned up legacy certificate manager.Andrew Comminos
2016-01-13Work on certificate generation.issue-128/certificate-databaseAndrew Comminos
2016-01-13Add certificate export to external storage.Andrew Comminos
2016-01-13Work on certificate migration.Andrew Comminos
2016-01-13Fixed certificate usage check.Andrew Comminos
2016-01-13Improve certificate selection, settings.Andrew Comminos
2016-01-12Fixed exception triggering certificate import password prompt.Andrew Comminos
2016-01-12Work on certificate import and selection.Andrew Comminos
2016-01-12Added settings method to fetch default certificate ID.Andrew Comminos
2016-01-12Added methods to support certificate storage in PlumbleDatabase.Andrew Comminos
2015-12-28Remove reconnect requirement for chat notifications.Andrew Comminos
2015-12-28Switch to linear interpolation for talking indicator.Andrew Comminos
2015-12-01Implemented new animated talking activity indicator.Andrew Comminos
2015-12-01Set minimum required Android version to 12 (Honeycomb 3.1).Andrew Comminos
2015-12-01Added spinning talk indicator.Andrew Comminos
2015-11-23Show options menu on long click.Andrew Comminos
2015-11-23Prevent resetting to favourites on activity resume.Andrew Comminos
2015-11-23Moved channel settings to context dropdown, refactored model options.Andrew Comminos
2015-10-25Fixed incorrect cast in ChannelSearchProvider.Andrew Comminos
2015-10-25Update Jumble, kill more RemoteExceptions.Andrew Comminos
2015-10-25Ensure the service state is synchronized before updating channel list.Andrew Comminos
2015-10-24Migration towards new AIDL-less Jumble interface.Andrew Comminos
2015-10-09Properly set volume control stream for handset mode, fixes #115.Andrew Comminos
2015-10-09Properly set audio stream after enabling handset mode, fixes #116.Andrew Comminos
2015-09-27Update Jumble with https codec endpoints.Andrew Comminos
2015-09-26Re-added Bluetooth support, updated Jumble.Andrew Comminos
2015-09-26Implement a discrete user dropdown menu for contextual operations.Andrew Comminos
2015-09-16Mute self on connection synchronization, fixes #113.Andrew Comminos
2015-09-16Add missing quick connect drawable resources.Andrew Comminos
2015-09-07Add support for quick connect to server.Andrew Comminos
2015-09-07Refactored server edit fragment.Andrew Comminos
2015-09-07Use EditText.setError for server creation dialog.Andrew Comminos