Git Product home page Git Product logo

dbprivacyhelper's Introduction

Hi there πŸ‘‹

DanieleBogo's github stats

dbprivacyhelper's People

Contributors

bcylin avatar christianklotz avatar danielebogo avatar hmhv avatar nitinhayaran avatar xperi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dbprivacyhelper's Issues

Locale support

Our project currently only supports one language, but upon integrating your pod, now it claims to support a myriad: Italian, Japanese, Korean, Portuguese, Spanish, and Traditional Chinese. I'm glad it has this capability, but I think you would agree that your pod shouldn't dictate what languages our app supports. :)

The solution appears to be thus, from a similar example with a Git project Appirater:

Afaik, this is only because Appirater adds all those localization bundles in the root of your app’s bundle. It should not do that. It should have a namespaced resource bundle that contains them and adjust the code accordingly.

As it is now, you can’t even have your own localizations without merging them with those of Appirater, which is bad.

CocoaPods/CocoaPods#1301 (comment)

Any help with this would be greatly appreciated!

Fix build warnings

  • NOTE | [JLPermissions/Core, JLPermissions/Calendar, JLPermissions/Camera, and more...] [xcodebuild] DBPrivacyHelper/DBPrivacyHelper/UIImage+ImageEffects.m:209:87: warning: implicit conversion loses integer precision: 'NSUInteger' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
    • NOTE | [JLPermissions/Core, JLPermissions/Calendar, JLPermissions/Camera, and more...] [xcodebuild] DBPrivacyHelper/DBPrivacyHelper/UIImage+ImageEffects.m:209:95: warning: implicit conversion loses integer precision: 'NSUInteger' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]

Under iOS 8 openPrivacyHelper jumps straight to the wrong page in the settings app

Hi,

I don't have any settings in the settings app. I am trying to show an issue for HealthKit. openPrivacyHelper skips the (very nice) notification and jumps to the notifications area of system settings.

I would much rather show the dialog always by default. I can use the more explicit command with default settings page set to NO, though, so this is very minor.

Thanks.

Ron

Push notifications?

Hey,

That would be awesome to have a push notification version (DBPrivacyTypePush ?)

Is that planned?

Thanks,
Romain

Add link to open in Settings

For devices on iOS 8, the privacy helper could feature a button that'll let the user open the Settings.app so they can modify permissions using:

NSURL *url = [NSURL URLWithString:UIApplicationOpenSettingsURLString];
if ([[UIApplication sharedApplication] canOpenURL:url]) {
   [[UIApplication sharedApplication] openURL:url];
}

Although this won't directly open up the privacy section in settings, it'll at least save the user the step of having to navigate to the settings outside the app.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.