Skip to content

Commit

Permalink
Squashed 'libs/utils/' changes from a9fbe8e659..aa2c8b0369
Browse files Browse the repository at this point in the history
aa2c8b0369 Bump version to 1.20.0
7d486959ff Merge pull request #18 from wordpress-mobile/fetchstyle-gradle-plugin
71844a5ffd Add Travis config
07431222a3 Add checkstyle gradle task
16543e4a1f Import style config files
87d209663e Import fetchstyle plugin
0bd69d20b8 Merge branch 'update-from-wpa' into develop
ebb40b3d96 Merge branch 'develop' of github.com:wordpress-mobile/WordPress-Android into issue/fixing-defaultlocale-lint
bf194098e9 Replace _// noinspection_ by _//noinspection_
d0c4ad729f Newline at the end.
3be446547b Merge branch 'develop' of github.com:wordpress-mobile/WordPress-Android into issue/fixing-defaultlocale-lint
0fca3348c3 Use the mystery man icon as a defualt for missing gravatars
0f5f9da9c0 Fix style violations in the utils subtree
e4d1864db7 Fixed lint issues.
c2eaed3998 Introduce own version of compareIgnoreCase as well
764eb2d120 Have `compare` in its own function
f0b7cff5d3 Merge branch 'develop' of github.com:wordpress-mobile/WordPress-Android into feature/rtl-audit-merge-dev-fixes-pt2
87381fcb09 Added bintray dependency to submodules.
fab63364f2 Don't promote to foreground if null state
96dbbf3896 Temporarily commented out dependencies.
bcc097fdc6 Fixed newly discovered issues in one of the modules.
605144f387 Added lint check to modules.
638f3ffecd Merge branch 'feature/new-signup' into feature/site-creation-theme-retry-when-connectivity
1ab3f1d044 Merge branch 'develop' into feature/new-signup
8eb4c3fc96 Offer a "Close" button on failure after creation
ab61ad0945 Merge branch 'develop' into feature/new-signup
19bc429a7d Remove deprecated and unneeded publishNonDefault
02aa198024 Update library gradle wrappers to version 4.1
5f23c39d8d Bump Gradle plugin to 3.0.1
7484667fd2 Use new dependency configurations
046408db12 Bump build tools to 26.0.2
04c025a762 Add gradle plugin to project-level gradle file
415fd5d8d9 Bump gradle plugin to 3.0.0
20b89b1313 Rename "phase" to "step", single ServiceState interface
29f3689cb3 Pass a StateClass instance up/down to AutoForeground
20c8a8f6d6 Rename to getPhase which is more accurate
5a8c4c51e5 Bump utils version to 1.20.0-beta4
bc83c2a8c9 Merge pull request #16 from wordpress-mobile/issue/update-readme-version-bump
5233227714 Add more informations to bump version name and publish the updated version to bintray
cd2c0d8265 Expect a Class, not an instance to clear its stickiness
19c1abd082 Don't overwrite state unless empty
498ec95c49 Added PLUGINS to AppLog
bbfb286f57 modified comment to reflect what the code change does
75f57dcc33 changed Photon strip parameter value from 'all' to 'info'
a9413178f0 Login, SiteCreation notification classes
3d0d756a16 Bump utils library minSdk to 15
c44fe3b159 Add AutoForegroundNotification to utils library
ebd7bdce28 Merge branch 'develop' into feature/new-signup
151f47e58d Merge branch 'develop' into issue/6951-aztec-newlines-lost-calypso-mode
85c7b0610b Deprecate `MediaUtils.getMaximumThumbnailWidthForEditor` and add a new method in MediaUtils in Editors project that returns the maximum dimension for a media.
4395ba73c4 Merge pull request #6916 from wordpress-mobile/feature/update-autoforeground-from-develop
13381c64d8 Add ACCESS_NETWORK_STATE permission to Utils library
478e807a82 Merge branch 'develop' into feature/new-signup
28dd236707 Merge branch 'develop' into issue/6951-aztec-newlines-lost-calypso-mode
39d8ba01c9 fixed merge conflict
f25ca93d3c Merge branch 'release/8.9' into develop
2531fc5d17 Merge branch 'release/9.0' into develop
0c0c061f7a Merge branch 'release/8.9' into release/9.0
edcf5f4765 Suppress lint warnings
bd4e64156b Suppress lint warnings
aba3be31e8 Add deprecated annotation and comments to EditText utility methods
ed14e850e5 Merge branch 'develop' into feature/new-signup
8e76b056f4 Merge branch 'develop' into issue/6887-add-email-hints
cf251000fa Add ACCESS_NETWORK_STATE permission to Utils library
6eeb64a5a9 Merge branch 'develop' into feature/new-signup
6995ba1127 Move method for showing keyboard to activity utilities library
57c90b8ece Better name for the progress start/end methods
9c20c27116 Keep state in sticky EventBus event only
afb67d93df Port latest AutoForeground work to SiteCreationService
3af981d896 Merge branch 'develop' into feature/new-signup
cb0acf56bc Move inside AutoForeground for better correlation
1da891980b Move to background when rebound
d21b57303d Stay in background if EventBus clients active
34435ef983 Remove unneeded class
5cc213778d Use EventBus for messaging
a6d5cc49f7 Introduce a Service for new-site creation

git-subtree-dir: libs/utils
git-subtree-split: aa2c8b0369a5c0fd8746dc1a55fe00619b6ee7ba
  • Loading branch information
aforcier committed Mar 9, 2018
1 parent af34245 commit 0b339ca
Show file tree
Hide file tree
Showing 68 changed files with 1,650 additions and 617 deletions.
2 changes: 2 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[*.{kt,kts}]
max_line_length=120
49 changes: 40 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,25 +1,56 @@
# OS X generated file
.DS_Store

# built application files
*.apk
*.ap_

# files for the dex VM
*.dex

# Java class files
*.class

# generated files
bin/
gen/
build/
build.log

# Local configuration file (sdk path, etc)
local.properties
tools/deploy-mvn-artifact.conf

# Eclipse project files
.settings/
.classpath
.project

# Intellij project files
*.iml
*.ipr
*.iws
.idea/
/.idea/*

# IntelliJ/Android Studio exceptions
!/.idea/vcs.xml
!/.idea/fileTemplates/
!/.idea/inspectionProfiles/
!/.idea/scopes/
!/.idea/codeStyleSettings.xml
!/.idea/encodings.xml
!/.idea/copyright/
!/.idea/compiler.xml
# Enforce plugins
!/.idea/externalDependencies.xml
# Checkstyle configuration
!/.idea/checkstyle-idea.xml

# Gradle
.gradle/
gradle.properties

# Idea
.idea/workspace.xml
*.iml

# OS X
.DS_Store
# Silver Searcher ignore file
.agignore

# dependencies
# Windows Backup
*.bak
18 changes: 18 additions & 0 deletions .idea/checkstyle-idea.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

272 changes: 272 additions & 0 deletions .idea/codeStyleSettings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .idea/copyright/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0b339ca

Please sign in to comment.