File tree Expand file tree Collapse file tree 16 files changed +59
-82
lines changed
androidMain/kotlin/org/mifos/mobile/core/common
commonMain/kotlin/org/mifos/mobile/core/common
desktopMain/kotlin/org/mifos/mobile/core/common
jsMain/kotlin/org/mifos/mobile/core/common
nativeMain/kotlin/org/mifos/mobile/core/common
wasmJsMain/kotlin/org/mifos/mobile/core/common Expand file tree Collapse file tree 16 files changed +59
-82
lines changed Original file line number Diff line number Diff line change 5
5
* License, v. 2.0. If a copy of the MPL was not distributed with this
6
6
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
7
7
*
8
- * See https://github.com/openMF/mobile-wallet /blob/master/LICENSE.md
8
+ * See https://github.com/openMF/mobile-mobile /blob/master/LICENSE.md
9
9
*/
10
10
package org.mifos.mobile.core.common
11
11
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright 2025 Mifos Initiative
3
+ *
4
+ * This Source Code Form is subject to the terms of the Mozilla Public
5
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
6
+ * file, You can obtain one at https://mozilla.org/MPL/2.0/.
7
+ *
8
+ * See https://github.com/openMF/mobile-mobile/blob/master/LICENSE.md
9
+ */
1
10
package org.mifos.mobile.core.common
2
11
3
- actual fun createPlatformFileUtils (): FileUtils = CommonFileUtils ()
12
+ actual fun createPlatformFileUtils (): FileUtils = CommonFileUtils ()
Original file line number Diff line number Diff line change 5
5
* License, v. 2.0. If a copy of the MPL was not distributed with this
6
6
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
7
7
*
8
- * See https://github.com/openMF/mobile-wallet /blob/master/LICENSE.md
8
+ * See https://github.com/openMF/mobile-mobile /blob/master/LICENSE.md
9
9
*/
10
10
package org.mifos.mobile.core.common
11
11
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 5
5
* License, v. 2.0. If a copy of the MPL was not distributed with this
6
6
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
7
7
*
8
- * See https://github.com/openMF/mobile-wallet /blob/master/LICENSE.md
8
+ * See https://github.com/openMF/mobile-mobile /blob/master/LICENSE.md
9
9
*/
10
10
package org.mifospay.core.common
11
11
Original file line number Diff line number Diff line change 5
5
* License, v. 2.0. If a copy of the MPL was not distributed with this
6
6
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
7
7
*
8
- * See https://github.com/openMF/mobile-wallet /blob/master/LICENSE.md
8
+ * See https://github.com/openMF/mobile-mobile /blob/master/LICENSE.md
9
9
*/
10
10
package org.mifospay.core.common
11
11
Original file line number Diff line number Diff line change 5
5
* License, v. 2.0. If a copy of the MPL was not distributed with this
6
6
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
7
7
*
8
- * See https://github.com/openMF/mobile-wallet /blob/master/LICENSE.md
8
+ * See https://github.com/openMF/mobile-mobile /blob/master/LICENSE.md
9
9
*/
10
10
package org.mifos.mobile.core.common
11
11
Original file line number Diff line number Diff line change @@ -23,12 +23,11 @@ object Utils {
23
23
try {
24
24
type?.lowercase()?.split(" _" )?.forEach { str ->
25
25
builder.append(
26
- str[0 ].uppercaseChar() + str.substring(1 )
26
+ str[0 ].uppercaseChar() + str.substring(1 ),
27
27
).append(" " )
28
28
}
29
29
} catch (_: Exception ) {
30
30
}
31
31
return builder.toString().trim()
32
32
}
33
33
}
34
-
Original file line number Diff line number Diff line change 5
5
* License, v. 2.0. If a copy of the MPL was not distributed with this
6
6
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
7
7
*
8
- * See https://github.com/openMF/mobile-wallet /blob/master/LICENSE.md
8
+ * See https://github.com/openMF/mobile-mobile /blob/master/LICENSE.md
9
9
*/
10
10
package org.mifos.mobile.core.common
11
11
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright 2025 Mifos Initiative
3
+ *
4
+ * This Source Code Form is subject to the terms of the Mozilla Public
5
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
6
+ * file, You can obtain one at https://mozilla.org/MPL/2.0/.
7
+ *
8
+ * See https://github.com/openMF/mobile-mobile/blob/master/LICENSE.md
9
+ */
1
10
package org.mifos.mobile.core.common
2
11
3
- actual fun createPlatformFileUtils (): FileUtils = CommonFileUtils ()
12
+ actual fun createPlatformFileUtils (): FileUtils = CommonFileUtils ()
Original file line number Diff line number Diff line change 5
5
* License, v. 2.0. If a copy of the MPL was not distributed with this
6
6
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
7
7
*
8
- * See https://github.com/openMF/mobile-wallet /blob/master/LICENSE.md
8
+ * See https://github.com/openMF/mobile-mobile /blob/master/LICENSE.md
9
9
*/
10
10
package org.mifos.mobile.core.common
11
11
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright 2025 Mifos Initiative
3
+ *
4
+ * This Source Code Form is subject to the terms of the Mozilla Public
5
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
6
+ * file, You can obtain one at https://mozilla.org/MPL/2.0/.
7
+ *
8
+ * See https://github.com/openMF/mobile-mobile/blob/master/LICENSE.md
9
+ */
1
10
package org.mifos.mobile.core.common
2
11
3
- actual fun createPlatformFileUtils (): FileUtils = CommonFileUtils ()
12
+ actual fun createPlatformFileUtils (): FileUtils = CommonFileUtils ()
Original file line number Diff line number Diff line change 5
5
* License, v. 2.0. If a copy of the MPL was not distributed with this
6
6
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
7
7
*
8
- * See https://github.com/openMF/mobile-wallet /blob/master/LICENSE.md
8
+ * See https://github.com/openMF/mobile-mobile /blob/master/LICENSE.md
9
9
*/
10
10
package org.mifos.mobile.core.common
11
11
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright 2025 Mifos Initiative
3
+ *
4
+ * This Source Code Form is subject to the terms of the Mozilla Public
5
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
6
+ * file, You can obtain one at https://mozilla.org/MPL/2.0/.
7
+ *
8
+ * See https://github.com/openMF/mobile-mobile/blob/master/LICENSE.md
9
+ */
1
10
package org.mifos.mobile.core.common
2
11
3
12
import kotlinx.cinterop.BetaInteropApi
Original file line number Diff line number Diff line change 5
5
* License, v. 2.0. If a copy of the MPL was not distributed with this
6
6
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
7
7
*
8
- * See https://github.com/openMF/mobile-wallet /blob/master/LICENSE.md
8
+ * See https://github.com/openMF/mobile-mobile /blob/master/LICENSE.md
9
9
*/
10
10
package org.mifos.mobile.core.common
11
11
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright 2025 Mifos Initiative
3
+ *
4
+ * This Source Code Form is subject to the terms of the Mozilla Public
5
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
6
+ * file, You can obtain one at https://mozilla.org/MPL/2.0/.
7
+ *
8
+ * See https://github.com/openMF/mobile-mobile/blob/master/LICENSE.md
9
+ */
1
10
package org.mifos.mobile.core.common
2
11
3
- actual fun createPlatformFileUtils (): FileUtils = CommonFileUtils ()
12
+ actual fun createPlatformFileUtils (): FileUtils = CommonFileUtils ()
You can’t perform that action at this time.
0 commit comments