Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix continuation indents, use 2 spaces in ObservableGroup #43

Merged
merged 1 commit into from
Jul 6, 2017

Conversation

BenSchwab
Copy link
Contributor

Follow up to #42 as I noticed a few other files had spacing problems

@BenSchwab BenSchwab merged commit df48579 into 1.0 Jul 6, 2017
@BenSchwab BenSchwab deleted the bschwab--fix-spacing branch July 6, 2017 22:45
BenSchwab pushed a commit that referenced this pull request Jan 2, 2018
* Add observer tag

* annotation processor

* fix lifecycle test

* fix tests

* Add observer tag

* annotation processor

* fix lifecycle test

* fix tests

* Clean up tests and bump version to 1.0.0-SNAPSHOT

* address comments

* Create Processor Project, DRY gradle dependencies (#37)

* Move rxgroups-processor to separate project, DRY multi-module dependencies

* renamen package to processor, fix spacing

* rxgroups-android tests need to depend on processor

* Switch line limit back to 100, update gradle to 3.5

* get checkstyle to work with gradle 3.5

* Make ObservableGroup#resubscribe visible to generated code, artificat for rx-processor (#38)

* Have rxgroups-processor upload build artifact

Use variable for repo urls

* Make ObseravbleGroup#resubscribe public for generated code. Remove deprecated use of Observable#create

* Use getter/setter with JavaDoc

* fix checkstyle

* Add back javadoc quiet mode

* Use subclass to control visability

* Make mulitiple observer support more clear (#39)

* Make mulitiple observer support more clear

* fix checkystyle

* Consistently use the term observableTag for user facing code, and observerTag where necessary internally

* Add test for multiple observers, cancelAndRemoveAllWithTag

* Update all tests to reflect the use of observerTag instead of null in 1:1 case

* remove extra space

* Fix javadocs

* Remove cancelling by observableTag

* remove unused observableTag code

* fix another typo

* Add tagged observer to allow for custom tag (#40)

* Add tagged observer to allow for using a non-auto generated observer tag in exceptional circumstances

* Support auto resubcription with tagged observer

* add tests

* Add AutoTag, NonResubscribableTag, safeInitialize (#41)

* Add AutoTag, safeIntialization, and NonResubscribingTag

* revert gradle change

* Fix some comments

* Change to NonResubscribable

* fix test

* propogate cancel and remove all change to lifecyclemanager

* remove duplicated method

* fix test name

* Cache missing constructors, add super class initialization support

change some access

fix some more

* Make GroupLifecycleManager properly shadow methods in ObservableGroup

* disable check style for mock generated code

* reduce chance of concurrent modification exception

* Add supression comment filter

* Add filecontentsholder to have checkstyle actually read turn off comments

* remove duplicated remove code

* Add AnnotationProcessor code gen tests

* use config build tools version

* fix no checkstyle check

* add missing new lines

* Change version to 1.0.0-alpha1

* Prevent null tag collisions by resorting to NonResubscribingTag, if getTag returns null

* add test for custom tagging

* eliminate double map lookup

* Migrate to RxJava2 (#42)

* Migrate to RxJava2 for Observables

cleanup

* update tests and sample for rxjava2

* update travis

* Fix test checkstyle

* fix line alignment

* Fix some documentation

* Fix continuation idents, use 2 spaces in ObservableGroup (#43)

* bump version (#44)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant