• Pete Clark's avatar
    Adding support for android's Instance ID (#47) · 41b2a5db
    Pete Clark authored
    * adding logging to try to get some more info
    
    * adding instance id
    
    * adding logging to be sure instance id gets created
    
    * import instance id
    
    * adding play services to dependencies
    
    * ignore ide files
    
    * removing dependency
    
    * including dependency properly this time, without comma >:-(
    
    * import all play services
    
    * fixing param to instanceid.getinstance
    
    * i should compile before i commit :-(
    
    * 64k dexer limit; including just base
    
    * finally found docs telling me the right dependency name
    
    * :-(
    
    * can’t wait to squash these commits
    
    * hi
    
    * removing logging
    
    * adding new method to readme
    
    * Release a new version
    
    * Update device names to respect Apple Branding
    
    Apple uses lowercase `s` for all devices since 5s model
    
    * Small updates to README.md to make install easier
    
    * More specific Android import
    
    Users shouldn't use wildcard imports as they simply import too much. In this case it's much safer to just use a single import since that's all we need.
    
    * Add support for device country
    
    * Release 0.9.0
    
    * Update for iPhone SE and 9.7-inch iPad Pro
    
    * Release 0.9.1
    
    * Update RNDeviceInfo.podspec
    
    Resolved a hard error (missing authors)
    Resolved warning (git repo should end in .git)
    Updated version to match package.json
    
    * Update README.md
    
    Cocoa pods installation instructions.
    
    * Update README.md
    
    * Add build version
    
    Returns full build version on iOS, use with https://gist.github.com/karlvr/c93a98d7000ecb163895
    
    * Bump to 0.9.2
    
    * Update podspec
    
    * Revert
    
    * Update podspec
    
    * Adding support for Android's Instance ID
    
    * Merge remote-tracking branch 'origin/master'
    
    # Conflicts:
    #	README.md
    
    removing logging as well
    41b2a5db
RNDeviceModule.java 3.13 KB