27 Commits

Author SHA1 Message Date
6e05298f3d Change rate to a String since Java is mad about the enum. 2025-01-09 16:03:35 -07:00
8b8ef62cbf Change order of the functions. 2025-01-09 16:03:15 -07:00
57c0ebce9e Lol, ok, NOW it wants the plugins section updated to be like the other project. We may be getting somewhere! 2025-01-09 15:57:04 -07:00
c4aa13b608 Copied over more from the Example project. Still not having luck. 2025-01-09 15:43:35 -07:00
0717eb0639 Try fixing internal "java.lang.IllegalAccessError" errors when building. Says it "cannot access class com.sun.tools.javac.main.JavaCompiler (in module jdk.compiler) because module jdk.compiler does not export com.sun.tools.javac.main". Why did they make Android development so dumb? Lol. I miss the good'ol Java/XML days. 2025-01-09 15:40:09 -07:00
343a963e3f Update version name since the project has been re-done, but is still going to be the 1st version upon release. 2025-01-09 15:31:59 -07:00
0e7de44a47 Change TBD's to also be TODO's. 2025-01-09 15:04:21 -07:00
7b1c0db0cc Add view model and modify MainActivity. Should be everything needed to start testing near-basic functionality and begin tweaking as needed! 2025-01-09 15:00:35 -07:00
e3a2625f68 Add screen code, convert cost to a string, ignoring how to add rates on the screen for now. 2025-01-09 14:47:39 -07:00
a4513394d1 Add state as well as fix SortType needs. 2025-01-09 14:19:03 -07:00
d5d525f65a Remove extra newline. 2025-01-09 14:18:44 -07:00
bf61d878cc Create event file. 2025-01-09 14:15:15 -07:00
6c95d33526 Create database file. 2025-01-09 14:10:45 -07:00
d8ecd7b621 Create DAO file. 2025-01-09 14:10:38 -07:00
845715122f Finalize the Expense class and add an Enum for the rate. 2025-01-09 14:02:26 -07:00
49eb36514d Update room version. 2024-12-29 08:29:07 -07:00
9af8dd4e13 Change version. 2024-12-29 08:25:27 -07:00
5da131873f Adjust app and project name. 2024-12-28 07:34:37 -07:00
53c3f80622 Rename icon files and add a round version. 2024-12-28 07:19:40 -07:00
b68e5a5e39 Properly add the Room dependency. 2024-12-17 13:41:25 -07:00
83e182076b Trying to figure out how to add Rooms but Studio is very upset. Cannot find a guide which actually works. 2024-07-20 13:09:52 -07:00
0d0d6ad90c Starting to set up main UI for receiving expenses. Definitely in a FORTESTING state. 2024-07-20 13:08:42 -07:00
8f0b1539ec Add class for easy control of expense records. 2024-07-20 12:37:54 -07:00
628f858a1d Save progress on UI for expense entry. 2024-07-20 11:56:39 -07:00
dcca201a91 Starting to make changes. Alt+Enter not working properly on laptop though, so committing to work on a different one. 2024-07-20 10:42:12 -07:00
b3bbe2b56a Add link to a good example for Rooms. 2024-07-13 14:12:52 -07:00
20d937e270 Add project. 2024-07-01 14:55:06 -07:00