aboutsummaryrefslogtreecommitdiff
path: root/libs/utils/WordPressUtils/src/main/java/org/wordpress/android
AgeCommit message (Collapse)Author
2016-09-09Merge commit '3b5f5a3c0a01f84608b113582cc7228408f635f5' into developMaxime Biais
2016-09-09Merge commit 'a2e3dcec42f1bfa020de253008d3a13966437742' into developMaxime Biais
2016-07-19Modified `getRoundedEdgeBitmap()` to allow for no borderNick Bradbury
2016-07-11Merge branch 'release/5.6' into developMaxime Biais
2016-07-11Merge branch 'hotfix/5.5.1' into release/5.6Maxime Biais
2016-07-08Updated legacy editor to place captions the same way as the web editor and ↵Alex Forcier
visual editor (before the [/caption] closing tag)
2016-07-01Remove URL fragment when photon-izing an image URLNick Bradbury
2016-06-22Merge commit '937086d17b266a17ea6bdd144656cd5282fa86d7' into ↵Maxime Biais
issue/4235-locale-getdefault-usage
2016-06-22changed Locale.getDefault() occurrences for the slightly enhanced ↵Mario Zorz
LanguageUtils.getCurrentDeviceLanguage()
2016-06-22moved LanguageUtils to Utils. + split getDeviceLanguage into Code (for ↵Mario Zorz
string) and Locale for reuse as suggested in code review by @maxme
2016-06-03Merge branch 'hotfix/5.4.1' into release/5.5Maxime Biais
2016-06-02new MediaUtils function: getImageWidthSettingFromStringMaxime Biais
2016-05-27Merge pull request #4100 from wordpress-mobile/feature/people-management-syncStefanos Togoulidis
People Management v1
2016-05-25Clarify comments and parameter namesMaxime Biais
2016-05-23fix #4114: remove the URL scheme if it's not http or https during URL ↵Maxime Biais
sanitization
2016-05-05Merge remote-tracking branch 'origin/develop' into ↵Oguz Kocer
feature/people-management-sync
2016-04-18Adds permission utils for calling via fragmentsStefanos Togkoulidis
2016-04-01Added People to AppLogOguz Kocer
2016-03-10Merge branch 'develop' of github.com:wordpress-mobile/WordPress-Android into ↵Maxime Biais
develop
2016-03-10Comment getQuantityString()Maxime Biais
2016-03-10use String.format(getString(format), ...) instead of buggy getString(format, ↵Maxime Biais
...)
2016-03-10replace plurals with a utility methodMaxime Biais
2016-03-02Merge branch 'develop' of ↵Nick Bradbury
https://github.com/wordpress-mobile/WordPress-Android into feature/plans-master
2016-03-01Mark the util WPEditText as deprecatedNick Bradbury
2016-02-24Merge branch 'develop' of ↵Nick Bradbury
https://github.com/wordpress-mobile/WordPress-Android into feature/plans-master Conflicts: WordPress/src/main/java/org/wordpress/android/ui/prefs/AppPrefs.java
2016-02-23Merge branch 'develop' into feature/visual-editorAlex Forcier
Conflicts: WordPress/src/main/java/org/wordpress/android/ui/prefs/SettingsFragment.java
2016-02-23Merge branch 'develop' of ↵Nick Bradbury
https://github.com/wordpress-mobile/WordPress-Android into feature/plans-master Conflicts: WordPress/src/main/java/org/wordpress/android/ui/ActivityLauncher.java WordPress/src/main/res/values/strings.xml
2016-02-16Merge remote-tracking branch 'origin/develop' into feature/account-settingsOguz Kocer
2016-02-15Merge branch 'develop' of ↵Nick Bradbury
https://github.com/wordpress-mobile/WordPress-Android into feature/Plans-M1-Show-Plans-List Conflicts: WordPress/src/main/java/org/wordpress/android/WordPressDB.java
2016-02-15Fix media isVideo/isValidImage/... utils methodMaxime Biais
2016-02-12Merge commit '0b9c6088555e856e9fc7cdfe3e1e7b835ea4f08d' into developAlex Forcier
Conflicts: libs/utils/WordPressUtils/build.gradle libs/utils/WordPressUtils/src/main/java/org/wordpress/android/util/AppLog.java libs/utils/WordPressUtils/src/main/java/org/wordpress/android/util/helpers/SwipeToRefreshHelper.java
2016-02-12Merge branch 'develop' of ↵Danilo Ercoli
https://github.com/wordpress-mobile/WordPress-Android into feature/Plans-M1-Show-Plans-List # Conflicts: # WordPress/src/main/java/org/wordpress/android/WordPressDB.java
2016-02-12Merge remote-tracking branch 'origin/develop' into feature/account-settingsOguz Kocer
2016-02-08Reverts a previous unnecessary change that's accidentally committed for ↵Oguz Kocer
StringUtils
2016-02-05moved spinner in CommentsActivity to a more generic FilteredRecyclerView ↵Mario Zorz
view which can be used in any fragment
2016-02-05Use lowercase locale array to make sure language is pre-selectedOguz Kocer
2016-02-04Our API could use "no" to denote false. Make sure our implementation of ↵Danilo Ercoli
`getBool` catches it.
2016-02-03Merge remote-tracking branch 'origin/develop' into feature/account-settingsOguz Kocer
2016-02-03Download available plans for a site.Danilo Ercoli
Refactoring!!
2016-02-02Merge branch 'develop' of ↵Danilo Ercoli
https://github.com/wordpress-mobile/WordPress-Android into feature/plans-add-item # Conflicts: # libs/utils/WordPressUtils/src/main/java/org/wordpress/android/util/AppLog.java
2016-02-02Download global plans from wpcom and parse them. Store the response in ↵Danilo Ercoli
AppPrefs for now.
2016-02-02Primary site added to Account Settings (wip)Oguz Kocer
2016-01-28Adding SETTINGS log tag and logging unknown language code errorTony Rankin
2016-01-06Merge develop into site-settings-reviewTony Rankin
2015-12-29Merge commit '355e34b84ad8c79589065dafb7cf19b619eb957c' into developMaxime Biais
2015-12-21Add utility methods to check if a URL is wpcom.Danilo Ercoli
Add utility methods that check if it's safe to add the Authentication token to the request.
2015-12-21kill StringUtils.getHost functionMaxime Biais
2015-12-21s/getDomainFromUri/getHost/Maxime Biais
2015-12-174.9-rc-2 / 228 version bumpMaxime Biais
2015-12-16fix #3521: use the simplest UnderlineSpan subclassMaxime Biais