InstaMaterial
InstaMaterial copied to clipboard
Implementation of Instagram with Material Design (originally based on Emmanuel Pacamalan's concept)
Hi, May I contribute some interesting documentation for this project, like setup documentation, code contribution, Bug reports guidelines
Hi , I am getting crash in TakePhotoActivity. ``` 05-10 14:37:43.152 28423-28423/io.github.froger.instamaterial E/AndroidRuntime: FATAL EXCEPTION: main Process: io.github.froger.instamaterial, PID: 28423 java.lang.RuntimeException: setParameters failed at android.hardware.Camera.native_setParameters(Native Method) at android.hardware.Camera.setParameters(Camera.java:2015) at com.commonsware.cwac.camera.CameraView.takePicture(CameraView.java:308)...
Hi, Since this app is Apache 2 licensed, are you considering the fact to add it to [F-Droid](https://f-droid.org/)? There is a strong community behind, that do not use Google Play...
``` Process: io.github.froger.instamaterial, PID: 6355 java.lang.RuntimeException: setParameters failed at android.hardware.Camera.native_setParameters(Native Method) at android.hardware.Camera.setParameters(Camera.java:2189) at com.commonsware.cwac.camera.CameraView.takePicture(CameraView.java:308) at com.commonsware.cwac.camera.CameraView.takePicture(CameraView.java:279) at io.github.froger.instamaterial.ui.activity.TakePhotoActivity.onTakePhotoClick(TakePhotoActivity.java:160) at io.github.froger.instamaterial.ui.activity.TakePhotoActivity$$ViewInjector$1.doClick(TakePhotoActivity$$ViewInjector.java:35) at butterknife.internal.DebouncingOnClickListener.onClick(DebouncingOnClickListener.java:22) at android.view.View.performClick(View.java:4792) at android.view.View$PerformClick.run(View.java:19938) at android.os.Handler.handleCallback(Handler.java:739) at...
I want to do something on header expand and collapse event, but I am not able to get that event. so how can i do that?
Hi, I've installed the app and get this error when try to take a photo E/AndroidRuntime: FATAL EXCEPTION: main Process: io.github.froger.instamaterial, PID: 1803 java.lang.IllegalStateException: Preview mode must have started before...
Is this app on play store? So you have been release too many version but do I don't get any link of apk file. If you provide apk from release...
There is no videos loading up and i dont see in code also for videos
Failed to resolve:com.commonsware.cwac:camera:0.7+ in AS 2.2 with gradle version 2.14.1. Any ideas?