- Android rendering and profiling - https://pivotaltracker.com/blog/using-systrace-profile-GPU-rendering-Tracker-Android/
- iOS Security Notes - https://pivotaltracker.com/blog/notes-on-march-2017-ios-security-guide/
- iOS Cocoapods bug fix - https://gist.github.com/lalunamel/963c2f319fdbe956aa03f101cf180307
- Thing of the Week - https://pivotaltracker.com/blog/changing-group-behavior-with-small-actions-inclusion-thing-of-the-week
Combating bias and promoting inclusion in the workplace is something we can all agree needs to happen. The question, then, is how?
The way I see it, there are two directions from which change can come: from the top, or from the bottom. Changes from the top come in the form of new HR policies, training, or declarations for more diversity and inclusion work (all of which Pivotal is already doing). Changes from the bottom are a change in culture and a realization that every interaction matters.
With
Thing of the week! | |
- Start meetings by seeing how folks are doing, feelings-wise | |
- Notice who you're inviting to stuff and how you invite them. | |
- When you see someone do something great, call it out! | |
- When referring to the whole team, don't just use `engineers` or `devs` |
Add your framework or extension as a dependency on your main application so that your Main Application ---depends-on---> your Framework or Extension
.
You can do this using XCode:
project navigator
- select your
main application target
build phases
I recently read through the March 2017 iOS Security Guide and made a few notes - it's quite dense!
I thought I would share these notes so other people can benefit from the time I put in, too.
Additions and clarifications from external sources where noted.
Stdlib definitions for touch events (what android define as a tap, double tap, swipe, etc.) - https://developer.android.com/reference/android/view/ViewConfiguration.html#getScaledTouchSlop() |
- Default material button style is destroyed if you set a button's background to say,
#FFF
. The background attribute not only controls background color, but coner radius as well.
PATH_add ./node_modules/.bin |
- the command
xcrun simctl boot
is broken (or, more accurately, fixed [because the fact that it worked the way it did in xcode 6 is a fluke, apparently]) as of XCode 7 / October 2015 https://forums.developer.apple.com/message/51922 calabash/run_loop#235