GCX-HCI / ThirtyInch

a MVP library for Android favoring a stateful Presenter
Apache License 2.0
1.03k stars 101 forks source link

Refactoring: Lint Name and Stub Extraction #189

Open jreehuis opened 5 years ago

jreehuis commented 5 years ago

Description

How to Test

As only some "strings" got extracted it should be sufficient to rely on the tests.

If you want to test this anyways: Follow the test instructions of #187 and #188

Merge Information

This PR builds on top of #188 and transitive on #187 so please do not merge this after #188 and #187 . It will also ease the PR review a lot.

Note

Testing Lint Checks in the Sample Project did not work reliably for me. This seems to be an Android Studio Issue as quite often an Invalidate Caches and Restart help. A commandline lint run were reporting the errors reliably.