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

Remove old references to "__" prefixed resources initiated by #159 #263

Closed
wants to merge 2 commits into from
Closed

Remove old references to "__" prefixed resources initiated by #159 #263

wants to merge 2 commits into from

Conversation

SimonMarquis
Copy link
Contributor

Updated README.md as well as CHANGELOG.md
Removed prefixes from internal layouts.
And finally, the leakcanary-sample module was still using this prefix to override the Activity label.

@@ -52,7 +52,7 @@ Snapshots are available in Sonatype's `snapshots` repository:
* Added LeakCanary version name to `LeakCanary.leakInfo()`: [#49](https://github.com/square/leakcanary/issues/49).
* `leakcanary-android-no-op` is lighter, it does not depend on `leakcanary-watcher` anymore, only 2 classes now: [#74](https://github.com/square/leakcanary/issues/74).
* Adding field state details to the text leak trace.
* A Toast is displayed while the heap dump is in progress to warn that the UI will freeze: [#20](https://github.com/square/leakcanary/issues/49). You can customize the toast by providing your own layout named `__leak_canary_heap_dump_toast.xml` (e.g. you could make it an empty layout).
* A Toast is displayed while the heap dump is in progress to warn that the UI will freeze: [#20](https://github.com/square/leakcanary/issues/49). You can customize the toast by providing your own layout named `leak_canary_heap_dump_toast.xml` (e.g. you could make it an empty layout).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nope. These are the change logs for 1.3.1, which wont' change what so ever.

CHANGELOG shouldn't be modified for previous version
@pyricau pyricau added this to the 1.4 milestone Jan 4, 2016
@pyricau
Copy link
Member

pyricau commented Jan 5, 2016

Sorry for the delay. I think the best way forward is to duplicate info in the readme, until 1.4 is released.

The changelog for 1.4 should be updated though.

@pyricau
Copy link
Member

pyricau commented Mar 30, 2016

I cherry picked your commit, rebased it, made the changes I wanted, then opened another PR: #477. The commit will still be in your name :) .

@pyricau pyricau closed this Mar 30, 2016
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.

2 participants