Harold Martin
|
cdb72db5a9
|
Fix LeakCanary plugin UI, Upgrade LC dependency and make it compile only (#3367)
Summary:
**Currently, the Leak Canary plugins is broken, see this screenshot (unable to expand):**
<img width="1359" alt="Screen Shot 2022-01-29 at 2 06 33 PM" src="https://user-images.githubusercontent.com/745166/151679662-9d8e8eb6-c19c-4008-9821-1c2c1af92351.png">
**This fix repairs and improves the UI:**
<img width="1350" alt="Screen Shot 2022-01-29 at 2 06 03 PM" src="https://user-images.githubusercontent.com/745166/151679677-7965604c-dd04-4ee5-bc8e-d53a82da1bd7.png">
## Changelog
- Fixes UI to enable showing leak trace
- Upgrades LackCanary dependency from 2.6 to 2.8.1
- Makes Kotlin and LC `compileOnly` dependencies in order to prevent conflict for the users
- Updates documentation
Pull Request resolved: https://github.com/facebook/flipper/pull/3367
Test Plan:
See demo at https://github.com/hbmartin/leakcanary/tree/flipper-demo/leakcanary-android-sample
**Static Docs Preview: flipper**
|[Full Site](https://our.intern.facebook.com/intern/staticdocs/eph/D33915179/V3/flipper/)|
|**Modified Pages**|
Reviewed By: passy
Differential Revision: D33915179
Pulled By: cekkaewnumchai
fbshipit-source-id: 9698dba23ab475c8cd84e4c222dfc41712b05a1e
|
2022-02-03 01:37:28 -08:00 |
|
Andres Suarez
|
79023ee190
|
Update copyright headers from Facebook to Meta
Reviewed By: bhamodi
Differential Revision: D33331422
fbshipit-source-id: 016e8dcc0c0c7f1fc353a348b54fda0d5e2ddc01
|
2021-12-27 14:31:45 -08:00 |
|
Omer Strulovich
|
1db39b8171
|
Enable and apply Ktfmt to xplat/simplesql, xplat/sonar, and xplat/spectrum
Summary: As title.
Reviewed By: zertosh
Differential Revision: D30425160
fbshipit-source-id: c72d270d7cd3f30990aac55e33e8f72d60ed5fe2
|
2021-08-19 07:29:30 -07:00 |
|
Pascal Hartig
|
6279cc68b1
|
Upgrade to Gradle 7 (#2279)
Summary:
Depends on https://github.com/facebook/flipper/issues/2277. Fixes https://github.com/facebook/flipper/issues/2221.
The maven plugin is no longer exposed and implied by https://developer.android.com/studio/build/maven-publish-plugin.
Pull Request resolved: https://github.com/facebook/flipper/pull/2279
Test Plan: ./gradlew uploadArchives -PdryRun=true
Reviewed By: priteshrnandgaonkar
Differential Revision: D28473692
Pulled By: passy
fbshipit-source-id: 3d95122fecebfeac8bfa5173c5c633eee3f13311
|
2021-05-17 07:29:49 -07:00 |
|
Pascal Hartig
|
3d3724ac8b
|
Fix copyright headers
Summary: OSS violation: P242776146
Reviewed By: jknoxville
Differential Revision: D26756475
fbshipit-source-id: bc36fe083101af89f80da293ebafa8a02fd4a052
|
2021-03-02 12:15:00 -08:00 |
|
Harold Martin
|
4d8be35d1a
|
Add plugin for LeakCanary 2 (#1959)
Summary:
Add plugin for LeakCanary 2 as requested various times: https://github.com/facebook/flipper/issues/1379 https://github.com/facebook/flipper/issues/832 https://github.com/square/leakcanary/issues/1777
## Changelog
* Adds a leakcanary2 plugin for Android
* Adds support for leakcanary2 to existing desktop plugin
Pull Request resolved: https://github.com/facebook/flipper/pull/1959
Test Plan:
* Docs updated to show new implementation
* Should old leakcanary plugin in sample be replaced?
Reviewed By: mweststrate
Differential Revision: D26691637
Pulled By: passy
fbshipit-source-id: 5e236fa6cc124f0720a6b21b5ee7c117ccf96fbf
|
2021-03-01 09:11:37 -08:00 |
|