theapache64

Results 156 issues of theapache64

### Prerequisites Before opening this issue, I tried the following steps: * [x] Installed the tool in a way [described in the readme](https://github.com/ClaudiuGeorgiu/PlaystoreDownloader#-installation) and configured the [account/credentials](https://github.com/ClaudiuGeorgiu/PlaystoreDownloader#-configuration) * [x] Made...

bug

I am getting an error at compile time 'cannot find symbol method formKey()'. I've successfully added the acra jar and added to app.gradle. There's no error except this.

When i create the CircularImageView programatically, The Shadow and the border is missing, Here is my code, What am missing ? CircularImageView civProfilePic = new CircularImageView(this); civProfilePic.setBorderColor(getResources().getColor(R.color.mycolor)); civProfilePic.setBorderWidth(3); civProfilePic.setImageResource(R.drawable.user); civProfilePic.addShadow();

When i try to use `MKTextField.textfieldWithFloatingLabel` , I am getting weird output. Sometimes with congested text and label ![image](https://user-images.githubusercontent.com/9678279/40913898-d4bc88c6-6813-11e8-8b4c-01883bc688dd.png) Sometimes with broken underline/partially drawn underline ![image](https://user-images.githubusercontent.com/9678279/40913921-e6a6ddf2-6813-11e8-894c-9865a11aad66.png) Sometimes it works perfect...

Is there any method to make the TextField error enabled ? like this ![image](https://user-images.githubusercontent.com/9678279/40771247-78520aca-64da-11e8-99e4-54006f1e785f.png)

@spikeysanju

enhancement

Replace constant route names with sealed class and createRoute method

enhancement

## Issue When `jsBrowserDistribution` run for the first time, `skiko.js` is missing from the `distributions` directory, resulting in `onWasmReady` being undefined in the web console ## Steps to reproduce https://user-images.githubusercontent.com/9678279/187063755-8a35a2b8-a078-4426-8950-7c97ac721ced.mov

## Issue Running `jsBrowserProductionRun` results in below error ``` Compiled with problems:X Warning: asset size limit: The following asset(s) exceed the recommended size limit (244 KiB). This can impact web...