aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-09-10Deprecated setPluginsEnabled failing to compileBeau Collins
2013-09-04Passcode: Use TableLayout to hold and arrange the keyboard on the screen.Danilo Ercoli
2013-09-04Passlock: set extended timeout when switching to the device browser.Danilo Ercoli
2013-09-03Passlock: unhide the feature for beta testingDanilo Ercoli
2013-09-03Passcode: Use android preferences to show passcode settingsDanilo Ercoli
2013-09-03Passlock: Use CheckBoxPreference to show the passlock statusDanilo Ercoli
2013-09-02Passcode: few more UI tweaksDanilo Ercoli
2013-09-02Passcode: added i18n strings, use better naming convention, added preferences...Danilo Ercoli
2013-08-31Pinlock: added a better version of the unlock screen.Danilo Ercoli
2013-08-28Passlock: set the extended timeout period (60secs) when the user click on the...Danilo Ercoli
2013-08-28Update the comment details view when the moderation network call ends with OK.Danilo Ercoli
2013-08-28Passlock: unregister the listener when the user removes the lock.Danilo Ercoli
2013-08-27Set the default timeout of the PassLock to 2 secsDanilo Ercoli
2013-08-27Added the first and very raw version of PasscodeLocker - See#44.Danilo Ercoli
2013-08-26Removed unused variable.Danilo Ercoli
2013-08-26Fixed a typo, and defined class constants by using "final" keyword.Danilo Ercoli
2013-08-26Fixes #43 by checking the redirect URL.Danilo Ercoli
2013-08-23Order posts/pages in date descending order . Fixes #530Danilo Ercoli
2013-08-23Fixes #437 and other minor issues in the comments list view.Danilo Ercoli
2013-08-22Two steps auth on wpcom: Added instructions to help users to create an applic...Danilo Ercoli
2013-08-22Show a Toast when tapping on a post/page and the posts/pages list is refreshi...Danilo Ercoli
2013-08-22Use constants when define menus.Danilo Ercoli
2013-08-21Follow coding styleDanilo Ercoli
2013-08-21Add 'View Post' options to long press menu in Posts|Pages Lists, and added th...Danilo Ercoli
2013-08-21Refactoring of postUploadService.Danilo Ercoli
2013-08-20Fixes an issue where multiple posts/pages cannot be uploaded in background.Danilo Ercoli
2013-08-20Fixes an issue where FI settings could be applied to the wrong post, if there...Danilo Ercoli
2013-08-20Fixes a crash that can occur when adding a self-hosted site.Danilo Ercoli
2013-08-19ListView.getCheckedItemCount() is a v11 or higher api. Added solution from ht...Dan Roundhill
2013-08-19Don't continue processing the image in the post editor unless we have a valid...Dan Roundhill
2013-08-19Properly pass the arguments to category db methods so that the category name ...Dan Roundhill
2013-08-18Don't allow the loading dialog in the post editor to be cancelable.Dan Roundhill
2013-08-15Fixed '(Untitled)' text from not showing for posts with no title in the list ...Dan Roundhill
2013-08-15A few more changes from commit() to commitAllowingStateLoss() which fixes the...Dan Roundhill
2013-08-15Use getCurrentBlog() instead of WordPress.currentBlog, as it could be null if...Dan Roundhill
2013-08-15Adding back addition of newline after adding image, it is needed to be able t...Dan Roundhill
2013-08-14Fixes an issue where categories were not correctly selected in the Categories...Danilo Ercoli
2013-08-14Fixed a couple of issues with categories selection and removing.Danilo Ercoli
2013-08-14Remove "Uncategorized" if a category is selected.Danilo Ercoli
2013-08-14Fixes #533 by using the "standard" MP4 video mime type, instead of MPEG-4 VisualDanilo Ercoli
2013-08-11Fixed crash where bitmaps were being recycled too early. See: http://stackove...Dan Roundhill
2013-08-09Refactored the addMedia() method to support sharing multiple picasa images to...Dan Roundhill
2013-08-09Adds support for picasa images. Used @aagam94's patch with the following chan...Dan Roundhill
2013-08-09Adding @aagam94's post excerpt patch with a few tweaks:Dan Roundhill
2013-08-09Create a unittest sub-project.Maxime Biais
2013-08-09Merge branch 'category-fixes' into unittestsMaxime Biais
2013-08-09fix #36: NPE - category have a parent with an invalid category idMaxime Biais
2013-08-08Closing cursors in a few of the new category functions.Dan Roundhill
2013-08-05Fixed broken image in post detail view.Dan Roundhill
2013-08-05Don't unescape html that is already unescaped :) Fixes issue where image woul...Dan Roundhill