aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
AgeCommit message (Expand)Author
2013-04-04Use the correct 'app_name' when the app is loaded on a BB10/PlayBook device.daniloercoli
2013-03-14Menu Drawer: Changed drawer to use a ListView in order to better support sett...mrroundhill
2013-03-12Adding an mShouldFinish boolean to WPActionBarActivity so that we can track w...mrroundhill
2013-03-12rename two additional classes that got missedwillnorris
2013-03-12organize activitieswillnorris
2013-03-11display open source licenseswillnorris
2013-03-11refactor WebViewActivitywillnorris
2013-03-11rename 'reader' layout to 'webview'willnorris
2013-03-10rename Settings.java to BlogPreferences.javawillnorris
2013-03-08use Base64 class provided in android sdkwillnorris
2013-03-07remove a few lingering dashboard related resourceswillnorris
2013-03-06remove Dashboard activity and related assetswillnorris
2013-03-06add java formatting rules based on android stylewillnorris
2013-03-01A few changes:mrroundhill
2013-02-28Adding preferences.xml file.mrroundhill
2013-02-21Converted select/add category activity to use the ActionBar. Yay!mrroundhill
2013-02-21Layout style improvements, styling more like the new post editor.mrroundhill
2013-02-19add a basic comment badge to menu drawerwillnorris
2013-02-19Removing a bunch of ancient drawables/layouts.mrroundhill
2013-02-19Reader and Code Cleanup:mrroundhill
2013-02-16initial menu drawer implementationwillnorris
2013-02-15Converted JSONObject usage to Gson, which does a better job at parsing/conver...mrroundhill
2013-02-14add readme filewillnorris
2013-02-14Post editor updates:mrroundhill
2013-02-14revert @898 which added maven supportwillnorris
2013-02-13migrate to maven for building projectwillnorris
2013-02-13Moving the post upload AsyncTask to operate from a service, since AsyncTasks ...mrroundhill
2013-02-07Fixes black background of lists on < 3.0 devices. Also tweaked EditPost.java ...mrroundhill
2013-02-01Initial commit of ActionBarSherlock conversion. Note:mrroundhill
2013-01-22Style updates:mrroundhill
2013-01-15Consolidated styles. There was a lot of duplicate style code that wasn't need...mrroundhill
2013-01-12Adding back styles.xml for sw720dp devicesmrroundhill
2013-01-12Adding a few colors.xml files to fix coloring in the alert dialog for the ima...mrroundhill
2013-01-11Holo style for large devices.mrroundhill
2013-01-08Use HttpURLConnection for account setup, fixes not being able to connect over...mrroundhill
2013-01-04Added Holo.Light as the parent theme for Android devices 3.0 or greater. Dial...mrroundhill
2013-01-04Remove duplicate Base64 classes. Fixes #392. Props willnorrismrroundhill
2013-01-01Committing patch to enable ProGuard. Fixes #391. Props willnorrismrroundhill
2012-10-29Adding thai language, commenting out log message.mrroundhill
2012-09-24Removing local.properties file, should not be in repomrroundhill
2012-09-06Updated Hungarian and Catalan translations. And added Korean translation. Yay!mrroundhill
2012-09-06Fixes #369 by adding 'homeURL' to the blog model. Saved on blog setup or on f...mrroundhill
2012-09-03Changed BlackBerryUtils to DeviceUtils to support detection of Kindle Fire, s...mrroundhill
2012-08-30Added support for checking if blog's theme is capable of using featured image...mrroundhill
2012-08-23Adding aerych's patch for web based stats. Also added support for saving the ...mrroundhill
2012-08-14Removing old foldermrroundhill
2012-08-14Fixed zh-rTW foldermrroundhill
2012-08-14Adding script to upload translations from GlotPress, and the latest strings a...mrroundhill
2012-08-10Adding cleanup patch from frankkanis. Also cleaned up a few warnings, removed...mrroundhill
2012-08-06Added build configuration for build serverkoke